Skip to content

Commit 74d12ee

Browse files
committed
Updated changelog
1 parent 513775b commit 74d12ee

File tree

10 files changed

+23
-27
lines changed

10 files changed

+23
-27
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [`v95.0.0`](https://github.com/elastic/eui/releases/v95.0.0)
2+
3+
- Added `move` glyph to `EuiIcon` ([#7789](https://github.com/elastic/eui/pull/7789))
4+
- Updated `EuiBasicTable` and `EuiInMemoryTable`s with `selection` - the header row checkbox will now render an indeterminate state if some (but not all) rows are selected ([#7817](https://github.com/elastic/eui/pull/7817))
5+
6+
**Bug fixes**
7+
8+
- Fixed an `EuiDataGrid` visual bug when using `lineCount` row heights where the clamped text was still visible for some font sizes ([#7793](https://github.com/elastic/eui/pull/7793))
9+
- Fixed `EuiSearchBar`'s filter configs to always respect `autoClose: false` ([#7806](https://github.com/elastic/eui/pull/7806))
10+
11+
**Breaking changes**
12+
13+
- Removed deprecated `EUI_CHARTS_THEME_DARK`, `EUI_CHARTS_THEME_LIGHT` and `EUI_SPARKLINE_THEME_PARTIAL` exports ([#7682](https://github.com/elastic/eui/pull/7682))
14+
- Removed deprecated `euiPalettePositive` and `euiPaletteNegative`. Use `euiPaletteGreen` and `euiPaletteRed` instead ([#7808](https://github.com/elastic/eui/pull/7808))
15+
- Removed `type="inList"` from `EuiCheckbox`. Simply omit passing a `label` prop to render this style of checkbox ([#7814](https://github.com/elastic/eui/pull/7814))
16+
- Removed the unused `compressed` prop from `EuiCheckbox` and `EuiRadio`. This prop was not doing anything on individual components. ([#7818](https://github.com/elastic/eui/pull/7818))
17+
18+
**CSS-in-JS conversions**
19+
20+
- Converted `EuiCheckboxGroup` to Emotion ([#7818](https://github.com/elastic/eui/pull/7818))
21+
- Converted `EuiRadioGroup` to Emotion ([#7818](https://github.com/elastic/eui/pull/7818))
22+
123
## [`v94.6.0`](https://github.com/elastic/eui/releases/v94.6.0)
224

325
- Updated `EuiComboBox` to support rendering `option.append` and `option.prepend` in group labels ([#7800](https://github.com/elastic/eui/pull/7800))

packages/eui/changelogs/upcoming/7682.md

-4
This file was deleted.

packages/eui/changelogs/upcoming/7789.md

-1
This file was deleted.

packages/eui/changelogs/upcoming/7793.md

-4
This file was deleted.

packages/eui/changelogs/upcoming/7806.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/7808.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/7814.md

-3
This file was deleted.

packages/eui/changelogs/upcoming/7817.md

-1
This file was deleted.

packages/eui/changelogs/upcoming/7818.md

-8
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+
"95.0.0",
34
"94.6.0",
45
"94.5.2",
56
"94.5.1",

0 commit comments

Comments
 (0)