mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
upgrade
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import type { CSSResultGroup, PropertyValueMap } from 'lit';
|
||||
* @summary A tree item serves as a hierarchical node that lives inside a [tree](/components/tree).
|
||||
*
|
||||
* @since 2.0
|
||||
* @status experimental
|
||||
* @status stable
|
||||
*
|
||||
* @dependency sl-checkbox
|
||||
* @dependency sl-icon
|
||||
|
||||
@@ -52,7 +52,7 @@ function syncCheckboxes(changedTreeItem: SlTreeItem, initialSync = false) {
|
||||
* @summary Trees allow you to display a hierarchical list of selectable [tree items](/components/tree-item). Items with children can be expanded and collapsed as desired by the user.
|
||||
*
|
||||
* @since 2.0
|
||||
* @status experimental
|
||||
* @status stable
|
||||
*
|
||||
* @event {{ selection: TreeItem[] }} sl-selection-change - Emitted when a tree item is selected or deselected.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user