From 2e8ec0dc854a1689852af57d8bb2015eb26fbc67 Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Tue, 4 Apr 2023 20:08:02 +0200 Subject: [PATCH] Sync CHANGELOG --- packages/components/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 725156f85dd71..e4aeb70161a3a 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -4,8 +4,6 @@ ## 23.7.0 (2023-03-29) -- `ImageSizeControl`: Remove the "Image Dimensions" label ([#49414](https://github.com/WordPress/gutenberg/pull/49414)). - ### Internal - `Animate`: Convert to TypeScript ([#49243](https://github.com/WordPress/gutenberg/pull/49243)). @@ -26,6 +24,7 @@ - `CircularOptionPicker`: force swatches to visually render on top of the rest of the component's content ([#49245](https://github.com/WordPress/gutenberg/pull/49245)). - `InputControl`: Fix misaligned textarea input control ([#49116](https://github.com/WordPress/gutenberg/pull/49116)). - `ToolsPanel`: Ensure consistency in menu item order ([#49222](https://github.com/WordPress/gutenberg/pull/49222)). +- `TabPanel`: fix initial tab selection & focus management ([#49368](https://github.com/WordPress/gutenberg/pull/49368)). ### Internal