Skip to content

Commit 935d197

Browse files
committed
Updated changelog
1 parent 48582d1 commit 935d197

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [`v94.5.1`](https://github.com/elastic/eui/releases/v94.5.1)
2+
3+
**Bug fixes**
4+
5+
- 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))
6+
7+
**Accessibility**
8+
9+
- Improved `EuiDatePicker` and `EuiSuperDatePicker`'s time selection screen reader UX ([#7726](https://github.com/elastic/eui/pull/7726))
10+
- 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))
11+
- 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))
12+
113
## [`v94.5.0`](https://github.com/elastic/eui/releases/v94.5.0)
214

315
- `EuiFlyoutResizable` now respects `size` prop updates, allowing for controlled `size` usage ([#7759](https://github.com/elastic/eui/pull/7759))

packages/eui/changelogs/upcoming/7726.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/eui/changelogs/upcoming/7748.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/eui/changelogs/upcoming/7752.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/eui/changelogs/upcoming/7767.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/eui/src-docs/src/components/guide_page/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"94.5.1",
34
"94.5.0",
45
"94.4.1",
56
"94.3.0",

0 commit comments

Comments
 (0)