diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6fd50c7364c62..249ae1cfa617a 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -5,6 +5,7 @@ ### Internal - `Guide`: Convert to TypeScript ([#47493](https://github.com/WordPress/gutenberg/pull/47493)). +- `PanelBody`: Convert to TypeScript ([#47702](https://github.com/WordPress/gutenberg/pull/47702)). ## 23.5.0 (2023-03-01) @@ -54,7 +55,6 @@ - `Navigator`: add more pattern matching tests, refine existing tests ([47910](https://github.com/WordPress/gutenberg/pull/47910)). - `ToolsPanel`: Refactor Storybook examples to TypeScript ([47944](https://github.com/WordPress/gutenberg/pull/47944)). - `ToolsPanel`: Refactor unit tests to TypeScript ([48275](https://github.com/WordPress/gutenberg/pull/48275)). -- `PanelBody`: Convert to TypeScript ([#47702](https://github.com/WordPress/gutenberg/pull/47702)). ## 23.3.0 (2023-02-01) @@ -76,8 +76,7 @@ - Removed deprecated `@storybook/addon-knobs` dependency from the package ([47152](https://github.com/WordPress/gutenberg/pull/47152)). - `ColorListPicker`: Convert to TypeScript ([#46358](https://github.com/WordPress/gutenberg/pull/46358)). - `KeyboardShortcuts`: Convert to TypeScript ([#47429](https://github.com/WordPress/gutenberg/pull/47429)). -- `ColorPalette`, `BorderControl`, `GradientPicker`: refine types and logic around single vs multiple palettes - ([#47384](https://github.com/WordPress/gutenberg/pull/47384)). +- `ColorPalette`, `BorderControl`, `GradientPicker`: refine types and logic around single vs multiple palettes ([#47384](https://github.com/WordPress/gutenberg/pull/47384)). - `Button`: Convert to TypeScript ([#46997](https://github.com/WordPress/gutenberg/pull/46997)). - `QueryControls`: Convert to TypeScript ([#46721](https://github.com/WordPress/gutenberg/pull/46721)). - `TreeGrid`: Convert to TypeScript ([#47516](https://github.com/WordPress/gutenberg/pull/47516)). diff --git a/packages/components/src/panel/README.md b/packages/components/src/panel/README.md index 72336188d5dd7..be4beca3e7527 100644 --- a/packages/components/src/panel/README.md +++ b/packages/components/src/panel/README.md @@ -94,7 +94,7 @@ The CSS class to apply to the wrapper element. The content to display within the panel row. -- Required: No +- Required: Yes --- @@ -106,7 +106,7 @@ The `PanelBody` creates a collapsible container that can be toggled open or clos ###### `title`: `string` -Title text. It shows even when it is closed. +Title text. It shows even when the component is closed. - Required: No