From 571ae704e0194e2c24f93ed3a01e5185fd9d4fed Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 3 Jan 2023 15:10:51 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 130386b0..3ce76e8d 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -19,6 +19,7 @@ This release includes a complete rewrite of `` to improve accessibili - The `max-tags-visible` attribute has been renamed to `max-options-visible` - Many parts have been removed or renamed (please see the docs for more details) - 🚨 BREAKING: removed the `sl-label-change` event from `` (listen for `slotchange` instead) +- 🚨 BREAKING: removed type to select logic from `` (this was added specifically for `` which no longer uses ``) - Added the `` component - Added Traditional Chinese translation [#1086](https://github.com/shoelace-style/shoelace/pull/1086) - Fixed a bug in `` where the checked/indeterminate states could get out of sync when using the `multiple` option [#1076](https://github.com/shoelace-style/shoelace/issues/1076)