@beinformed/ui 1.59.23 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +9 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.60.0](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.59.23...v1.60.0) (2025-02-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **react:** support for react 19 ([212eb30](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/212eb305163acdd491d463d25e5d8f6e148bd222))
|
|
11
|
+
|
|
5
12
|
## [1.59.23](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.59.22...v1.59.23) (2025-02-18)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beinformed/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.60.0",
|
|
4
4
|
"description": "Toolbox for be informed javascript layouts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"bugs": "https://support.beinformed.com",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"test:ci": "jest --ci",
|
|
36
36
|
"test:changed": "jest --onlyChanged",
|
|
37
37
|
"upgrade-interactive": "npm-check -u",
|
|
38
|
+
"prerelease": "",
|
|
38
39
|
"release": "commit-and-tag-version",
|
|
39
40
|
"beta-release": "commit-and-tag-version --prerelease beta",
|
|
40
41
|
"prepublishOnly": "npm run build",
|
|
@@ -58,8 +59,8 @@
|
|
|
58
59
|
"peerDependencies": {
|
|
59
60
|
"history": "^4.0.0",
|
|
60
61
|
"polished": "^4.0.0",
|
|
61
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
62
|
-
"react-dom": "^17.0.0 || ^18.0.0",
|
|
62
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
63
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
63
64
|
"react-helmet-async": "^1.0.0 || ^2.0.0",
|
|
64
65
|
"react-redux": "^7.0.0 || ^8.0.0",
|
|
65
66
|
"react-router": "^5.0.0",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"@babel/preset-react": "^7.26.3",
|
|
99
100
|
"@commitlint/cli": "^19.7.1",
|
|
100
101
|
"@commitlint/config-conventional": "^19.7.1",
|
|
102
|
+
"@testing-library/dom": "^10.4.0",
|
|
101
103
|
"@testing-library/react": "^16.2.0",
|
|
102
104
|
"auditjs": "^4.0.46",
|
|
103
105
|
"babel-jest": "^29.7.0",
|
|
@@ -110,7 +112,6 @@
|
|
|
110
112
|
"eslint-config-prettier": "^10.0.1",
|
|
111
113
|
"eslint-plugin-babel": "^5.3.1",
|
|
112
114
|
"eslint-plugin-ft-flow": "^3.0.11",
|
|
113
|
-
"eslint-plugin-import": "^2.31.0",
|
|
114
115
|
"eslint-plugin-jest": "^28.11.0",
|
|
115
116
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
116
117
|
"eslint-plugin-react": "^7.37.4",
|
|
@@ -130,17 +131,18 @@
|
|
|
130
131
|
"lint-staged": "^15.4.3",
|
|
131
132
|
"polished": "^4.0.0",
|
|
132
133
|
"prettier": "^3.5.1",
|
|
133
|
-
"react": "^
|
|
134
|
-
"react-dom": "^
|
|
134
|
+
"react": "^19.0.0",
|
|
135
|
+
"react-dom": "^19.0.0",
|
|
135
136
|
"react-helmet-async": "^2.0.5",
|
|
136
137
|
"react-redux": "^8.1.3",
|
|
137
138
|
"react-router": "^5.0.0",
|
|
138
|
-
"react-test-renderer": "^
|
|
139
|
+
"react-test-renderer": "^19.0.0",
|
|
139
140
|
"redux": "^4.2.1",
|
|
140
141
|
"redux-mock-store": "^1.5.5",
|
|
141
142
|
"redux-thunk": "^2.4.2",
|
|
142
143
|
"rimraf": "^6.0.1",
|
|
143
144
|
"styled-components": "^5.3.11",
|
|
145
|
+
"typescript": "^5.7.3",
|
|
144
146
|
"xhr-mock": "^2.5.1"
|
|
145
147
|
},
|
|
146
148
|
"scarfSettings": {
|