diff --git a/CHANGELOG.md b/CHANGELOG.md index db2d2d57d8d..e8db0d80cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -159,6 +159,25 @@ No public interface changes since `9.4.0`. - Made `or` a reserved keyword in `EuiQuery`'s syntax ([#1204](https://github.com/elastic/eui/pull/1204)) +## [`6.10.5`](https://github.com/elastic/eui/tree/v6.10.5) + +**Note: this release is a backport containing changes originally made in `9.0.0`, `9.1.0`, `9.3.0`, and `9.4.0`** + +- Adjusted the dark theme palette to have a slight blue tint ([#1691](https://github.com/elastic/eui/pull/1691)) +- Added button to `EuiSuperDatePicker`'s “Now” tab to trigger the "now" time selection ([#1620](https://github.com/elastic/eui/pull/1620)) +- Added `footerLink` and `showToolTips` to `EuiNavDrawer` and added `EuiNavDrawerGroup` ([#1701](https://github.com/elastic/eui/pull/1701)) +- Allow `EuiListGroupItem` to pass a custom element as the `icon` ([#1726](https://github.com/elastic/eui/pull/1726)) +- Added `toInitials` string service ([#1729](https://github.com/elastic/eui/pull/1729)) +- Added `fullWidth` prop to `EuiButton` ([#1665](https://github.com/elastic/eui/pull/1665)) +- Added `.eui-fullWidth` utility class ([#1665](https://github.com/elastic/eui/pull/1665)) + +**Bug fixes** + +- Fixed keyboard navigation and UI of `EuiComboBox` items in single selection mode ([#1619](https://github.com/elastic/eui/pull/1619)) +- Fixed `EuiComboBox` `activeOptonIndex` error with empty search results ([#1695](https://github.com/elastic/eui/pull/1695)) +- Prevent `EuiComboBox` from creating a custom option value when user clicks on a value in the dropdown ([#1728](https://github.com/elastic/eui/pull/1728)) +- Fixed `EuiSuperDatePicker` time selection jumping on focus ([#1704](https://github.com/elastic/eui/pull/1704)) + ## [`6.10.4`](https://github.com/elastic/eui/tree/v6.10.4) **Note: this release is a backport containing changes originally made in `7.3.0`**