Skip to content

Commit

Permalink
chore(release): 0.6.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Feb 22, 2024
1 parent be0a1d8 commit cca24b3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-teachers-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-islands-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-turtles-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-otters-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-schools-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-ties-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-students-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-houses-argue.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lion/ui

## 0.6.0-alpha.3

BREAKING:
- [form] set focus to the first erroneous form element on submit (mildly breaking, since it could conflict with custom focus management)


### Patch Changes
- [form-core] order aria-labelledby and aria-describedby based on slot order instead of dom order
- [input-range] add screen-reader labels for minimum and maximum value
- [form-core] remove fieldset label/helpt-text from input-field aria-labelledby/aria-describedby. See https://github.com/ing-bank/lion/issues/1576
- [validation-messages] get correct validation min and max dates in French
- [form-core]: set aria-disabled next to the disabled attribute for NVDA screen reader
- [input-stepper] a11y enhancement & added translations
- [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children


## 0.6.0-alpha.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.6.0-alpha.2",
"version": "0.6.0-alpha.3",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down

0 comments on commit cca24b3

Please sign in to comment.