@db-ux/react-core-components 4.8.1-fix-publish4-dd7f33e → 4.9.0-1-c55de66
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 +1 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# @db-ux/react-core-components
|
|
2
2
|
|
|
3
|
-
## 4.8.1
|
|
4
|
-
|
|
5
|
-
_version bump_
|
|
6
|
-
|
|
7
3
|
## 4.8.0
|
|
8
4
|
|
|
9
5
|
### Minor Changes
|
|
@@ -193,7 +189,7 @@ _version bump_
|
|
|
193
189
|
|
|
194
190
|
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
|
|
195
191
|
|
|
196
|
-
|
|
192
|
+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
|
|
197
193
|
|
|
198
194
|
## 4.2.1
|
|
199
195
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/react-core-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0-1-c55de66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components for @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"dist/"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@db-ux/core-components": "4.
|
|
21
|
-
"@db-ux/core-foundations": "4.
|
|
20
|
+
"@db-ux/core-components": "4.9.0-1-c55de66",
|
|
21
|
+
"@db-ux/core-foundations": "4.9.0-1-c55de66"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@playwright/experimental-ct-react": "1.
|
|
24
|
+
"@playwright/experimental-ct-react": "1.60.0",
|
|
25
25
|
"@types/react": "19.2.14",
|
|
26
26
|
"cpr": "3.0.1",
|
|
27
27
|
"npm-run-all2": "8.0.4",
|
|
28
|
-
"playwright": "1.
|
|
28
|
+
"playwright": "1.60.0",
|
|
29
29
|
"react": "19.2.6",
|
|
30
30
|
"react-dom": "19.2.6",
|
|
31
31
|
"typescript": "5.9.3"
|