Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngduc committed Aug 11, 2024
1 parent 7cf5627 commit d664a46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.21.0] - 2024-08-01
- support react 18 (Thanks @sylwit): [PR #294](https://github.com/ngduc/react-tabulator/pull/294)

## [0.20.3] - 2024-07-27
- upgraded tabulator-tables to 5.6.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"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",
"prepublishOnly": "npm run build",
"start": "cross-env NODE_ENV=development nwb serve-react-demo --port 3003",
"dev": "cross-env NODE_ENV=development concurrently --kill-others \"npm run dev:watch\" \"npm run start\"",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development nwb serve-react-demo --port 3003",
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development concurrently --kill-others \"npm run dev:watch\" \"npm run start\"",
"dev:watch": "tsc --outDir ./lib --jsx react --declaration --watch ./src/index.ts",
"test": "cross-env NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose",
"test:watch": "cross-env NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose --watchAll",
Expand Down

0 comments on commit d664a46

Please sign in to comment.