Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 23, 2024
1 parent 490d921 commit 74212e5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
14 changes: 14 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [`v95.12.0`](https://github.com/elastic/eui/releases/v95.12.0)

- Enhanced `EuiDataGrid` and `EuiBasic/InMemoryTable` to clean content newlines/tabs when users copy and paste from their tabular data ([#8019](https://github.com/elastic/eui/pull/8019))
- Updated `EuiResizableButton` with a new `accountForScrollbars` prop ([#8021](https://github.com/elastic/eui/pull/8021))
- Updated `EuiProvider` to inherit from the user's OS/system light/dark mode setting if a `colorMode` prop has not been passed ([#8026](https://github.com/elastic/eui/pull/8026))

**Bug fixes**

- Fixed `EuiDatePicker`'s `onClear` button to not appear when the input is `disabled` ([#8020](https://github.com/elastic/eui/pull/8020))
- Fixed several `EuiDataGrid` row height bugs: ([#8025](https://github.com/elastic/eui/pull/8025))
- Fixed row heights not recalculating when `rowHeightOptions.lineHeight`, `gridStyles.fontSize`, or `gridStyles.cellPadding` changed
- Fixed incorrect height calculations for `rowHeightOptions.rowHeights` with `lineCount`s
- Fixed control column content to align better with multi-line row heights, as well as custom line-heights

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

- Updated `EuiText`, `EuiTextColor`, and `EuiTextAlign` with a new `component` prop that allows changing the default rendered `<div>` wrapper to a `<span>` or `<p>` tag. ([#7993](https://github.com/elastic/eui/pull/7993))
Expand Down
1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/8019.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"95.12.0",
"95.11.0",
"95.10.1",
"95.10.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.12.0",
"95.11.0",
"95.10.1",
"95.10.0",
Expand Down

0 comments on commit 74212e5

Please sign in to comment.