Skip to content

Commit

Permalink
Resolve remaining feedback requests
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Mar 2, 2023
1 parent 35a3c2f commit ecbb8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand All @@ -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)).
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand All @@ -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

Expand Down

0 comments on commit ecbb8fa

Please sign in to comment.