From c0b6a49edc668f063853e4df837384d150312b17 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 22 Jul 2024 18:37:00 +0200 Subject: [PATCH] Updated changelog --- packages/eui/changelogs/CHANGELOG_2024.md | 13 +++++++++++++ packages/eui/changelogs/upcoming/7864.md | 3 --- packages/eui/changelogs/upcoming/7873.md | 1 - packages/eui/changelogs/upcoming/7895.md | 5 ----- .../src/components/guide_page/versions.json | 1 + 5 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 packages/eui/changelogs/upcoming/7864.md delete mode 100644 packages/eui/changelogs/upcoming/7873.md delete mode 100644 packages/eui/changelogs/upcoming/7895.md diff --git a/packages/eui/changelogs/CHANGELOG_2024.md b/packages/eui/changelogs/CHANGELOG_2024.md index 84f10ca6605..91a8eda3f98 100644 --- a/packages/eui/changelogs/CHANGELOG_2024.md +++ b/packages/eui/changelogs/CHANGELOG_2024.md @@ -1,3 +1,16 @@ +## [`v95.4.0`](https://github.com/elastic/eui/releases/v95.4.0) + +- Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`, `fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and `singleMetricViewer` glyph to `EuiIcon` ([#7873](https://github.com/elastic/eui/pull/7873)) + +**Bug fixes** + +- Fixed overlapping content in `EuiBasicTable` for expanded and selectable table rows ([#7895](https://github.com/elastic/eui/pull/7895)) +- Fixed the alignment of `EuiBasicTable` mobile actions ([#7895](https://github.com/elastic/eui/pull/7895)) + +**Accessibility** + +- Improved `EuiStat`'s screen reader accessibility ([#7864](https://github.com/elastic/eui/pull/7864)) + ## [`v95.3.0`](https://github.com/elastic/eui/releases/v95.3.0) - Updated `EuiThemeProvider`s to allow modifying/setting custom `breakpoint`s in nested usage (as opposed to only at the top `EuiProvider` level) ([#7862](https://github.com/elastic/eui/pull/7862)) diff --git a/packages/eui/changelogs/upcoming/7864.md b/packages/eui/changelogs/upcoming/7864.md deleted file mode 100644 index ebf1fce1f7b..00000000000 --- a/packages/eui/changelogs/upcoming/7864.md +++ /dev/null @@ -1,3 +0,0 @@ -**Accessibility** - -- Improved `EuiStat`'s screen reader accessibility diff --git a/packages/eui/changelogs/upcoming/7873.md b/packages/eui/changelogs/upcoming/7873.md deleted file mode 100644 index 1b9049dfaf6..00000000000 --- a/packages/eui/changelogs/upcoming/7873.md +++ /dev/null @@ -1 +0,0 @@ -- Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`, `fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and `singleMetricViewer` glyph to `EuiIcon` \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/7895.md b/packages/eui/changelogs/upcoming/7895.md deleted file mode 100644 index c35cdb6fc5f..00000000000 --- a/packages/eui/changelogs/upcoming/7895.md +++ /dev/null @@ -1,5 +0,0 @@ -**Bug fixes** - -- Fixed overlapping content in `EuiBasicTable` for expanded and selectable table rows -- Fixed the alignment of `EuiBasicTable` mobile actions - diff --git a/packages/eui/src-docs/src/components/guide_page/versions.json b/packages/eui/src-docs/src/components/guide_page/versions.json index d7dac76a8a0..9912ea21288 100644 --- a/packages/eui/src-docs/src/components/guide_page/versions.json +++ b/packages/eui/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "95.4.0", "95.3.0", "95.2.0", "95.1.0",