diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 84fa2f237..eeeb7f11c 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -28,6 +28,7 @@ Many of these changes and improvements were the direct result of feedback from u - Renamed the `classic` theme to `shoelace` - Removed `:root` selector from all theme, color palette, and semantic color stylesheets except for the default theme and colors. All of these styles are now solely scoped to classes, such as `.wa-theme-awesome`, `.wa-palette-bright`, and `.wa-brand-orange`. - Removed most custom properties from components that can otherwise be styled with `::part()` selectors and standard CSS properties. +- `` was reworked and simplified to not use menu, menu item, menu label; use `` instead - Renamed `pulse` attribute in `` to `attention="pulse"` and added `attention="bounce"` [issue:#940] - Renamed the `vertical` attribute to `orientation="vertical"` in `` and `` to align with other components and the platform [issue:674] - Renamed certain boolean attributes to be consistent using the `with-*` and `without-*` pattern: @@ -96,6 +97,9 @@ Many of these changes and improvements were the direct result of feedback from u ### Removals {data-no-outline} - Removed the experimental `` component +- ``, ``, `` were dropped; use `` instead +- `` was removed; icon buttons can be added via `` now +- `` was dropped; use `` instead
Alpha Changelogs