From 8b2ddc984b444d01c5eb7498c0e7b7ca74c83317 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 1 Aug 2022 11:41:56 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 04ac39566..567bf089e 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)