Skip to content

Commit

Permalink
Update 88.3.0 Changelog to correct formatting of a changelog entry
Browse files Browse the repository at this point in the history
An asterisk (*) was missed in a changelog entry which caused PR 7126 to be listed three times under the general changelog instead of the "Dependency updates" section
  • Loading branch information
breehall authored Sep 11, 2023
1 parent 58eefc2 commit 29b77a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

- `EuiGlobalToastList` now shows a "Clear all" button by default once above a certain number of toasts (defaults to 3). This threshold is configurable with the `showClearAllButtonAt` prop ([#7111](https://github.com/elastic/eui/pull/7111))
- Added an optional `onClearAllToasts` callback to `EuiGlobalToastList` ([#7111](https://github.com/elastic/eui/pull/7111))
**Dependency updates* ([#7126](https://github.com/elastic/eui/pull/7126))
([#7126](https://github.com/elastic/eui/pull/7126))
- Updated `@types/lodash` to v4.14.198 ([#7126](https://github.com/elastic/eui/pull/7126))
- Added the `value`, `onChange`, and `onCancel` props that allow `EuiInlineEdit` to be used as a controlled component ([#7157](https://github.com/elastic/eui/pull/7157))
- Added `grabOmnidirectional`, `transitionLeftIn`, `transitionLeftOut`, `transitionTopIn`, and `transitionTopOut` icon glyphs. ([#7168](https://github.com/elastic/eui/pull/7168))

Expand All @@ -16,6 +13,7 @@
**Dependency updates**

- Updated `@hello-pangea/dnd` to v16.3.0 ([#7125](https://github.com/elastic/eui/pull/7125))
- Updated `@types/lodash` to v4.14.198 ([#7126](https://github.com/elastic/eui/pull/7126))

**Accessibility**

Expand Down

0 comments on commit 29b77a2

Please sign in to comment.