upgrade exp components

pull/887/head
Cory LaViska 2022-08-26 10:33:45 -04:00
rodzic a3d00a92a0
commit bb55c93b1a
4 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug in `<sl-tree-item>` that prevented custom expand/collapse icons from rendering
- Fixed a bug in `<sl-tree-item>` where the `expand-icon` and `collapse-icon` slots were reversed
- Fixed a bug in `<sl-tree-item>` that prevented the keyboard from working after lazy loading [#882](https://github.com/shoelace-style/shoelace/issues/882)
- Upgraded the status of `<sl-animated-image>`, `<sl-popup>`, and `<sl-split-panel>` from experimental to stable
## 2.0.0-beta.82

Wyświetl plik

@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @dependency sl-icon
*

Wyświetl plik

@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @event sl-reposition - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive
* operations in your listener or consider debouncing it.

Wyświetl plik

@ -12,7 +12,7 @@ import type { CSSResultGroup } from 'lit';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @event sl-reposition - Emitted when the divider's position changes.
*