diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index a4113144e..bf1d4789c 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -18,30 +18,31 @@ During the alpha period, things might break! We take breaking changes very serio - 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 -- Added default spacing to icons slotted into `` -- Fixed `wa-pill` class for text fields +- Added the [`.wa-cloak` utility](/docs/utilities/fouce) to prevent FOUCE +- Added the [`allDefined()` utility](/docs/usage/#all-defined) for awaiting component registration ### Bug fixes - 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 -- Fixed a bug in `` that prevented the pill effect from applying properly +- Fixed a bug where changing a `` label wouldn't update the display label in `` +- Added default spacing to icons slotted into `` +- Lots of fixes around pill-shaped elements: + - Fixed the `wa-pill` class for text fields + - Fixed `pill` style for `` and `` elements - Fixed a bug in `` that prevented active buttons from receiving the correct styles - Fixed a bug in `` that prevented the focus ring from showing in Safari -- Fixed the search dialog's styles so it doesn't jump around as you search +- Fixed alignment of `` inside button groups - Removed close watcher logic to backdrop hide animation bugs in `` and ``; this logic is already handled and we'll revisit `CloseWatcher` when browser support is better and behaviors are consistent -- Fixed a bug that caused dropdowns inside button groups to show with a vertical misalignment - Revert `` structure and CSS to fix clipped content in dialogs (WA-A #123) and light dismiss in iOS Safari (WA-A #201) +- Fixed a bug in `` that prevented light dismiss from working when clicking immediately above the color picker dropdown - Fixed a bug in `` that prevented Safari from animation progress changes -- Fixed the missing indeterminate icon in native checkbox styles -- Fixed a bug where changing a `` label wouldn't update the display label in `` +- Fixed the missing indeterminate icon in [native checkbox styles](/docs/native/checkbox) - Fixed a bug in `` where elements would stack instead of display inline +- Docs fixes: + - Fixed the search dialog's styles so it doesn't jump around as you search + - Theme cards now have icons ## 3.0.0-alpha.11