diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 04ac3956..567bf089 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,6 +10,11 @@ _During the beta period, these restrictions may be relaxed in the event of a mis ## Next +- 🚨 BREAKING: improved accessibility of ``, ``, and `` in screen readers + - Removed `checked` and `invalid` attributes from `` and `` (use `value` on `` to set the checked state) + - Removed `click()`, `focus()`, and `blur()` methods from the docs for `` and `` (you can still use the methods like any other HTML element) + - Removed `reportValidity()` and `setCustomValidity()` from `` and `` (use them on `` instead) + - Moved the `sl-change` event from `` and `` to `` - Added experimental `` and `` components [#823](https://github.com/shoelace-style/shoelace/pull/823) - Added `--indicator-width` custom property to `` [#837](https://github.com/shoelace-style/shoelace/issues/837) - Added Swedish translation [#838](https://github.com/shoelace-style/shoelace/pull/838)