Skip to content

Commit

Permalink
Fix changelog placement
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka authored and ellatrix committed Apr 23, 2024
1 parent 15dfc0f commit 23d5fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

### Enhancements

- `DropZone`: Avoid a media query on mount [#60546](https://github.com/WordPress/gutenberg/pull/60546)).
- `ComboboxControl`: Simplify string normalization ([#60893](https://github.com/WordPress/gutenberg/pull/60893)).
### Internal

## 27.4.0 (2024-04-19)

Expand Down Expand Up @@ -49,7 +51,6 @@
- Deprecate `reduceMotion` util ([#60839](https://github.com/WordPress/gutenberg/pull/60839)).
- `InputBase`: Simplify management of focus styles. Affects all components based on `InputControl` (e.g. `SearchControl`, `NumberControl`, `UnitControl`), as well as `SelectControl`, `CustomSelectControl`, and `TreeSelect` ([#60226](https://github.com/WordPress/gutenberg/pull/60226)).
- Removed dependency on `valtio`, replaced its usage in `SlotFill` with a custom object [#60879](https://github.com/WordPress/gutenberg/pull/60879)).
- Avoid a media query on mount [#60546](https://github.com/WordPress/gutenberg/pull/60546)).
- `CustomSelectControlV2`: Support disabled in item types ([#60896](https://github.com/WordPress/gutenberg/pull/60896)).

## 27.3.0 (2024-04-03)
Expand Down

0 comments on commit 23d5fd8

Please sign in to comment.