react-base-table
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## v1.6.3 (2019-07-09) | ||
- fix: `minWidth` is passed to dom node in `ColumnResizer` in #56 | ||
## v1.6.2 (2019-07-07) | ||
@@ -7,0 +11,0 @@ |
@@ -51,3 +51,4 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
onResizeStop = _this$props.onResizeStop, | ||
rest = _objectWithoutPropertiesLoose(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop"]); | ||
minWidth = _this$props.minWidth, | ||
rest = _objectWithoutPropertiesLoose(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop", "minWidth"]); | ||
@@ -54,0 +55,0 @@ return React.createElement("div", _extends({}, rest, { |
@@ -78,3 +78,4 @@ "use strict"; | ||
onResizeStop = _this$props.onResizeStop, | ||
rest = (0, _objectWithoutProperties2["default"])(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop"]); | ||
minWidth = _this$props.minWidth, | ||
rest = (0, _objectWithoutProperties2["default"])(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop", "minWidth"]); | ||
return _react["default"].createElement("div", (0, _extends2["default"])({}, rest, { | ||
@@ -81,0 +82,0 @@ ref: this._setHandleRef, |
{ | ||
"name": "react-base-table", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "a react table component to display large data set with high performance and flexibility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
805123
6036