-
Notifications
You must be signed in to change notification settings - Fork 14
fix: CHANGELOG files entries #5356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
58d9cee
refactor: we actually want to mention Amazon Q in the components pack…
mfranzke 01e7040
Apply suggestions from code review
mfranzke e5f1b21
Update packages/components/CHANGELOG.md
mfranzke 3ec0723
Apply suggestions from code review
mfranzke c7b8a3e
refactor: corrected commits
mfranzke 8e99214
refactor: corrected commits
mfranzke fb7847a
refactor: corrected commits
mfranzke c5a133d
refactor: corrected commits
mfranzke 8409a8b
refactor: corrected commits
mfranzke ffd5c08
refactor: corrected commits
mfranzke aa0d2fd
Merge branch 'main' into fix-changelogs
mfranzke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,15 +2,16 @@ | |
|
|
||
| ## 4.0.3 | ||
|
|
||
| _version bump_ | ||
| ### Patch Changes | ||
|
|
||
| - chore: generate Amazon Q rule file with @db-ux/agent-cli - [see commit b61c8b1](https://github.com/db-ux-design-system/core-web/commit/b61c8b14992f5a5b3615c6bff74018d5682aa0cc) | ||
mfranzke marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## 4.0.2 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - chore: update instructions files for better copilot outputs - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e): | ||
| - fix: add some missing variables | ||
| - fix: add some missing variables | ||
|
|
||
| - fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e) | ||
|
|
||
|
|
@@ -25,9 +26,9 @@ _version bump_ | |
| ### Major Changes | ||
|
|
||
| - feat: Switch stable rework - [see commit cb2deb0](https://github.com/db-ux-design-system/core-web/commit/cb2deb0f1c54900d1967483aea05d81279c02f59): | ||
| - **BREAKING CHANGE**: remove `emphasis` property | ||
| - introduce validation (invalid and valid) | ||
| - configurable label position | ||
| - **BREAKING CHANGE**: remove `emphasis` property | ||
| - introduce validation (invalid and valid) | ||
| - configurable label position | ||
|
|
||
| - **BREAKING CHANGE**: refactor(Custom Select): renamed `ariaListLabel` property to `listLabel` - [see commit 966d5ad](https://github.com/db-ux-design-system/core-web/commit/966d5ad01f00d0ca1707cc316a63e2d431fff1e9) | ||
|
|
||
|
|
@@ -46,30 +47,30 @@ _version bump_ | |
| ### Patch Changes | ||
|
|
||
| - fix(DBTabs): ensure navigation arrows appear correctly on window resize - [see commit 4e65e00](https://github.com/db-ux-design-system/core-web/commit/4e65e00d280cae18baee03b5a7a9b13eec063835): | ||
| - This update resolves an issue where navigation arrows in DBTabs would not appear or update correctly when the window was resized. The component now properly responds to resize events, ensuring arrows are always shown or hidden as needed. | ||
| - This update resolves an issue where navigation arrows in DBTabs would not appear or update correctly when the window was resized. The component now properly responds to resize events, ensuring arrows are always shown or hidden as needed. | ||
|
|
||
| - fix(select): jumping placeholder for label above - [see commit 7ed8d22](https://github.com/db-ux-design-system/core-web/commit/7ed8d2225102e0e9044437e95917e11eef4bc73f) | ||
|
|
||
| - enabled [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) for every package - [see commit 0233048](https://github.com/db-ux-design-system/core-web/commit/023304869e61f5a506dca66a22d69e5f3d70f4d0): | ||
| - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation | ||
| - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation | ||
|
|
||
| ## 3.1.17 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component | ||
| - 0c20c00: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) | ||
| - @db-ux/[email protected] | ||
| - @db-ux/[email protected] | ||
|
|
||
| ## 3.1.16 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode: | ||
| - Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode. | ||
| - Now, all options are accessible via keyboard regardless of group boundaries. | ||
| - Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode. | ||
| - Now, all options are accessible via keyboard regardless of group boundaries. | ||
| - a28eb71: fix: JS framework core-components packages are missing `@db-ux` dependencies | ||
| - @db-ux/[email protected] | ||
| - @db-ux/[email protected] | ||
|
|
||
| ## 3.1.15 | ||
|
|
||
|
|
@@ -78,4 +79,4 @@ _version bump_ | |
| - 262964b: fix(Switch): double event firing with Angular signals | ||
| - 262964b: fix(CustomSelect): tags remaining visible when form values are reset | ||
| - 262964b: fix(CustomSelect): custom removeTagsTexts are not applied correctly | ||
| - @db-ux/[email protected] | ||
| - @db-ux/[email protected] | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.