Skip to content

Commit 345e02d

Browse files
committed
Updated changelog
1 parent b1b5b3e commit 345e02d

File tree

7 files changed

+27
-21
lines changed

7 files changed

+27
-21
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [`v95.6.0`](https://github.com/elastic/eui/releases/v95.6.0)
2+
3+
- Updated `EuiIcon` with a new `crossInCircle` glyph ([#7924](https://github.com/elastic/eui/pull/7924))
4+
5+
**Bug fixes**
6+
7+
- Fixed `EuiEmptyPrompt` to correctly collapse and expand responsively when used with custom breakpoints larger than the default `xl` breakpoint ([#7935](https://github.com/elastic/eui/pull/7935))
8+
9+
**CSS-in-JS conversions**
10+
11+
- Converted `EuiDatePicker` to Emotion ([#7937](https://github.com/elastic/eui/pull/7937))
12+
- Removed `$euiDatePickerCalendarWidth`
13+
- Removed `$euiDatePickerPadding`
14+
- Removed `$euiDatePickerGap`
15+
- Removed `$euiDatePickerCalendarColumns`
16+
- Removed `$euiDatePickerButtonSize`
17+
- Removed `$euiDatePickerMinControlWidth`
18+
- Removed `$euiDatePickerMaxControlWidth`
19+
- Removed `@mixin datePickerCaret`
20+
- Removed `@mixin datePickerArrow`
21+
22+
**Accessibility**
23+
24+
- Improved the experience of `EuiModal` by ensuring nested `EuiPopover` closes on `Escape` keypress instead of the modal ([#7939](https://github.com/elastic/eui/pull/7939))
25+
126
## [`v95.5.0`](https://github.com/elastic/eui/releases/v95.5.0)
227

328
- Added `minusInSquare` and `plusInSquare` glyphs to `EuiIcon`. ([#7875](https://github.com/elastic/eui/pull/7875))

packages/eui/changelogs/upcoming/7924.md

-2
This file was deleted.

packages/eui/changelogs/upcoming/7935.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/7937.md

-12
This file was deleted.

packages/eui/changelogs/upcoming/7939.md

-4
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+
"95.6.0",
34
"95.5.0",
45
"95.4.0",
56
"95.3.0",

packages/website/static/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"95.6.0",
34
"95.5.0",
45
"95.4.0",
56
"95.3.0",

0 commit comments

Comments
 (0)