From 572c17ad54a44e1d8a799b15cd77932d1d687382 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 2 Dec 2025 11:44:28 -0500 Subject: [PATCH] update changelog --- packages/webawesome/docs/docs/resources/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index bc4553f9f..6b951fe93 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -13,6 +13,7 @@ Components with the Experimental badge sh ## Next +- Added `` as an experimental pro component [issue:1074] - Added `layers.css` to define cascade layer order and updated palettes, themes, native styles, and utilities to import the new rule for more fail-safe modularity [pr:1793] - Fixed a bug in `` that caused some touch devices to end up with the incorrect value [issue:1703] - Fixed a bug in `` that prevented some slots from being detected correctly [discuss:1450] @@ -21,6 +22,8 @@ Components with the Experimental badge sh - Fixed a bug in `` that caused the spinner to not show when lazy loading [issue:1678] - Fixed a bug in `` that caused the browser to hang when cancelling the `wa-hide` event [issue:1483] - Fixed a bug in `` that prevented the icon dependency from being imported [issue:1825] +- Fixed a bug in `` that prevented clicks on the tag's remove button from removing options in multiple mode +- Fixed a bug in `` that caused tags to appear in alphabetical order instead of selection order when using `multiple` - Improved performance of `` so initial rendering occurs faster, especially with multiple icons on the page [issue:1729] - Modified the default `transition` styles of `` to use design tokens [pr:1693]