Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed May 21, 2024
1 parent 48582d1 commit 935d197
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
12 changes: 12 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [`v94.5.1`](https://github.com/elastic/eui/releases/v94.5.1)

**Bug fixes**

- Fixed an `EuiDualRange`s with `showInput` bug, where `min`/`max` values and invalid states were not being correctly set if values were empty strings ([#7767](https://github.com/elastic/eui/pull/7767))

**Accessibility**

- Improved `EuiDatePicker` and `EuiSuperDatePicker`'s time selection screen reader UX ([#7726](https://github.com/elastic/eui/pull/7726))
- Improved the accessibility of `EuiDatePicker` by providing full screen-reader-only week day names to the calendar header ([#7748](https://github.com/elastic/eui/pull/7748))
- Improved `EuiBadge`'s ability to tell when text within the badge is selected/highlighted and selection color contrast ([#7752](https://github.com/elastic/eui/pull/7752))

## [`v94.5.0`](https://github.com/elastic/eui/releases/v94.5.0)

- `EuiFlyoutResizable` now respects `size` prop updates, allowing for controlled `size` usage ([#7759](https://github.com/elastic/eui/pull/7759))
Expand Down
3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/7726.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/eui/changelogs/upcoming/7748.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/7752.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/7767.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"94.5.1",
"94.5.0",
"94.4.1",
"94.3.0",
Expand Down

0 comments on commit 935d197

Please sign in to comment.