From bb55c93b1a144a2c2b351b610321385116d1194c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 26 Aug 2022 10:33:45 -0400 Subject: [PATCH] upgrade exp components --- docs/resources/changelog.md | 1 + src/components/animated-image/animated-image.ts | 2 +- src/components/popup/popup.ts | 2 +- src/components/split-panel/split-panel.ts | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 3c8584c06..595c8dde6 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -16,6 +16,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `` that prevented custom expand/collapse icons from rendering - Fixed a bug in `` where the `expand-icon` and `collapse-icon` slots were reversed - Fixed a bug in `` that prevented the keyboard from working after lazy loading [#882](https://github.com/shoelace-style/shoelace/issues/882) +- Upgraded the status of ``, ``, and `` from experimental to stable ## 2.0.0-beta.82 diff --git a/src/components/animated-image/animated-image.ts b/src/components/animated-image/animated-image.ts index c556ce5f8..154e67b40 100644 --- a/src/components/animated-image/animated-image.ts +++ b/src/components/animated-image/animated-image.ts @@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit'; /** * @since 2.0 - * @status experimental + * @status stable * * @dependency sl-icon * diff --git a/src/components/popup/popup.ts b/src/components/popup/popup.ts index d249b5bbc..d0f030460 100644 --- a/src/components/popup/popup.ts +++ b/src/components/popup/popup.ts @@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit'; /** * @since 2.0 - * @status experimental + * @status stable * * @event sl-reposition - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive * operations in your listener or consider debouncing it. diff --git a/src/components/split-panel/split-panel.ts b/src/components/split-panel/split-panel.ts index e16e37a12..1fb497ebd 100644 --- a/src/components/split-panel/split-panel.ts +++ b/src/components/split-panel/split-panel.ts @@ -12,7 +12,7 @@ import type { CSSResultGroup } from 'lit'; /** * @since 2.0 - * @status experimental + * @status stable * * @event sl-reposition - Emitted when the divider's position changes. *