make sl-resize-observer stable

This commit is contained in:
Cory LaViska
2021-03-23 08:43:38 -04:00
parent 494be4f25b
commit cb156dc84a
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 {