Skip to content

Commit 4cd0df7

Browse files
committed
Updated changelog
1 parent bb963d3 commit 4cd0df7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [`v94.5.2`](https://github.com/elastic/eui/releases/v94.5.2)
2+
3+
**Bug fixes**
4+
5+
- Fixed `EuiDatePicker` to more gracefully handle incorrectly formatted `selected` Moment dates, instead of simply crashing ([#7784](https://github.com/elastic/eui/pull/7784))
6+
- Fixed `EuiFlexGroup` and `EuiFlexItem` types to correctly accept global attribute props and simplify type resolution when used with `styled()`-like wrappers ([#7792](https://github.com/elastic/eui/pull/7792))
7+
18
## [`v94.5.1`](https://github.com/elastic/eui/releases/v94.5.1)
29

310
**Bug fixes**

packages/eui/changelogs/upcoming/7784.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/7792.md

-3
This file was deleted.

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"94.5.2",
34
"94.5.1",
45
"94.5.0",
56
"94.4.1",

0 commit comments

Comments
 (0)