Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Nov 27, 2024
1 parent a303854 commit 1e65150
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 30 deletions.
29 changes: 29 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
7 changes: 0 additions & 7 deletions packages/eui/changelogs/upcoming/8091.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/eui/changelogs/upcoming/8116.md

This file was deleted.

15 changes: 0 additions & 15 deletions packages/eui/changelogs/upcoming/8169.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/8176.md

This file was deleted.

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

This file was deleted.

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

0 comments on commit 1e65150

Please sign in to comment.