mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
make sl-resize-observer stable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user