From 822d2ef7c6a36bc06193743dcc91f67525035611 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Fri, 21 Nov 2025 16:52:16 -0500 Subject: [PATCH] add changelog entry --- packages/webawesome/docs/docs/resources/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index a6f2c5e36..93140c072 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -21,6 +21,7 @@ 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] - Improved performance of `` so initial rendering occurs faster, especially with multiple icons on the page [issue:1729] +- Fixed a bug in Web Awesome form controls that caused `` to set the form property to equal `"foo"` instead of returning an `HTMLFormElement` breaking platform expectations. [pr:1815] - Modified the default `transition` styles of `` to use design tokens [pr:1693] ## 3.0.0 @@ -505,4 +506,4 @@ Many of these changes and improvements were the direct result of feedback from u -Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome/discussions) +Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome/discussions) \ No newline at end of file