From 1af711bc89365a50e24da1d23c2bff777b1b8b57 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 25 May 2023 12:26:56 -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 0f1bc7af..e1dbb8b3 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,6 +10,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the `checkbox` part and related exported parts to `` so you can target it with CSS [#1318](https://github.com/shoelace-style/shoelace/discussions/1318) - Added the `submenu-icon` part to `` (submenus have not been implemented yet, but this part is required to allow customizations) +- Added tests for `` [#1343](https://github.com/shoelace-style/shoelace/pull/1343) - Fixed a bug where changing the size of `` wouldn't update the size of child elements - Fixed a bug in `` and `` where the `size` attribute wasn't being reflected [#1318](https://github.com/shoelace-style/shoelace/issues/1348) - Improved `` so it can accept children of variable heights [#1317](https://github.com/shoelace-style/shoelace/pull/1317)