diff --git a/packages/eui/changelogs/CHANGELOG_2024.md b/packages/eui/changelogs/CHANGELOG_2024.md index cf1cc03ddd0..513df9be6b5 100644 --- a/packages/eui/changelogs/CHANGELOG_2024.md +++ b/packages/eui/changelogs/CHANGELOG_2024.md @@ -1,3 +1,32 @@ +## [`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)) + +**Accessibility** + +- Ensures `autoFocus` on `EuiSelectableList` triggers initial focus ([#8091](https://github.com/elastic/eui/pull/8091)) +- Improved the accessibility of `EuiSearchBarFilters` by: ([#8091](https://github.com/elastic/eui/pull/8091)) + - adding a more descriptive `aria-label` to selection filter buttons + - ensuring the selection listbox is initially focused when opening a selection popover +- Improved the accessibility experience of tabs (EuiTab, EuiTabs): tab group is a tab stop and tabs can be traversed with arrow keys. ([#8116](https://github.com/elastic/eui/pull/8116)) +- Updated `EuiCodeBlock` with a new `copyAriaLabel` prop, which allows setting a custom screen reader label on the copy button. ([#8176](https://github.com/elastic/eui/pull/8176)) + +**CSS-in-JS conversions** + +- Removed the following global Sass variables: ([#8169](https://github.com/elastic/eui/pull/8169)) + - `$euiButtonMinWidth` + - `$euiDatePickerCalendarWidth` +- Removed the following Sass animations: ([#8169](https://github.com/elastic/eui/pull/8169)) + - `euiAnimFadeIn` + - `euiGrow` + - `focusRingAnimate` + - `focusRingAnimateLarge` + - `euiButtonActive` +- Removed the following Sass mixins: ([#8169](https://github.com/elastic/eui/pull/8169)) + - `euiFullHeight` + - `euiSlightShadowHover` + - `datePickerArrow` + ## [`v98.0.0`](https://github.com/elastic/eui/releases/v98.0.0) **Bug fixes** diff --git a/packages/eui/changelogs/upcoming/8091.md b/packages/eui/changelogs/upcoming/8091.md deleted file mode 100644 index 03c50c190c4..00000000000 --- a/packages/eui/changelogs/upcoming/8091.md +++ /dev/null @@ -1,7 +0,0 @@ -**Accessibility** - -- Ensures `autoFocus` on `EuiSelectableList` triggers initial focus -- Improved the accessibility of `EuiSearchBarFilters` by: - - adding a more descriptive `aria-label` to selection filter buttons - - ensuring the selection listbox is initially focused when opening a selection popover - diff --git a/packages/eui/changelogs/upcoming/8116.md b/packages/eui/changelogs/upcoming/8116.md deleted file mode 100644 index 192c57f8417..00000000000 --- a/packages/eui/changelogs/upcoming/8116.md +++ /dev/null @@ -1,4 +0,0 @@ -**Accessibility** - -- Improved the accessibility experience of tabs (EuiTab, EuiTabs): tab group is a tab stop and tabs can be traversed with arrow keys. - diff --git a/packages/eui/changelogs/upcoming/8169.md b/packages/eui/changelogs/upcoming/8169.md deleted file mode 100644 index d3de3b34a6e..00000000000 --- a/packages/eui/changelogs/upcoming/8169.md +++ /dev/null @@ -1,15 +0,0 @@ -**CSS-in-JS conversions** - -- Removed the following global Sass variables: - - `$euiButtonMinWidth` - - `$euiDatePickerCalendarWidth` -- Removed the following Sass animations: - - `euiAnimFadeIn` - - `euiGrow` - - `focusRingAnimate` - - `focusRingAnimateLarge` - - `euiButtonActive` -- Removed the following Sass mixins: - - `euiFullHeight` - - `euiSlightShadowHover` - - `datePickerArrow` diff --git a/packages/eui/changelogs/upcoming/8176.md b/packages/eui/changelogs/upcoming/8176.md deleted file mode 100644 index 65b0619dcf8..00000000000 --- a/packages/eui/changelogs/upcoming/8176.md +++ /dev/null @@ -1,3 +0,0 @@ -**Accessibility** - -- Updated `EuiCodeBlock` with a new `copyAriaLabel` prop, which allows setting a custom screen reader label on the copy button. diff --git a/packages/eui/changelogs/upcoming/8177.md b/packages/eui/changelogs/upcoming/8177.md deleted file mode 100644 index 4aa13b77bb4..00000000000 --- a/packages/eui/changelogs/upcoming/8177.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiBetaBadge` with a new `warning` color variant 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 92cc12223f7..41357abc11a 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": [ + "98.1.0", "98.0.0", "97.3.1", "97.3.0", diff --git a/packages/website/static/versions.json b/packages/website/static/versions.json index 92cc12223f7..41357abc11a 100644 --- a/packages/website/static/versions.json +++ b/packages/website/static/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "98.1.0", "98.0.0", "97.3.1", "97.3.0",