make it stable

This commit is contained in:
Cory LaViska
2021-11-18 17:46:37 -05:00
parent 9cb3314494
commit 8532f7df26
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ Thank you for your help and patience with testing Shoelace. I promise, we're not
- Removed redundant `role="menu"` in `<sl-dropdown>`
- Slightly faster animations for showing and hiding `<sl-dropdown>`
- Updated to Bootstrap Icons to 1.7.1
- Upgraded the status of `<sl-mutation-observer>` from experimental to stable
## 2.0.0-beta.60

View File

@@ -6,7 +6,7 @@ import styles from './mutation-observer.styles';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @event sl-mutation - Emitted when a mutation occurs.
*