upgrade visually hidden

This commit is contained in:
Cory LaViska
2022-03-14 08:50:25 -04:00
parent cff57b6562
commit 0f626bebbf
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug that prevented form submission from working as expected in some cases
- Fixed a bug that prevented `<sl-split-panel>` from toggling `vertical` properly [#703](https://github.com/shoelace-style/shoelace/issues/703)
- Upgraded the status of `<sl-visually-hidden>` from experimental to stable
## 2.0.0-beta.71

View File

@@ -4,7 +4,7 @@ import styles from './visually-hidden.styles';
/**
* @since 2.0
* @status experimental
* @status stable
*
* @slot - The content you'd like to be visually hidden.
*/