Skip to content

Commit

Permalink
update cl
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Jun 1, 2020
1 parent f6d39f2 commit d15a4b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Added `displayName` to components using `React.forwardRef` ([#3451](https://github.com/elastic/eui/pull/3451))
- Added event target checker for `EuiOverlayMask`'s `onClick` prop ([#3462](https://github.com/elastic/eui/pull/3462))
- Added `left-start` popover placement to `EuiDatePicker` ([#3511](https://github.com/elastic/eui/pull/3511))
- Added `display`, `descriptionWidth` and `isInvalid` props to `EuiExpression` ([#3467](https://github.com/elastic/eui/pull/3467))
- Added `display`, `descriptionWidth`, `textWrap` and `isInvalid` props to `EuiExpression` ([#3467](https://github.com/elastic/eui/pull/3467))

**Bug Fixes**

Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/expression/stringing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default () => (
onClick={() => {}}
/>
<EuiExpression
textWrap="truncate"
description="From"
value="kibana_sample_data_ky_counties left"
/>
Expand Down

0 comments on commit d15a4b4

Please sign in to comment.