Skip to content

Commit 8007ab7

Browse files
committed
Merge branch 'main' into feat-examples-plugins
# Conflicts: # showcases/patternhub/tsconfig.json
2 parents 83dc632 + 64c45cf commit 8007ab7

File tree

41 files changed

+263
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+263
-208
lines changed

.changeset/dbcustomselect-form-reset.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/kind-steaks-worry.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/tricky-regions-agree.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

__snapshots__/custom-select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@
13771377
- status
13781378
- text: Custom Selected Label
13791379
- group:
1380-
- text: Label controlled
1380+
- text: "Selected: Label controlled"
13811381
- article:
13821382
- radiogroup "id-10aasds4-Custom Selected Label":
13831383
- list:

__snapshots__/custom-select/showcase/chromium/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@
13771377
- status
13781378
- text: Custom Selected Label
13791379
- group:
1380-
- text: Label controlled
1380+
- text: "Selected: Label controlled"
13811381
- article:
13821382
- radiogroup "id-10aasds4-Custom Selected Label":
13831383
- list:

__snapshots__/custom-select/showcase/firefox/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@
13771377
- status
13781378
- text: Custom Selected Label
13791379
- group:
1380-
- text: Label controlled
1380+
- text: "Selected: Label controlled"
13811381
- article:
13821382
- radiogroup "id-10aasds4-Custom Selected Label":
13831383
- list:

__snapshots__/custom-select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@
14421442
- status
14431443
- text: Custom Selected Label
14441444
- group:
1445-
- text: Label controlled
1445+
- text: "Selected: Label controlled"
14461446
- article:
14471447
- radiogroup "id-10aasds4-Custom Selected Label":
14481448
- list:

__snapshots__/custom-select/showcase/mobile-safari/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@
14421442
- status
14431443
- text: Custom Selected Label
14441444
- group:
1445-
- text: Label controlled
1445+
- text: "Selected: Label controlled"
14461446
- article:
14471447
- radiogroup "id-10aasds4-Custom Selected Label":
14481448
- list:

__snapshots__/custom-select/showcase/webkit/should-have-same-aria-snapshot/DBCustomSelect-should-have-same-aria-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@
13771377
- status
13781378
- text: Custom Selected Label
13791379
- group:
1380-
- text: Label controlled
1380+
- text: "Selected: Label controlled"
13811381
- article:
13821382
- radiogroup "id-10aasds4-Custom Selected Label":
13831383
- list:

output/angular/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @db-ux/ngx-core-components
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- refactor(notification): update and simplify grid layout for block link variant - [see commit cb83f96](https://github.com/db-ux-design-system/core-web/commit/cb83f966eaf29c85b4cf0079750bdd563f216d6e)
8+
9+
- fix(DBCustomSelect): properly announce selected options - [see commit 773edeb](https://github.com/db-ux-design-system/core-web/commit/773edeb943a085eb79e1c8d59059137b2830fbf0):
10+
- feat(DBCustomSelect): introduce new property `selectedPrefix`
11+
12+
### Patch Changes
13+
14+
- fix(DBCustomSelect): automatically handle form reset events - [see commit 6af5246](https://github.com/db-ux-design-system/core-web/commit/6af5246b3b2e6febdc6ff6342ba1a8eb10184d14):
15+
- An event listener is now added for every form component (input, custom-select, etc.) when a `form` property is passed.
16+
- This listener detects form resets and updates the component's internal value/checked state accordingly.
17+
- > **Note**: This does not work for `ngModel` in Angular.
18+
19+
- fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474)
20+
321
## 4.0.4
422

523
### Patch Changes

0 commit comments

Comments
 (0)