Skip to content

Commit 3f9e06a

Browse files
committed
Updated changelog
1 parent e21f0b4 commit 3f9e06a

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [`v97.1.0`](https://github.com/elastic/eui/releases/v97.1.0)
2+
3+
- Added `columnVisibility.canDragAndDropColumns` on `EuiDataGrid` which enables reordering columns via draggable header cells ([#8015](https://github.com/elastic/eui/pull/8015))
4+
- Updated `EuiHeader`s in dark mode to have a visible border-bottom color ([#8070](https://github.com/elastic/eui/pull/8070))
5+
- Added props `minDate` and `maxDate` on `EuiSuperDatePicker` to support restricting date range selections ([#8071](https://github.com/elastic/eui/pull/8071))
6+
7+
**Bug fixes**
8+
9+
- Fixed `EuiTabs` incorrectly wrapping tabs for tabs that are links ([#8073](https://github.com/elastic/eui/pull/8073))
10+
111
## [`v97.0.0`](https://github.com/elastic/eui/releases/v97.0.0)
212

313
**Bug fixes**

packages/eui/changelogs/upcoming/8015.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/eui/changelogs/upcoming/8070.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/eui/changelogs/upcoming/8071.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/eui/changelogs/upcoming/8073.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"97.1.0",
34
"97.0.0",
45
"96.1.0",
56
"96.0.0",

packages/website/static/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"97.1.0",
34
"97.0.0",
45
"96.1.0",
56
"96.0.0",

0 commit comments

Comments
 (0)