diff --git a/CHANGELOG.md b/CHANGELOG.md index a134fb3f4ac..52e4b5db794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Bug fixes** - Fixed custom color render of `EuiIcon` app (two-tone) icons ([#4104](https://github.com/elastic/eui/pull/4104)) - +- Changed `iconType` prop to be `required` in `EuiButtonIcon` ([#4106](https://github.com/elastic/eui/pull/4106)) ## [`29.4.0`](https://github.com/elastic/eui/tree/v29.4.0) diff --git a/src/components/button/button_icon/__snapshots__/button_icon.test.tsx.snap b/src/components/button/button_icon/__snapshots__/button_icon.test.tsx.snap index 1bc0254d9c4..6cae9bb61a3 100644 --- a/src/components/button/button_icon/__snapshots__/button_icon.test.tsx.snap +++ b/src/components/button/button_icon/__snapshots__/button_icon.test.tsx.snap @@ -6,7 +6,13 @@ exports[`EuiButtonIcon is rendered 1`] = ` class="euiButtonIcon euiButtonIcon--primary testClass1 testClass2" data-test-subj="test subject string" type="button" -/> +> +