react-tabulator
Advanced tools
Comparing version 0.6.6 to 0.6.10
@@ -0,1 +1,7 @@ | ||
## [0.6.10] - 2018-11-12 | ||
### Changed | ||
- BREAKING: moved "css" directory out of "lib" - usage: import "react-tabulator/styles.css"; | ||
- fix: upgraded default styles.css to 4.1.1 | ||
## [0.6.6] - 2018-11-05 | ||
@@ -2,0 +8,0 @@ |
@@ -45,3 +45,3 @@ "use strict"; | ||
field: 'color', | ||
editor: 'autocomplete', | ||
editor: 'select', | ||
editorParams: { allowEmpty: true, showListOnEmpty: true, values: colorOptions }, | ||
@@ -48,0 +48,0 @@ headerFilter: 'select', |
{ | ||
"name": "react-tabulator", | ||
"version": "0.6.6", | ||
"version": "0.6.10", | ||
"description": "React Tabulator component", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"build": "npm run clean && tsc --outDir ./lib --jsx react ./src/index.tsx && npm run postbuild", | ||
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib", | ||
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib && cp ./src/styles.css ./ && cp -R ./src/css ./", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
@@ -18,0 +18,0 @@ "prepublishOnly": "npm run build", |
@@ -18,3 +18,3 @@ # react-tabulator | ||
Key Binding Responsive Persisting History Calc Validation | ||
Clipboard Nested Tables | ||
Clipboard Tree Layout Nested Tables | ||
``` | ||
@@ -24,7 +24,7 @@ | ||
- React 16.5.x | ||
- For React 15.x - use [this branch](https://github.com/ngduc/react-tabulator/tree/use-react-15) | ||
- For React 15.x - import `React15Tabulator` | ||
- Typescript 3.x | ||
- Tslint | ||
- Jest-puppeteer for testing | ||
- React Cell Editors: DateEditor, etc. (TBD) | ||
- React Cell Editors: DateEditor, etc. | ||
- React Filters (TBD) | ||
@@ -37,3 +37,3 @@ | ||
import 'react-tabulator/lib/styles.css'; // default theme | ||
import 'react-tabulator/styles.css'; // default theme | ||
import { ReactTabulator } from 'react-tabulator'; // for React 15.x, use import { React15Tabulator } | ||
@@ -40,0 +40,0 @@ |
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
1155581
60
14022