Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 9, 2024
1 parent 43d2cdd commit afa402f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
16 changes: 16 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [`v97.0.0`](https://github.com/elastic/eui/releases/v97.0.0)

**Bug fixes**

- Fixed inputs not taking the whole width when passing `fullWidth` as `true` to EuiDatePickerRange component ([#8061](https://github.com/elastic/eui/pull/8061))

**Breaking changes**

- EuiDataGrid's custom grid body (rendered via `renderCustomGridBody`) no longer automatically renders the column header row or footer rows. It instead now passes the `headerRow` and `footerRow` React elements, which require manual rendering. ([#8028](https://github.com/elastic/eui/pull/8028))
- This change was made to allow consumers to sync header/footer rows with their own custom virtualization libraries.
- To facilitate this, a `gridWidth` prop is now also passed to custom grid body renderers.

**Accessibility**

- Improved accessibility of `EuiExternalLinkIcon` by clarifying text for Screen Reader users. ([#8065](https://github.com/elastic/eui/pull/8065))

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

**CSS-in-JS conversions**
Expand Down
5 changes: 0 additions & 5 deletions packages/eui/changelogs/upcoming/8028.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"97.0.0",
"96.1.0",
"96.0.0",
"95.12.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": [
"97.0.0",
"96.1.0",
"96.0.0",
"95.12.0",
Expand Down

0 comments on commit afa402f

Please sign in to comment.