From 4e4122887d08c3f4fc66f355e98cdac66af312a1 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Sun, 14 Dec 2025 18:48:10 -0500 Subject: [PATCH] update changelog --- packages/webawesome/docs/docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 2e7cb8dc0..ba7f7c3ee 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -24,7 +24,7 @@ Components with the Experimental badge sh - 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` -- Fixed a bug in Form Controls where Firefox would restore the incorrect data. [pr:] +- Fixed a bug in Form Controls where Firefox would restore the incorrect data. [pr:1871] - Improved performance of `` so initial rendering occurs faster, especially with multiple icons on the page [issue:1729] - Improved performance of all components by fixing how CSS is imported and reused [issue:1812] - Modified the default `transition` styles of `` to use design tokens [pr:1693]