diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f5404bf32..8859f335b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,12 @@ - Fixed untranslated i18n strings for `EuiFilterButton` - adds 2 new tokens and removes old `euiFilterButton.filterBadge` token ([#4750](https://github.com/elastic/eui/pull/5061)) - Fixed missing i18n token `EuiFilePicker`'s default prompt, and improved i18n string for `euiFilePicker.filesSelected` ([#5063](https://github.com/elastic/eui/pull/5063)) - Fixed `EuiDataGrid` sort button text pluralization ([#5043](https://github.com/elastic/eui/pull/5043)) +- Fixed styles of `EuiButtonIcon` when passing `disabled` prop ([#5060](https://github.com/elastic/eui/pull/5060)) **Theme: Amsterdam** - Updated styles for `EuiDatePicker` ([#5000](https://github.com/elastic/eui/pull/5000)) +- Fixed styles for `EuiSuperDatePicker` ([#5060](https://github.com/elastic/eui/pull/5060)) ## [`37.3.0`](https://github.com/elastic/eui/tree/v37.3.0) diff --git a/src-docs/src/views/button/button_icon.js b/src-docs/src/views/button/button_icon.js index 8bbd4aa82e8..8dff73dedbd 100644 --- a/src-docs/src/views/button/button_icon.js +++ b/src-docs/src/views/button/button_icon.js @@ -65,7 +65,7 @@ export default () => ( diff --git a/src/components/basic_table/__snapshots__/in_memory_table.test.tsx.snap b/src/components/basic_table/__snapshots__/in_memory_table.test.tsx.snap index 640ce543e3b..bda515ad70b 100644 --- a/src/components/basic_table/__snapshots__/in_memory_table.test.tsx.snap +++ b/src/components/basic_table/__snapshots__/in_memory_table.test.tsx.snap @@ -716,7 +716,7 @@ exports[`EuiInMemoryTable behavior pagination 1`] = ` > +`; + exports[`EuiButtonIcon props isDisabled renders a button even when href is defined 1`] = `