@db-ux/ngx-core-components 4.10.0 → 4.10.1
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 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @db-ux/ngx-core-components
|
|
2
2
|
|
|
3
|
+
## 4.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - [see commit 17af11f](https://github.com/db-ux-design-system/core-web/commit/17af11fb67c478534e3ee8ec44d8b3cc36623c11)
|
|
8
|
+
|
|
3
9
|
## 4.10.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -214,8 +220,7 @@ _version bump_
|
|
|
214
220
|
- DBInput: inserting an empty string doesn't reset/empty date or time related form fields - [see commit 884b03d](https://github.com/db-ux-design-system/core-web/commit/884b03d3997ffad725c99f63480563f309a046ef)
|
|
215
221
|
|
|
216
222
|
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
|
|
217
|
-
|
|
218
|
-
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
|
|
223
|
+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
|
|
219
224
|
|
|
220
225
|
## 4.2.1
|
|
221
226
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/ngx-core-components",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Angular components @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"main": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
12
12
|
"module": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@db-ux/core-components": "4.10.
|
|
15
|
-
"@db-ux/core-foundations": "4.10.
|
|
14
|
+
"@db-ux/core-components": "4.10.1",
|
|
15
|
+
"@db-ux/core-foundations": "4.10.1",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|