@db-ux/ngx-core-components 4.2.1 → 4.2.2
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 +12 -0
- package/fesm2022/db-ux-ngx-core-components.mjs +155 -129
- package/fesm2022/db-ux-ngx-core-components.mjs.map +1 -1
- package/index.d.ts +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @db-ux/ngx-core-components
|
|
2
2
|
|
|
3
|
+
## 4.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
|
|
8
|
+
|
|
9
|
+
- 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)
|
|
10
|
+
|
|
11
|
+
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
|
|
12
|
+
|
|
13
|
+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
|
|
14
|
+
|
|
3
15
|
## 4.2.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|