Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 11, 2024
1 parent 41070b0 commit 7592318
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 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.1.0`](https://github.com/elastic/eui/releases/v95.1.0)

- Updated `EuiFormControlLayout` to automatically pass icon padding affordance down to child `input`s ([#7799](https://github.com/elastic/eui/pull/7799))

**Bug fixes**

- Fixed broken focus/invalid styling on compressed `EuiDatePickerRange`s ([#7770](https://github.com/elastic/eui/pull/7770))

**CSS-in-JS conversions**

- Converted `EuiFieldText` to Emotion ([#7770](https://github.com/elastic/eui/pull/7770))
- Updated the autofill colors of Chrome (and other webkit browsers) to better match EUI's light and dark mode ([#7776](https://github.com/elastic/eui/pull/7776))
- Converted `EuiFieldNumber` to Emotion ([#7802](https://github.com/elastic/eui/pull/7802))
- Converted `EuiFieldSearch` to Emotion ([#7802](https://github.com/elastic/eui/pull/7802))
- Converted `EuiFieldPassword` to Emotion ([#7802](https://github.com/elastic/eui/pull/7802))
- Converted `EuiTextArea` to Emotion ([#7812](https://github.com/elastic/eui/pull/7812))
- Converted `EuiSelect` to Emotion ([#7812](https://github.com/elastic/eui/pull/7812))
- Converted `EuiSuperSelect` to Emotion ([#7812](https://github.com/elastic/eui/pull/7812))

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

- Added `move` glyph to `EuiIcon` ([#7789](https://github.com/elastic/eui/pull/7789))
Expand Down
7 changes: 0 additions & 7 deletions packages/eui/changelogs/upcoming/7770.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/7799.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/eui/changelogs/upcoming/7802.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/eui/changelogs/upcoming/7812.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"95.1.0",
"95.0.0",
"94.6.0",
"94.5.2",
Expand Down

0 comments on commit 7592318

Please sign in to comment.