Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 20, 2024
1 parent 53411cc commit 018f7cc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 30 deletions.
27 changes: 27 additions & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [`v93.2.0`](https://github.com/elastic/eui/releases/v93.2.0)

- Added `diff` glyph to `EuiIcon` ([#7520](https://github.com/elastic/eui/pull/7520))
- Updated `EuiPageSidebar` and `EuiPageTemplate.Sidebar` with a new `hasEmbellish` prop (defaults to false) ([#7521](https://github.com/elastic/eui/pull/7521))
- Added `newChat` glyph to `EuiIcon` ([#7524](https://github.com/elastic/eui/pull/7524))

**Bug fixes**

- Fixed `EuiSideNav` not correctly typing the `items` prop as required ([#7521](https://github.com/elastic/eui/pull/7521))
- Fixed the `CSS is not defined` bug in `EuiPageTemplate` when rendering in some SSR environments, particularly Next.js v13 and up ([#7525](https://github.com/elastic/eui/pull/7525))
- Fixed `EuiDataGrid` component to clean up timer from side effect on unmount ([#7534](https://github.com/elastic/eui/pull/7534))

**Accessibility**

- Fixed `EuiSideNav` to render a fallback aria-label on mobile toggles if no heading or mobile title exists ([#7521](https://github.com/elastic/eui/pull/7521))

**CSS-in-JS conversions**

- Converted `EuiSideNav` to Emotion; Removed the following Sass variables: ([#7521](https://github.com/elastic/eui/pull/7521))
- `$euiSideNavEmphasizedBackgroundColor`
- `$euiSideNavRootTextcolor`
- `$euiSideNavBranchTextcolor`
- `$euiSideNavSelectedTextcolor`
- `$euiSideNavDisabledTextcolor`
- Removed the `euiSideNavEmbellish` Sass mixin. Use the new `EuiPageSidebar` `hasEmbellish` prop instead ([#7521](https://github.com/elastic/eui/pull/7521))
- Added a new memoization/performance optimization utility for CSS-in-JS styles ([#7529](https://github.com/elastic/eui/pull/7529))

## [`v93.1.1`](https://github.com/elastic/eui/releases/v93.2.0)

**This is a patch release primarily intended for use by Kibana.**
Expand Down
1 change: 0 additions & 1 deletion changelogs/upcoming/7520.md

This file was deleted.

19 changes: 0 additions & 19 deletions changelogs/upcoming/7521.md

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/upcoming/7524.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7525.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7529.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7534.md

This file was deleted.

1 change: 1 addition & 0 deletions src-docs/src/components/guide_page/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"93.2.0",
"93.1.1",
"93.1.0",
"93.0.0",
Expand Down

0 comments on commit 018f7cc

Please sign in to comment.