Skip to content

Commit 69319f8

Browse files
authored
Merge pull request #295 from ngduc/rel-0.21.0
0.21.0
2 parents 7cf5627 + d664a46 commit 69319f8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.21.0] - 2024-08-01
2+
- support react 18 (Thanks @sylwit): [PR #294](https://github.com/ngduc/react-tabulator/pull/294)
3+
14
## [0.20.3] - 2024-07-27
25
- upgraded tabulator-tables to 5.6.1
36

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib && cp ./src/styles.css ./ && cp -R ./src/css ./",
1616
"clean": "nwb clean-module && nwb clean-demo",
1717
"prepublishOnly": "npm run build",
18-
"start": "cross-env NODE_ENV=development nwb serve-react-demo --port 3003",
19-
"dev": "cross-env NODE_ENV=development concurrently --kill-others \"npm run dev:watch\" \"npm run start\"",
18+
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development nwb serve-react-demo --port 3003",
19+
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development concurrently --kill-others \"npm run dev:watch\" \"npm run start\"",
2020
"dev:watch": "tsc --outDir ./lib --jsx react --declaration --watch ./src/index.ts",
2121
"test": "cross-env NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose",
2222
"test:watch": "cross-env NODE_ENV=test HEADLESS=true jest --config=./jest-config.js --verbose --watchAll",

0 commit comments

Comments
 (0)