chore(release): 0.6.0-alpha.3

This commit is contained in:
Thijs Louisse 2024-02-22 17:34:43 +01:00
parent 31e079d591
commit f1630c0881
4 changed files with 17 additions and 13 deletions

View file

@ -1,7 +0,0 @@
---
'@lion/ui': minor
---
BREAKING CHANGE:
[form] set focus to the first erroneous form element on submit

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[validation-messages] get correct validation min and max dates in French

View file

@ -1,5 +1,21 @@
# @lion/ui # @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 ## 0.6.0-alpha.1
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.6.0-alpha.2", "version": "0.6.0-alpha.3",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",