From 478fa6f2bbe4cd4db1d253c97f3890a05bd50777 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 31 Mar 2023 15:03:31 -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 2b335568..433c1cff 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -14,6 +14,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed a bug in `` that prevented long labels from wrapping [#1243](https://github.com/shoelace-style/shoelace/issues/1243) - Fixed a bug in `` that caused labels to be misaligned when text wraps [#1244](https://github.com/shoelace-style/shoelace/issues/1244) - 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) - 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)