From 1e280608d3f2354ed6f736e13b1d8b3f9e47ce88 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 28 May 2021 10:14:34 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 0d21e3729..a26b46f0f 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -18,7 +18,7 @@ Technical reasons aside, canceling these events seldom led to a good user experi - Added Iconoir example to the icon docs - Changed the `cancelable` default to `false` for the internal `@event` decorator - Fixed a bug where toggling `open` stopped working in `sl-alert`, `sl-dialog`, `sl-drawer`, `sl-dropdown`, and `sl-tooltip` -- Fixed a bug in `sl-range` where setting a value below `min` would cause the value to equal `min` [#448](https://github.com/shoelace-style/shoelace/issues/448) +- Fixed a bug in `sl-range` where setting a value outside the default `min` or `max` would clamp the value [#448](https://github.com/shoelace-style/shoelace/issues/448) - Fixed a number of imports that should have been type imports - Updated Lit to 2.0.0-rc.2 - Updated esbuild to 0.12.4