diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0dc4b51ac..ca08c07591a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ - Added `EuiColorPicker`. ((328)[https://github.com/elastic/eui/pull/328]) - `EuiCodeBlock` now only shows fullscreen icons if `overflowHeight` prop is set. Also forces large fonts and padding while expanded. [(#325)](https://github.com/elastic/eui/pull/325) - Exported `VISUALIZATION_COLORS` from services ((#329)[https://github.com/elastic/eui/pull/329]) +- Add typescript definitions for ``, ``, ``, ``, `` and ``. [(#326)](https://github.com/elastic/eui/pull/326) **Breaking changes** - `EuiCodeBlock` now only shows fullscreen icons if `overflowHeight` prop is set. Also forces large fonts and padding while expanded. [(#325)](https://github.com/elastic/eui/pull/325) - React ^16.2 is now a peer dependency ([#264](https://github.com/elastic/eui/pull/264)) +- `` no longer accepts the `indeterminate` property, which never had any effect. [(#326)](https://github.com/elastic/eui/pull/326) **Bug fixes**