diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 4253b2e44f44fe..39261fa69b02ec 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -9,6 +9,7 @@ ### Enhancements - Making Circular Option Picker a `listbox`. Note that while this changes some public API, new props are optional, and currently have default values; this will change in another patch. ([#52255](https://github.com/WordPress/gutenberg/pull/52255)) +- `Dropdown` and `DropdownMenu` allow controlled `isOpen` prop. `DropdownMenu` allow `onToggle` callback ([#54083](https://github.com/WordPress/gutenberg/pull/54083)). ### Bug Fix @@ -18,7 +19,6 @@ ### Enhancements -- `Dropdown` and `DropdownMenu` allow controlled `isOpen` prop. `DropdownMenu` allow `onToggle` callback ([#54083](https://github.com/WordPress/gutenberg/pull/54083)). - `ProgressBar`: Add transition to determinate indicator ([#53877](https://github.com/WordPress/gutenberg/pull/53877)). - Prevent nested `SlotFillProvider` from rendering ([#53940](https://github.com/WordPress/gutenberg/pull/53940)).