From cb2d5e4eb43bc4d920e31967d158eafca3c6ce64 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 26 Sep 2023 09:33:19 -0400 Subject: [PATCH] update to 2.9.0 changelog --- docs/pages/resources/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 32ed1b66b..f7d72a553 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -19,11 +19,11 @@ New versions of Web Awesome are released as-needed and generally occur when a cr - Removed `default` from `` and made `neutral` the new default - Removed the `circle` modifier from `` because button's no longer have a set height -## Next +## 2.9.0 - Added the `modal` property to `` and `` to support third-party modals [#1571] - Fixed a bug in the autoloader causing it to register non-Shoelace elements [#1563] -- Fixed a bug in `` that resulted in improper spacing between the label and the required asterisk [#1540] +- Fixed a bug in `` that resulted in improper spacing between the label and the required asterisk [#1540] - Fixed a bug in `` that caused icons to not load when the default library used a sprite [#1572] - Removed error when a missing popup anchor is provided [#1548] - Updated `@ctrl/tinycolor` to 4.0.1 [#1542]