From b76af1aa211feffb836bda2a153e33fa293c0ba9 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 13 Apr 2023 09:51:11 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index fe8fd768..33eb3e33 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -16,6 +16,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed an incorrect CSS property value in `` [#1272](https://github.com/shoelace-style/shoelace/pull/1272) - Fixed a bug in `` that caused the initials to show up behind images with transparency [#1260](https://github.com/shoelace-style/shoelace/pull/1260) - Fixed a bug in `` that prevented the divider from being focusable in some browsers [#1288](https://github.com/shoelace-style/shoelace/issues/1288) +- Fixed a bug that caused `` to affect scrolling when initializing [#1292](https://github.com/shoelace-style/shoelace/issues/1292) - Improved the behavior of `` when used inside a flex container [#1235](https://github.com/shoelace-style/shoelace/pull/1235) - Improved the behavior of `` to support buttons and other interactive elements [#1234](https://github.com/shoelace-style/shoelace/issues/1234) - Improved the performance of `` to prevent an apparent memory leak in some browsers [#1284](https://github.com/shoelace-style/shoelace/pull/1284)