From 011f12a7e41d7c1600896b66317d18e8d59603f4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sat, 19 Feb 2022 11:56:09 -0500 Subject: [PATCH] fixes #684 --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index dbae50f89..51ae52843 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -14,6 +14,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug that prevented the first/last menu item from receiving focus when pressing up/down in `` - Fixed a bug that caused the active tab indicator in `` to render incorrectly when used inside an element that animates [#671](https://github.com/shoelace-style/shoelace/pull/671) - Fixed a bug that allowed values in `` to be invalid according to its `min|max|step` [#674](https://github.com/shoelace-style/shoelace/issues/674) +- Fixed a bug that allowed `` to go into an incorrect state when activating the trigger while disabled [#684](https://github.com/shoelace-style/shoelace/pull/684) - Updated Lit to 2.1.4 - Updated all other dependencies to latest versions