From 50b6ac5569889eefaa347fc65136abc6584377d4 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Thu, 26 Apr 2018 18:11:55 -0600 Subject: [PATCH] move readme comment to master --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3015e97bed2..1322bb4061a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ - Added `direction` prop to EuiFlexGroup ([#711](https://github.com/elastic/eui/pull/711)) - Added `EuiEmptyPrompt` which can be used as a placeholder over empty tables and lists ([#711](https://github.com/elastic/eui/pull/711)) - Added `EuiTabbedContent` ([#737](https://github.com/elastic/eui/pull/737)) +- `EuiComboBox` added buttons for clearing and opening/closing the combo box. ([#698](https://github.com/elastic/eui/pull/698)) **Bug fixes** - Fixed `EuiTableRowCell` from overwriting its child element's `className` [#709](https://github.com/elastic/eui/pull/709) - Allow `EuiContextMenuPanel`s to update when their `children` changes ([#710](https://github.com/elastic/eui/pull/710)) +>>>>>>> move readme comment to master +>>>>>>> move readme comment to master + ## [`0.0.44`](https://github.com/elastic/eui/tree/v0.0.44) - Reduced `EuiToast` title size ([#703](https://github.com/elastic/eui/pull/703)) @@ -26,7 +30,6 @@ - Removed the default `max-width` from `EuiText`. This can still be applied by setting `grow={false}` ([#683](https://github.com/elastic/eui/pull/683)) - Added support for text alignment with `EuiTextAlign` ([#683](https://github.com/elastic/eui/pull/683)) - `EuiBasicTable` added the `compressed` prop to allow for tables with smaller fonts and padding. ([#687](https://github.com/elastic/eui/pull/687)) -- `EuiComboBox` added buttons for clearing and opening/closing the combo box. ([#698](https://github.com/elastic/eui/pull/698)) **Breaking changes**