chore(release): 0.6.0-alpha.3
This commit is contained in:
parent
31e079d591
commit
f1630c0881
4 changed files with 17 additions and 13 deletions
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@lion/ui': minor
|
||||
---
|
||||
|
||||
BREAKING CHANGE:
|
||||
|
||||
[form] set focus to the first erroneous form element on submit
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[validation-messages] get correct validation min and max dates in French
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue