Skip to content

Commit d96f572

Browse files
committed
Updated changelog
1 parent ba24e61 commit d96f572

File tree

8 files changed

+22
-20
lines changed

8 files changed

+22
-20
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [`v95.10.0`](https://github.com/elastic/eui/releases/v95.10.0)
2+
3+
- Updated `EuiDataGrid` to support interactive header cell content ([#7898](https://github.com/elastic/eui/pull/7898))
4+
- Updated `EuiSearchBar`'s `field_value_selection` filter type with a new `autoSortOptions` config, allowing consumers to configure whether or not selected options are automatically sorted to the top of the filter list ([#7958](https://github.com/elastic/eui/pull/7958))
5+
- Updated `getDefaultEuiMarkdownPlugins` to support the following new default plugin configurations: ([#7985](https://github.com/elastic/eui/pull/7985))
6+
- `parsingConfig.linkValidator`, which allows configuring `allowRelative` and `allowProtocols`
7+
- `parsingConfig.emoji`, which allows configuring emoticon parsing
8+
- `processingConfig.linkProps`, which allows configuring rendered links with any props that `EuiLink` accepts
9+
- See our **Markdown plugins** documentation for example `EuiMarkdownFormat` and `EuiMarkdownEditor` usage
10+
- Updated `EuiDatePicker` to support `append` and `prepend` nodes in its form control layout ([#7987](https://github.com/elastic/eui/pull/7987))
11+
12+
**Bug fixes**
13+
14+
- Fixed border rendering bug with inline `EuiDatePicker`s with `shadow={false}` ([#7987](https://github.com/elastic/eui/pull/7987))
15+
- Fixed `EuiSuperSelect`'s placeholder text color to match other form controls ([#7995](https://github.com/elastic/eui/pull/7995))
16+
17+
**Accessibility**
18+
19+
- Improved the keyboard navigation and screen reader output for `EuiDataGrid` header cells ([#7898](https://github.com/elastic/eui/pull/7898))
20+
121
## [`v95.9.0`](https://github.com/elastic/eui/releases/v95.9.0)
222

323
- Updated `EuiSearchBar`'s optional `box.schema` prop with a new `recognizedFields` configuration. This allows specifying the phrases that will be parsed as field clauses ([#7960](https://github.com/elastic/eui/pull/7960))

packages/eui/changelogs/upcoming/7898.md

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

packages/eui/changelogs/upcoming/7958.md

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

packages/eui/changelogs/upcoming/7985.md

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

packages/eui/changelogs/upcoming/7987.md

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

packages/eui/changelogs/upcoming/7995.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+
"95.10.0",
34
"95.9.0",
45
"95.8.0",
56
"95.7.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+
"95.10.0",
34
"95.9.0",
45
"95.8.0",
56
"95.7.0",

0 commit comments

Comments
 (0)