This commit is contained in:
Cory LaViska
2022-12-20 13:36:06 -05:00
parent e22c2f839b
commit 46fda5f0a6
3 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ This release includes a complete rewrite of `<sl-select>` to improve accessibili
- 🚨 BREAKING: removed the `suffix` slot from `<sl-select>` because it was confusing to users and its position made the clear button inaccessible
- 🚨 BREAKING: removed the `multiple` attribute from `<sl-select>` because it was inaccessible and made the getting/setting the value inconsistent and confusing (see the docs for a suggested multiselect pattern)
- Fixed a bug in `<sl-tree-item>` 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 `<sl-tree>` and `<sl-tree-item>` from experimental to stable
## 2.0.0-beta.87