diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 8f3dccb60..be262829d 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -43,6 +43,7 @@ Thank you for your help and patience with testing Shoelace. I promise, we're not - Removed redundant `role="menu"` in `` - Slightly faster animations for showing and hiding `` - Updated to Bootstrap Icons to 1.7.1 +- Upgraded the status of `` from experimental to stable ## 2.0.0-beta.60 diff --git a/src/components/mutation-observer/mutation-observer.ts b/src/components/mutation-observer/mutation-observer.ts index 4d89eb272..70ac74bff 100644 --- a/src/components/mutation-observer/mutation-observer.ts +++ b/src/components/mutation-observer/mutation-observer.ts @@ -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. *