Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Dec 16, 2024
1 parent 7a15d91 commit 42d08bc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
13 changes: 13 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [`v98.2.0`](https://github.com/elastic/eui/releases/v98.2.0)

- Added two new icons: `contrast` and `contrastHigh` ([#8216](https://github.com/elastic/eui/pull/8216))
- Updated `EuiDataGrid` content to have a transparent background. ([#8220](https://github.com/elastic/eui/pull/8220))

**Accessibility**

- When the tooltips components (`EuiTooltip`, `EuiIconTip`) are used inside components that handle the Escape key (like `EuiFlyout` or `EuiModal`), pressing the Escape key will now only close the tooltip and not the entire wrapping component. ([#8140](https://github.com/elastic/eui/pull/8140))
- Improved the accessibility of `EuiCodeBlock`s by ([#8195](https://github.com/elastic/eui/pull/8195))
- adding screen reader only labels
- adding `role="dialog"` on in fullscreen mode
- ensuring focus is returned on closing fullscreen mode

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

- Updated `EuiBetaBadge` with a new `warning` color variant ([#8177](https://github.com/elastic/eui/pull/8177))
Expand Down
3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/8140.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/eui/changelogs/upcoming/8195.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/eui/changelogs/upcoming/8216.md

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"98.2.0",
"98.1.0",
"98.0.0",
"97.3.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": [
"98.2.0",
"98.1.0",
"98.0.0",
"97.3.1",
Expand Down

0 comments on commit 42d08bc

Please sign in to comment.