Skip to content

Commit 10a78d9

Browse files
authored
add missing items (#1117)
1 parent 99d9024 commit 10a78d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/webawesome/docs/docs/resources/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Many of these changes and improvements were the direct result of feedback from u
2828
- Renamed the `classic` theme to `shoelace`
2929
- 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`.
3030
- Removed most custom properties from components that can otherwise be styled with `::part()` selectors and standard CSS properties.
31+
- `<wa-dropdown>` was reworked and simplified to not use menu, menu item, menu label; use `<wa-dropdown-item>` instead
3132
- Renamed `pulse` attribute in `<wa-badge>` to `attention="pulse"` and added `attention="bounce"` [issue:#940]
3233
- Renamed the `vertical` attribute to `orientation="vertical"` in `<wa-split-panel>` and `<wa-divider>` to align with other components and the platform [issue:674]
3334
- 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
9697
### Removals {data-no-outline}
9798

9899
- Removed the experimental `<wa-code-demo>` component
100+
- `<wa-menu>`, `<wa-menu-item>`, `<wa-menu-label>` were dropped; use `<wa-dropdown-item>` instead
101+
- `<wa-icon-button>` was removed; icon buttons can be added via `<wa-button>` now
102+
- `<wa-radio-button>` was dropped; use `<wa-radio appearance="button">` instead
99103

100104
<details>
101105
<summary>Alpha Changelogs</summary>

0 commit comments

Comments
 (0)