@db-ux/v-core-components 4.8.1-fix-publish6-4421639 → 4.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
- ## 4.8.1
3
+ ## 4.9.0
4
4
 
5
- _version bump_
5
+ ### Minor Changes
6
+
7
+ - 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):
8
+ - feat: add `text` property to components that previously only supported children for their label, like e.g. `DBTooltip`.
9
+ - refactor: allow `text` property and components children to be used in parallel in components. Previously, `text` and children were mutually exclusive.
10
+ - refactor(`DBRadio`, `DBCheckbox`, `DBSwitch`): `label` and `children` can now be used together. Previously they were mutually exclusive.
11
+ - fix(`DBTag`): changed render order of `children` and `text` to align with design (children rendered before text).
6
12
 
7
13
  ## 4.8.0
8
14
 
@@ -193,7 +199,7 @@ _version bump_
193
199
 
194
200
  - fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
195
201
 
196
- - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
202
+ - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
197
203
 
198
204
  ## 4.2.1
199
205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.8.1-fix-publish6-4421639",
3
+ "version": "4.9.0",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -28,21 +28,21 @@
28
28
  "dist/"
29
29
  ],
30
30
  "dependencies": {
31
- "@db-ux/core-components": "4.8.1-fix-publish6-4421639",
32
- "@db-ux/core-foundations": "4.8.1-fix-publish6-4421639"
31
+ "@db-ux/core-components": "4.9.0",
32
+ "@db-ux/core-foundations": "4.9.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@playwright/experimental-ct-vue": "1.59.1",
36
- "@vitejs/plugin-vue": "6.0.6",
35
+ "@playwright/experimental-ct-vue": "1.60.0",
36
+ "@vitejs/plugin-vue": "6.0.7",
37
37
  "@vue/compiler-dom": "3.5.34",
38
38
  "cpr": "3.0.1",
39
39
  "npm-run-all2": "8.0.4",
40
40
  "replace-in-file": "8.4.0",
41
- "tsx": "4.21.0",
41
+ "tsx": "4.22.1",
42
42
  "typescript": "5.9.3",
43
- "vite": "8.0.12",
43
+ "vite": "8.0.13",
44
44
  "vue": "3.5.34",
45
- "vue-tsc": "3.2.8"
45
+ "vue-tsc": "3.2.9"
46
46
  },
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org/",