Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5b256ce
Export without experimental prefix
DaniGuardiola Sep 19, 2024
4332ff0
Update README
DaniGuardiola Sep 19, 2024
bf96c1c
Move Storybook stories and add redirect
DaniGuardiola Sep 19, 2024
bc7ba3a
Add changelog entries
DaniGuardiola Sep 19, 2024
a59fca9
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Sep 23, 2024
a88e769
Fix changelog.
DaniGuardiola Sep 23, 2024
256b9c4
Fix changelog (for real?)
DaniGuardiola Sep 23, 2024
a2ff408
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Sep 24, 2024
5672df5
Fix changelog
DaniGuardiola Sep 24, 2024
a2830eb
Apply feedback.
DaniGuardiola Sep 24, 2024
36e0822
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Sep 24, 2024
b5ec38f
Fix changelog
DaniGuardiola Sep 24, 2024
32a932e
Remove alpha story.
DaniGuardiola Sep 24, 2024
8eff905
README fix.
DaniGuardiola Sep 24, 2024
b043c79
Fix default in README
DaniGuardiola Sep 24, 2024
3ee9576
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Sep 27, 2024
6826228
Fix changelog
DaniGuardiola Sep 27, 2024
d357efd
Remove `showDropdownHeader` prop and the header itself.
DaniGuardiola Sep 27, 2024
c3b5386
Added `showDropdownHeader` as deprecated.
DaniGuardiola Sep 28, 2024
d13b763
Remove deprecation warning
DaniGuardiola Oct 1, 2024
9bd1c5a
Add ignores to jsdocs.
DaniGuardiola Oct 1, 2024
3956f3a
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Oct 1, 2024
c358e96
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Oct 1, 2024
8bebe21
Merge branch 'trunk' of https://github.com/WordPress/gutenberg into s…
DaniGuardiola Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix changelog (for real?)
  • Loading branch information
DaniGuardiola committed Sep 23, 2024
commit 256b9c488aaa78e0386214da9cbd3c67715e666f
14 changes: 11 additions & 3 deletions packages/components/CHANGELOG.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just flagging that this PR seems to have removed unintentionally some CHANGELOG entries.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof, bad automatic merge, let me put up a quick PR

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,33 @@

## Unreleased

### Deprecations

- `__experimentalBorderControl` can now be imported as a stable `BorderControl` ([#65475](https://github.com/WordPress/gutenberg/pull/65475)).

### Enhancements

- `BorderControl`: promote to stable ([#65475](https://github.com/WordPress/gutenberg/pull/65475)).

## 28.8.0 (2024-09-19)

### Bug Fixes

- `Tabs`: restore vertical indicator ([#65385](https://github.com/WordPress/gutenberg/pull/65385)).
- `Tabs`: indicator positioning under RTL direction ([#64926](https://github.com/WordPress/gutenberg/pull/64926)).
- `Popover`: Update `toolbar` variant radius to match block toolbar ([#65263](https://github.com/WordPress/gutenberg/pull/65263)).
- `MenuItemsChoice`: Allow menu items height to adapt to its content ([#65204](https://github.com/WordPress/gutenberg/pull/65204)).
- `BoxControl`: Unify input filed width whether linked or not ([#65348](https://github.com/WordPress/gutenberg/pull/65348)).

### Deprecations

- Deprecate `__unstableComposite`, `__unstableCompositeGroup`, `__unstableCompositeItem` and `__unstableUseCompositeState`. Consumers of the package should use the stable `Composite` component instead ([#63572](https://github.com/WordPress/gutenberg/pull/63572)).
- `__experimentalBorderControl` can now be imported as a stable `BorderControl` ([#65475](https://github.com/WordPress/gutenberg/pull/65475)).
- `__experimentalBoxControl` can now be imported as a stable `BoxControl` ([#65469](https://github.com/WordPress/gutenberg/pull/65469)).

### New Features

- `Composite`: add stable version of the component ([#63569](https://github.com/WordPress/gutenberg/pull/63569)).
- `ComboboxControl`: add support for `placeholder` attribute ([#65254](https://github.com/WordPress/gutenberg/pull/65254)).
- `BorderControl`: promote to stable ([#65475](https://github.com/WordPress/gutenberg/pull/65475)).
- `BoxControl`: promote to stable ([#65469](https://github.com/WordPress/gutenberg/pull/65469)).

### Enhancements

Expand Down