Skip to content

Commit 1e65150

Browse files
committed
Updated changelog
1 parent a303854 commit 1e65150

File tree

8 files changed

+31
-30
lines changed

8 files changed

+31
-30
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [`v98.1.0`](https://github.com/elastic/eui/releases/v98.1.0)
2+
3+
- Updated `EuiBetaBadge` with a new `warning` color variant ([#8177](https://github.com/elastic/eui/pull/8177))
4+
5+
**Accessibility**
6+
7+
- Ensures `autoFocus` on `EuiSelectableList` triggers initial focus ([#8091](https://github.com/elastic/eui/pull/8091))
8+
- Improved the accessibility of `EuiSearchBarFilters` by: ([#8091](https://github.com/elastic/eui/pull/8091))
9+
- adding a more descriptive `aria-label` to selection filter buttons
10+
- ensuring the selection listbox is initially focused when opening a selection popover
11+
- 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))
12+
- 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))
13+
14+
**CSS-in-JS conversions**
15+
16+
- Removed the following global Sass variables: ([#8169](https://github.com/elastic/eui/pull/8169))
17+
- `$euiButtonMinWidth`
18+
- `$euiDatePickerCalendarWidth`
19+
- Removed the following Sass animations: ([#8169](https://github.com/elastic/eui/pull/8169))
20+
- `euiAnimFadeIn`
21+
- `euiGrow`
22+
- `focusRingAnimate`
23+
- `focusRingAnimateLarge`
24+
- `euiButtonActive`
25+
- Removed the following Sass mixins: ([#8169](https://github.com/elastic/eui/pull/8169))
26+
- `euiFullHeight`
27+
- `euiSlightShadowHover`
28+
- `datePickerArrow`
29+
130
## [`v98.0.0`](https://github.com/elastic/eui/releases/v98.0.0)
231

332
**Bug fixes**

packages/eui/changelogs/upcoming/8091.md

-7
This file was deleted.

packages/eui/changelogs/upcoming/8116.md

-4
This file was deleted.

packages/eui/changelogs/upcoming/8169.md

-15
This file was deleted.

packages/eui/changelogs/upcoming/8176.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/8177.md

-1
This file was deleted.

packages/eui/src-docs/src/components/guide_page/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"98.1.0",
34
"98.0.0",
45
"97.3.1",
56
"97.3.0",

packages/website/static/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"98.1.0",
34
"98.0.0",
45
"97.3.1",
56
"97.3.0",

0 commit comments

Comments
 (0)