make sl-resize-observer stable

pull/387/head
Cory LaViska 2021-03-23 08:43:38 -04:00
rodzic 494be4f25b
commit cb156dc84a
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -15,6 +15,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug in `sl-tab-group` where changing `placement` could result in the active tab indicator being drawn a few pixels off
- Improved `@watch` decorator to run after update instead of during
- Updated `sl-menu-item` checked icon to `check` instead of `check2`
- Upgraded the status of `sl-resize-observer` from experimental to stable
## 2.0.0-beta.34

Wyświetl plik

@ -4,7 +4,7 @@ import styles from 'sass:./resize-observer.scss';
/**
* @since 2.0
* @status experimental
* @status stable
*/
@customElement('sl-resize-observer')
export default class SlResizeObserver extends LitElement {