From 35cde2c3c33cfc3e5ada69f88c65ea2b263510b5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 22 Mar 2021 15:12:14 -0400 Subject: [PATCH] update --- docs/getting-started/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 2cb6b352..14a0b8ee 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `sl-animation` where `sl-cancel` and `sl-finish` events would never fire - Fixed a bug where `sl-alert` wouldn't always transition properly - Fixed a bug where using `sl-menu` inside a shadow root would break keyboard selections [#382](https://github.com/shoelace-style/shoelace/issues/382) +- Fixed a bug where toggling `multiple` in `sl-select` would lead to a stale display label - Improved `@watch` decorator to run after update instead of during - Updated `sl-menu-item` checked icon to `check` instead of `check2`