diff --git a/CHANGELOG.md b/CHANGELOG.md index d065d5ad916..81f888d4f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [`89.1.0`](https://github.com/elastic/eui/tree/v89.1.0) + +- Added `tokenVectorSparse` token and updated `tokenDenseVector` token (now named `tokenVectorDense`). ([#7282](https://github.com/elastic/eui/pull/7282)) + +**CSS-in-JS conversions** + +- Reduced default CSS prefixes generated by Emotion to only browsers supported by EUI (latest evergreen browsers). This can be customized by passing your own Emotion cache to `EuiProvider`. ([#7272](https://github.com/elastic/eui/pull/7272)) + ## [`89.0.0`](https://github.com/elastic/eui/tree/v89.0.0) - Added new `pushAnimation` prop to push `EuiFlyout`s, which enables a slide in animation ([#7239](https://github.com/elastic/eui/pull/7239)) diff --git a/upcoming_changelogs/7272.md b/upcoming_changelogs/7272.md deleted file mode 100644 index 021502d52d9..00000000000 --- a/upcoming_changelogs/7272.md +++ /dev/null @@ -1,3 +0,0 @@ -**CSS-in-JS conversions** - -- Reduced default CSS prefixes generated by Emotion to only browsers supported by EUI (latest evergreen browsers). This can be customized by passing your own Emotion cache to `EuiProvider`. diff --git a/upcoming_changelogs/7282.md b/upcoming_changelogs/7282.md deleted file mode 100644 index fa263d33861..00000000000 --- a/upcoming_changelogs/7282.md +++ /dev/null @@ -1 +0,0 @@ -- Added `tokenVectorSparse` token and updated `tokenDenseVector` token (now named `tokenVectorDense`). \ No newline at end of file