Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Feb 5, 2025
1 parent af189da commit d3d23f9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2025.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [`v99.2.0`](https://github.com/elastic/eui/releases/v99.2.0)

- Changed `EuiFieldText` styles to prioritize `disabled` styling over `readonly`. ([#8271](https://github.com/elastic/eui/pull/8271))
- Added `plugs` and `web` glyphs to `EuiIcon` ([#8285](https://github.com/elastic/eui/pull/8285))
- Update `title` on `EuiColorPalettePickerPaletteProps` to be optional ([#8289](https://github.com/elastic/eui/pull/8289))

**Bug fixes**

- Fixed an issue with EuiDataGrid with auto row height resulting in a table of 0 height ([#8251](https://github.com/elastic/eui/pull/8251))
- Fixed `disabled` behavior of `EuiFieldText` to prevent input changes. ([#8271](https://github.com/elastic/eui/pull/8271))

## [`v99.1.0`](https://github.com/elastic/eui/releases/v99.1.0)

- Updated `EuiColorPalettePicker` - adds `append` to `EuiColorPalettePickerPaletteProps` to support appending custom content to the title ([#8208](https://github.com/elastic/eui/pull/8208))
Expand Down
4 changes: 0 additions & 4 deletions packages/eui/changelogs/upcoming/8251.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/eui/changelogs/upcoming/8271.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"99.2.0",
"99.1.0",
"99.0.0",
"98.2.1",
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": [
"99.2.0",
"99.1.0",
"99.0.0",
"98.2.1",
Expand Down

0 comments on commit d3d23f9

Please sign in to comment.