@db-ux/v-core-components 4.0.3 → 4.0.4
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 +14 -15
- package/README.md +9 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
# @db-ux/v-core-components
|
|
2
2
|
|
|
3
|
+
## 4.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: hide-animation for drawer - [see commit d4a73fa](https://github.com/db-ux-design-system/core-web/commit/d4a73fa9faba38b6f20fda6f7c85d5c6617793fe)
|
|
8
|
+
|
|
3
9
|
## 4.0.3
|
|
4
10
|
|
|
5
|
-
|
|
11
|
+
### Patch Changes
|
|
6
12
|
|
|
13
|
+
- chore: generate Amazon Q rule file with [`@db-ux/agent-cli` node package](https://www.npmjs.com/package/@db-ux/agent-cli) - [see commit b61c8b1](https://github.com/db-ux-design-system/core-web/commit/b61c8b14992f5a5b3615c6bff74018d5682aa0cc)
|
|
7
14
|
|
|
8
15
|
## 4.0.2
|
|
9
16
|
|
|
10
17
|
### Patch Changes
|
|
11
18
|
|
|
12
|
-
- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit
|
|
19
|
+
- fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 34c78df](https://github.com/db-ux-design-system/core-web/commit/34c78dffd4f43b0ac740574358b426a562e05cd0)
|
|
13
20
|
|
|
14
|
-
- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit
|
|
21
|
+
- Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 2a02263](https://github.com/db-ux-design-system/core-web/commit/2a022632f8fea7445e77fb632f109d6cd093e2d3)
|
|
15
22
|
|
|
16
23
|
## 4.0.1
|
|
17
24
|
|
|
@@ -54,25 +61,17 @@ _version bump_
|
|
|
54
61
|
|
|
55
62
|
### Patch Changes
|
|
56
63
|
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
- Updated dependencies [0c20c00]
|
|
60
|
-
- Updated dependencies [0c20c00]
|
|
61
|
-
- @db-ux/core-components@3.1.17
|
|
62
|
-
- @db-ux/core-foundations@3.1.17
|
|
64
|
+
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
|
|
65
|
+
- refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) - [see commit 4826455](https://github.com/db-ux-design-system/core-web/commit/4826455637590b6ae780afb93abb9effe9380342)
|
|
63
66
|
|
|
64
67
|
## 3.1.16
|
|
65
68
|
|
|
66
69
|
### Patch Changes
|
|
67
70
|
|
|
68
|
-
- a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
|
|
71
|
+
- a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode - [see commit 6d60bab](https://github.com/db-ux-design-system/core-web/commit/6d60bab2eb87f16a9ffa942085bffd658564769c):
|
|
69
72
|
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
|
|
70
73
|
- Now, all options are accessible via keyboard regardless of group boundaries.
|
|
71
|
-
-
|
|
72
|
-
- Updated dependencies [a28eb71]
|
|
73
|
-
- Updated dependencies [a28eb71]
|
|
74
|
-
- @db-ux/core-components@3.1.16
|
|
75
|
-
- @db-ux/core-foundations@3.1.16
|
|
74
|
+
- fix: JS framework core-components packages are missing `@db-ux` dependencies - [see commit 49df866](https://github.com/db-ux-design-system/core-web/commit/49df866e753a9459f5acdca4ad1e19141b477471)
|
|
76
75
|
|
|
77
76
|
## 3.1.15
|
|
78
77
|
|
package/README.md
CHANGED
|
@@ -95,17 +95,22 @@ Both Inputs in this example do the same:
|
|
|
95
95
|
</template>
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
##
|
|
98
|
+
## AI Agent Support
|
|
99
99
|
|
|
100
|
-
|
|
101
|
-
To consume those documentation for AI Agents (currently GitHub Copilot) the best way is to copy the `docs` folder into your project.
|
|
100
|
+
For developers using AI coding assistants like GitHub Copilot or Amazon Q, we provide the [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) tool that automatically adds DB UX Design System documentation to your repository.
|
|
102
101
|
|
|
103
|
-
|
|
102
|
+
### Quick Start
|
|
103
|
+
|
|
104
|
+
Run this command in your repository:
|
|
104
105
|
|
|
105
106
|
```shell
|
|
106
107
|
npx @db-ux/agent-cli
|
|
107
108
|
```
|
|
108
109
|
|
|
110
|
+
This will create or update `.github/copilot-instructions.md` with component documentation based on your installed `@db-ux` packages, helping AI agents provide better suggestions.
|
|
111
|
+
|
|
112
|
+
📖 **[Learn more about `@db-ux/agent-cli` node package](packages/agent-cli/README.md)**
|
|
113
|
+
|
|
109
114
|
## Deutsche Bahn brand
|
|
110
115
|
|
|
111
116
|
As we'd like to perfectly support our users and customers on their digital journey, the usage of Deutsche Bahn brand and trademarks are bound of clear guidelines and restrictions even if being used with the code that we're providing with this product; Deutsche Bahn fully reserves all rights regarding the Deutsche Bahn brand, even though that we're providing the code of DB UX Design System products free to use and release it under the Apache 2.0 license.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/v-core-components",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue components for @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"test:components:ui": "playwright test --config playwright.config.ts --ui"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@playwright/experimental-ct-vue": "1.56.
|
|
44
|
+
"@playwright/experimental-ct-vue": "1.56.1",
|
|
45
45
|
"@vitejs/plugin-vue": "6.0.1",
|
|
46
46
|
"replace-in-file": "8.3.0",
|
|
47
47
|
"tsx": "4.20.6",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"source": "src/index.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@db-ux/core-components": "4.0.
|
|
61
|
-
"@db-ux/core-foundations": "4.0.
|
|
60
|
+
"@db-ux/core-components": "4.0.4",
|
|
61
|
+
"@db-ux/core-foundations": "4.0.4"
|
|
62
62
|
}
|
|
63
63
|
}
|