From ae07b7d0a8f779e2f74b799b02836f7a7ccb0a02 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 28 Dec 2022 16:22:08 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 686f7bec8..fe406348e 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,10 +10,16 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next -This release includes a complete rewrite of `` to improve accessibility and improve simplify the internal structure. +This release includes a complete rewrite of `` to improve accessibility and simplify its internals. -- 🚨 BREAKING: removed the `suffix` slot from `` because it was confusing to users and its position made the clear button inaccessible +- 🚨 BREAKING: rewrote `` + - Accessibility has been significantly improved, especially in screen readers + - You must use `` instead of `` for options now + - The `suffix` slot was removed because it was confusing to users and its position made the clear button inaccessible + - 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) +- Added the `` component - 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) - Updated the status of `` and `` from experimental to stable