diff --git a/CHANGELOG.md b/CHANGELOG.md index ab620adcbf6..b8b717f8746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `0.0.5`. +- `justify` prop of `` now accepts `spaceEvenly` [(#205)](https://github.com/elastic/eui/pull/205) # [`0.0.5`](https://github.com/elastic/eui/tree/v0.0.5) diff --git a/src-docs/src/views/flex/flex_justify.js b/src-docs/src/views/flex/flex_justify.js index 62cb4db7bc9..fc519871459 100644 --- a/src-docs/src/views/flex/flex_justify.js +++ b/src-docs/src/views/flex/flex_justify.js @@ -9,6 +9,13 @@ import { export default () => (
+ + One here on the left + The other over here on the right. + + + + One here on the left The other over here on the right. diff --git a/src/components/flex/__snapshots__/flex_group.test.js.snap b/src/components/flex/__snapshots__/flex_group.test.js.snap index 1ffdf27dcf7..21b736a130f 100644 --- a/src/components/flex/__snapshots__/flex_group.test.js.snap +++ b/src/components/flex/__snapshots__/flex_group.test.js.snap @@ -114,6 +114,12 @@ exports[`EuiFlexGroup props justifyContent spaceBetween is rendered 1`] = ` /> `; +exports[`EuiFlexGroup props justifyContent spaceEvenly is rendered 1`] = ` +
+`; + exports[`EuiFlexGroup props responsive false is rendered 1`] = `