upgrade visually hidden

pull/706/head
Cory LaViska 2022-03-14 08:50:25 -04:00
rodzic cff57b6562
commit 0f626bebbf
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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.
*/