Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 29, 2024
1 parent e5ccba1 commit 6135398
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
19 changes: 19 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [`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))

**Bug fixes**

- Fixed `EuiSuperDatePicker` not correctly passing `refreshMinInterval` from the quick select popover ([#7905](https://github.com/elastic/eui/pull/7905))

**CSS-in-JS conversions**

- Converted `EuiSuperDatePicker`'s form control to Emotion; ([#7904](https://github.com/elastic/eui/pull/7904))
- Removed `$euiSuperDatePickerWidth`
- Removed `$euiSuperDatePickerButtonWidth`
- Removed `$euiSuperDatePickerNeedsUpdatingBackgroundColor`
- Removed `$euiSuperDatePickerNeedsUpdatingTextColor`
- Removed `@euiSuperDatePickerText` mixin
- Converted `EuiSuperDatePicker`'s date popover content to Emotion ([#7908](https://github.com/elastic/eui/pull/7908))
- Converted `EuiSuperDatePicker`'s quick select to Emotion ([#7909](https://github.com/elastic/eui/pull/7909))

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

- Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`, `fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and `singleMetricViewer` glyph to `EuiIcon` ([#7873](https://github.com/elastic/eui/pull/7873))
Expand Down
1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/7875.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/eui/changelogs/upcoming/7904.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"95.5.0",
"95.4.0",
"95.3.0",
"95.2.0",
Expand Down

0 comments on commit 6135398

Please sign in to comment.