From fa24c0f70e0a8d1eff9ee3f44129f52901ba0c2e Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Tue, 25 Mar 2025 16:16:50 -0400 Subject: [PATCH] Update changelog.md --- docs/docs/resources/changelog.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 474aa3600..45c4b94fc 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -14,9 +14,18 @@ During the alpha period, things might break! We take breaking changes very serio ## Next -- Added the `wa-cloak` utility to prevent FOUCE +### Enhancements + +- Added `appearance` to [``](/docs/components/details) and [``](/docs/components/card) and support for the [appearance utilities](/docs/utilities/appearance/) in the [`
` native styles](/docs/native/details). +- Added an `orange` scale to all color palettes +- Added the `.wa-cloak` utility to prevent FOUCE - Added the `allDefined()` utility for awaiting component registration -- Fixed `wa-pill` class for text fields + +### Bugfixes + +- Specifying inherited CSS properties on `` now works as expected ([thanks Dennis!](https://github.com/shoelace-style/webawesome-alpha/discussions/203)) +- Fixed a bug in `` that made it hard to use with VueJS, Svelte, and many other frameworks +- Fixed the `wa-pill` class for text fields - Fixed `pill` style for `` elements - Fixed a bug in `` that prevented light dismiss from working when clicking immediately above the color picker dropdown - Fixed a bug in `` that sometimes resulted in empty `
` elements being output