From b2986e89b0e6d9d1e96bd9566d228287f056bf71 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 1 Aug 2022 12:01:30 -0400 Subject: [PATCH] Revert "update changelog" This reverts commit 8b2ddc984b444d01c5eb7498c0e7b7ca74c83317. --- docs/resources/changelog.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 04f48b70..2c3c7c57 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,11 +10,6 @@ _During the beta period, these restrictions may be relaxed in the event of a mis ## 2.0.0-beta.79 -- 🚨 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)