From db1c2ee5ccd4207f5927e2a16372c52f6266d93f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 10 Nov 2022 11:30:51 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index f61dbcfe..61a7f76e 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -12,7 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - 🚨 BREAKING: Removed the `fieldset` property from `` (use CSS parts if you want to keep the border) [#965](https://github.com/shoelace-style/shoelace/issues/965) - 🚨 BREAKING: Removed `base` and `label` parts from `` (use `form-control` and `form-control__label` instead) [#965](https://github.com/shoelace-style/shoelace/issues/965) -- 🚨 BREAKING: Removed the `base` part from `` (style the host element instead) +- 🚨 BREAKING: Removed the `base` part from `` (style the host element directly instead) - Added `button--checked` to `` and `control--checked` to `` to style just the checked state [#933](https://github.com/shoelace-style/shoelace/pull/933) - Added tests for `` and `` [#935](https://github.com/shoelace-style/shoelace/pull/935) - Added translations for Turkish, English (United Kingdom) and German (Austria) [#989](https://github.com/shoelace-style/shoelace/pull/989)