chore: correct changelog for 0.6.0 release

This commit is contained in:
Thijs Louisse 2024-03-27 18:10:36 +01:00
parent 395595198c
commit 2e3ba64b78

View file

@ -2,46 +2,17 @@
## 0.6.0 ## 0.6.0
### Minor Changes BREAKING:
- [form] set focus to the first erroneous form element on submit (mildly breaking, since it could conflict with custom focus management)
- beta release with:
- Update to lit version 3 - Update to lit version 3
- Moved to scoped-elements v3 - Moved to scoped-elements v3
## 0.6.0-beta.0
### Minor Changes
- beta release with:
- Update to lit version 3
- Moved to scoped-elements v3
## 0.6.0-alpha.5
### Minor Changes
- [core] allow SlotRerenderObject to first render on connectedCallback via `firstRenderOnConnected`
### Patch Changes ### Patch Changes
- [input-tel-dropdown] use ScopedElementsMixin in to run test-suite with select-rich - [input-tel-dropdown] use ScopedElementsMixin in to run test-suite with select-rich
- [core] add Firefox to browserDetection - [core] add Firefox to browserDetection
- [overlays] skip local-positioning tests for Firefox, and added a todo to fix later
- [textarea] set box-sizing in tests to make it work cross browser - [textarea] set box-sizing in tests to make it work cross browser
## 0.6.0-alpha.4
### Patch Changes
- [input-stepper] fix the toggling of the disabled state for the buttons - [input-stepper] fix the toggling of the disabled state for the buttons
- [core] update types for ScopedElementsMixin - [core] update types for ScopedElementsMixin
## 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 - [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 - [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 - [form-core] remove fieldset label/helpt-text from input-field aria-labelledby/aria-describedby. See https://github.com/ing-bank/lion/issues/1576
@ -51,22 +22,6 @@ BREAKING:
- [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children - [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children
## 0.6.0-alpha.1
### Minor Changes
- Moved to scoped-elements v3
### Patch Changes
- [validation-messages] get correct validation min and max dates in French
## 0.6.0-alpha.0
### Minor Changes
- 83658742: Update to lit version 3
## 0.5.6 ## 0.5.6
### Patch Changes ### Patch Changes