From f342785a0a65faa92a06d751e16319a9ba883176 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 16 Oct 2020 09:29:35 -0400 Subject: [PATCH] Update changelog --- docs/getting-started/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 45794009..6591d521 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -6,15 +6,17 @@ Components with the Experimental badge _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 -## Next +## 2.0.0-beta.21 - Added `label` slot to `sl-input`, `sl-select`, and `sl-textarea` [#248](https://github.com/shoelace-style/shoelace/issues/248) - Added `label` slot to `sl-dialog` and `sl-drawer` - Added experimental `sl-include` component +- Added status code to the `sl-error` event in `sl-icon` - Fixed a bug where initial transitions didn't show in `sl-dialog` and `sl-drawer` [#247](https://github.com/shoelace-style/shoelace/issues/247) - Fixed a bug where indeterminate checkboxes would maintain the indeterminate state when toggled - Fixed a bug where concurrent active modals (i.e. dialog, drawer) would try to steal focus from each other - Improved `sl-color-picker` grid and slider handles [#246](https://github.com/shoelace-style/shoelace/issues/246) +- Refactored `sl-icon` request logic and removed unused cache map - Reworked show/hide logic in `sl-alert`, `sl-dialog`, and `sl-drawer` to not use reflow hacks and the `hidden` attribute - Reworked slot logic in `sl-card`, `sl-dialog`, and `sl-drawer` - Updated to Popper 2.5.3 to address a fixed position bug in Firefox