react-tabulator
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -1,5 +0,6 @@ | ||
## [0.14.0] - 2020-09-20 | ||
## [0.14.1] - 2020-09-21 | ||
- added cross-env for Windows dev env. | ||
- fixed undefined this.table in componentDidMount. | ||
- upgraded tabulator to 4.8.1 | ||
- fixed: broken rowSelectionChanged | ||
@@ -6,0 +7,0 @@ ## [0.13.2] - 2020-07-18 |
@@ -78,3 +78,3 @@ "use strict"; | ||
'validationFailed', 'clipboardCopied', 'clipboardPasted', 'clipboardPasteError', | ||
'downloadReady', 'downloadComplete', 'selectableCheck']; | ||
'downloadReady', 'downloadComplete']; | ||
for (_a = 0, callbackNames_1 = callbackNames; _a < callbackNames_1.length; _a++) { | ||
@@ -81,0 +81,0 @@ callbackName = callbackNames_1[_a]; |
@@ -143,5 +143,5 @@ "use strict"; | ||
React.createElement(ReactTabulator_1["default"], { ref: function (ref) { return (_this.ref = ref); }, columns: columns, data: data, rowClick: this.rowClick, options: options, "data-custom-attr": "test-custom-attribute", className: "custom-css-class" }), | ||
React.createElement("div", null, | ||
React.createElement("i", null, | ||
"Selected Name: ", | ||
this.state.selectedName), | ||
React.createElement("strong", null, this.state.selectedName)), | ||
React.createElement("h3", null, | ||
@@ -148,0 +148,0 @@ "Asynchronous data: (e.g. fetch) - ", |
{ | ||
"name": "react-tabulator", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"react-tag-autocomplete": "^5.7.1", | ||
"tabulator-tables": "^4.8.1" | ||
"tabulator-tables": "4.8.1" | ||
}, | ||
@@ -52,0 +52,0 @@ "peerDependencies": { |
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
1922029
+ Addedtabulator-tables@4.8.1(transitive)
- Removedtabulator-tables@4.9.3(transitive)
Updatedtabulator-tables@4.8.1