@db-ux/ngx-core-components 4.9.0-stencil-bundle-ad37ca4 → 4.9.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @db-ux/ngx-core-components
2
2
 
3
+ ## 4.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(switch): use `2lh` unit and add `min-inline-size` to prevent track from shrinking - [see commit 78c9fde](https://github.com/db-ux-design-system/core-web/commit/78c9fde67d9677f61eaa41761a088b9c1a9773a1)
8
+
9
+ - fix(notification): remove empty grid gap when icon is hidden - [see commit 96f94c6](https://github.com/db-ux-design-system/core-web/commit/96f94c651391f014e2d073402c2700b524ccbf5e)
10
+
11
+ ## 4.9.0
12
+
13
+ ### Minor Changes
14
+
15
+ - refactor: allow text and children to be used together in components - [see commit cecb833](https://github.com/db-ux-design-system/core-web/commit/cecb833e2d2b2d15b47f9ac1ed57ccf1040374f0):
16
+ - feat: add `text` property to components that previously only supported children for their label, like e.g. `DBTooltip`.
17
+ - refactor: allow `text` property and components children to be used in parallel in components. Previously, `text` and children were mutually exclusive.
18
+ - refactor(`DBRadio`, `DBCheckbox`, `DBSwitch`): `label` and `children` can now be used together. Previously they were mutually exclusive.
19
+ - fix(`DBTag`): changed render order of `children` and `text` to align with design (children rendered before text).
20
+
3
21
  ## 4.8.0
4
22
 
5
23
  ### Minor Changes
@@ -189,7 +207,7 @@ _version bump_
189
207
 
190
208
  - fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
191
209
 
192
- - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
210
+ - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
193
211
 
194
212
  ## 4.2.1
195
213