Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 5, 2024
1 parent b1b5b3e commit 345e02d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
25 changes: 25 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [`v95.6.0`](https://github.com/elastic/eui/releases/v95.6.0)

- Updated `EuiIcon` with a new `crossInCircle` glyph ([#7924](https://github.com/elastic/eui/pull/7924))

**Bug fixes**

- 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))

**CSS-in-JS conversions**

- Converted `EuiDatePicker` to Emotion ([#7937](https://github.com/elastic/eui/pull/7937))
- Removed `$euiDatePickerCalendarWidth`
- Removed `$euiDatePickerPadding`
- Removed `$euiDatePickerGap`
- Removed `$euiDatePickerCalendarColumns`
- Removed `$euiDatePickerButtonSize`
- Removed `$euiDatePickerMinControlWidth`
- Removed `$euiDatePickerMaxControlWidth`
- Removed `@mixin datePickerCaret`
- Removed `@mixin datePickerArrow`

**Accessibility**

- 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))

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

- Added `minusInSquare` and `plusInSquare` glyphs to `EuiIcon`. ([#7875](https://github.com/elastic/eui/pull/7875))
Expand Down
2 changes: 0 additions & 2 deletions packages/eui/changelogs/upcoming/7924.md

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions packages/eui/changelogs/upcoming/7937.md

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"95.6.0",
"95.5.0",
"95.4.0",
"95.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/website/static/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"95.6.0",
"95.5.0",
"95.4.0",
"95.3.0",
Expand Down

0 comments on commit 345e02d

Please sign in to comment.