From e29b2f12fba125c43ae757c698aa832fc97ecb00 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 28 Oct 2022 11:16:12 -0400 Subject: [PATCH] fix typo --- 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 36a65154..c7af0648 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -19,7 +19,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis ## 2.0.0-beta.83 -This release removes the `` component. When this component was introduced, support for [`aspect-radio`](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio)) wasn't great. These days, [the property is supported](https://caniuse.com/mdn-css_properties_aspect-ratio) by all of Shoelace's target browsers, making a dedicated component redundant. +This release removes the `` component. When this component was introduced, support for [`aspect-ratio`](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio)) wasn't great. These days, [the property is supported](https://caniuse.com/mdn-css_properties_aspect-ratio) by all of Shoelace's target browsers, making a dedicated component redundant. - 🚨 BREAKING: Removed `` (use the well-supported `aspect-ratio` CSS property instead) - 🚨 BREAKING: Changed the `toggle-password` attribute of `` to `password-toggle` for consistency