From 5d9d0f683cacf95ccdfb5c2fbdcf4f4904d32567 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 24 Jun 2024 09:38:45 -0700 Subject: [PATCH] Updated changelog --- packages/eui/changelogs/CHANGELOG_2024.md | 15 +++++++++++++++ packages/eui/changelogs/upcoming/7804.md | 1 - packages/eui/changelogs/upcoming/7813.md | 3 --- packages/eui/changelogs/upcoming/7820.md | 1 - packages/eui/changelogs/upcoming/7833.md | 3 --- packages/eui/changelogs/upcoming/7838.md | 1 - packages/eui/changelogs/upcoming/7840.md | 1 - packages/eui/changelogs/upcoming/7842.md | 2 -- .../src/components/guide_page/versions.json | 1 + 9 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 packages/eui/changelogs/upcoming/7804.md delete mode 100644 packages/eui/changelogs/upcoming/7813.md delete mode 100644 packages/eui/changelogs/upcoming/7820.md delete mode 100644 packages/eui/changelogs/upcoming/7833.md delete mode 100644 packages/eui/changelogs/upcoming/7838.md delete mode 100644 packages/eui/changelogs/upcoming/7840.md delete mode 100644 packages/eui/changelogs/upcoming/7842.md diff --git a/packages/eui/changelogs/CHANGELOG_2024.md b/packages/eui/changelogs/CHANGELOG_2024.md index 0ba8a1f6f42..7a615e5f910 100644 --- a/packages/eui/changelogs/CHANGELOG_2024.md +++ b/packages/eui/changelogs/CHANGELOG_2024.md @@ -1,3 +1,18 @@ +## [`v95.2.0`](https://github.com/elastic/eui/releases/v95.2.0) + +- Updated `EuiContextMenuItemIcon`'s type definition to explicitly define support for `EuiIcon`'s `IconType` ([#7804](https://github.com/elastic/eui/pull/7804)) +- Updated `EuiSteps` to support a new `titleSize="xxs"` style, which outputs the same title font size but smaller unnumbered step indicators ([#7813](https://github.com/elastic/eui/pull/7813)) +- Updated `EuiStepsHorizontal` to support a new `size="xs"` style, which outputs smaller unnumbered step indicators ([#7813](https://github.com/elastic/eui/pull/7813)) +- Updated `EuiStepNumber` to support new `titleSize="none"` which omits rendering step numbers, and will only render icons ([#7813](https://github.com/elastic/eui/pull/7813)) +- Updated `setEuiDevProviderWarning` to additionally accept a custom callback function, which warning messages will be passed to ([#7820](https://github.com/elastic/eui/pull/7820)) +- Updated `EuiIcon` to feature updated `logoElasticStack` logo for referencing Elastic Stack platform ([#7838](https://github.com/elastic/eui/pull/7838)) +- Updated `EuiIcon` to feature updated `casesApp` design. ([#7840](https://github.com/elastic/eui/pull/7840)) +- Updated `EuiComboBox` to no longer autocomplete searched text when used within forms ([#7842](https://github.com/elastic/eui/pull/7842)) + +**CSS-in-JS conversions** + +- Converted `EuiFilePicker` to Emotion; Removed `$euiFilePickerTallHeight` ([#7833](https://github.com/elastic/eui/pull/7833)) + ## [`v95.1.0`](https://github.com/elastic/eui/releases/v95.1.0) - Updated the autofill colors of Chrome (and other webkit browsers) to better match EUI's light and dark mode ([#7776](https://github.com/elastic/eui/pull/7776)) diff --git a/packages/eui/changelogs/upcoming/7804.md b/packages/eui/changelogs/upcoming/7804.md deleted file mode 100644 index aa1f264cb5c..00000000000 --- a/packages/eui/changelogs/upcoming/7804.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiContextMenuItemIcon`'s type definition to explicitly define support for `EuiIcon`'s `IconType` \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/7813.md b/packages/eui/changelogs/upcoming/7813.md deleted file mode 100644 index accdf866055..00000000000 --- a/packages/eui/changelogs/upcoming/7813.md +++ /dev/null @@ -1,3 +0,0 @@ -- Updated `EuiSteps` to support a new `titleSize="xxs"` style, which outputs the same title font size but smaller unnumbered step indicators -- Updated `EuiStepsHorizontal` to support a new `size="xs"` style, which outputs smaller unnumbered step indicators -- Updated `EuiStepNumber` to support new `titleSize="none"` which omits rendering step numbers, and will only render icons \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/7820.md b/packages/eui/changelogs/upcoming/7820.md deleted file mode 100644 index 9198600ece9..00000000000 --- a/packages/eui/changelogs/upcoming/7820.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `setEuiDevProviderWarning` to additionally accept a custom callback function, which warning messages will be passed to diff --git a/packages/eui/changelogs/upcoming/7833.md b/packages/eui/changelogs/upcoming/7833.md deleted file mode 100644 index 14de1c2a968..00000000000 --- a/packages/eui/changelogs/upcoming/7833.md +++ /dev/null @@ -1,3 +0,0 @@ -**CSS-in-JS conversions** - -- Converted `EuiFilePicker` to Emotion; Removed `$euiFilePickerTallHeight` diff --git a/packages/eui/changelogs/upcoming/7838.md b/packages/eui/changelogs/upcoming/7838.md deleted file mode 100644 index 5038614156e..00000000000 --- a/packages/eui/changelogs/upcoming/7838.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiIcon` to feature updated `logoElasticStack` logo for referencing Elastic Stack platform \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/7840.md b/packages/eui/changelogs/upcoming/7840.md deleted file mode 100644 index e658fec08e6..00000000000 --- a/packages/eui/changelogs/upcoming/7840.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiIcon` to feature updated `casesApp` design. \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/7842.md b/packages/eui/changelogs/upcoming/7842.md deleted file mode 100644 index 9418340cd39..00000000000 --- a/packages/eui/changelogs/upcoming/7842.md +++ /dev/null @@ -1,2 +0,0 @@ -- Updated `EuiComboBox` to no longer autocomplete searched text when used within forms - 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 2d36763cff4..69c7bb0abcb 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.2.0", "95.1.0", "95.0.0", "94.6.0",