pull/593/head
Cory LaViska 2021-11-18 17:46:37 -05:00
rodzic 9cb3314494
commit 8532f7df26
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -43,6 +43,7 @@ Thank you for your help and patience with testing Shoelace. I promise, we're not
- Removed redundant `role="menu"` in `<sl-dropdown>` - Removed redundant `role="menu"` in `<sl-dropdown>`
- Slightly faster animations for showing and hiding `<sl-dropdown>` - Slightly faster animations for showing and hiding `<sl-dropdown>`
- Updated to Bootstrap Icons to 1.7.1 - Updated to Bootstrap Icons to 1.7.1
- Upgraded the status of `<sl-mutation-observer>` from experimental to stable
## 2.0.0-beta.60 ## 2.0.0-beta.60

Wyświetl plik

@ -6,7 +6,7 @@ import styles from './mutation-observer.styles';
/** /**
* @since 2.0 * @since 2.0
* @status experimental * @status stable
* *
* @event sl-mutation - Emitted when a mutation occurs. * @event sl-mutation - Emitted when a mutation occurs.
* *