From cb156dc84a0677fb712e527d1c8116731f909672 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 23 Mar 2021 08:43:38 -0400 Subject: [PATCH] make sl-resize-observer stable --- docs/getting-started/changelog.md | 1 + src/components/resize-observer/resize-observer.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index d42a347a6..2b52572ad 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -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 diff --git a/src/components/resize-observer/resize-observer.ts b/src/components/resize-observer/resize-observer.ts index e4195471d..f746ebf09 100644 --- a/src/components/resize-observer/resize-observer.ts +++ b/src/components/resize-observer/resize-observer.ts @@ -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 {