Skip to content

Commit

Permalink
Allow <Fragment />as EuiNavDrawer children (#2710)
Browse files Browse the repository at this point in the history
* allow fragments in euinavdrawer

* filter out falsy items; snapshot tests

* CL
  • Loading branch information
thompsongl authored Jan 2, 2020
1 parent 772d2a8 commit b288663
Show file tree
Hide file tree
Showing 4 changed files with 1,021 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added `tableLayout` prop to `EuiTable`, `EuiBasicTable` and `EuiInMemoryTable` to provide the option of auto layout ([#2697](https://github.com/elastic/eui/pull/2697))
- Converted `EuiSuggest` to Typescript ([#2692](https://github.com/elastic/eui/pull/2692))
- Converted `EuiErrorBoundary` to Typescript ([#2690](https://github.com/elastic/eui/pull/2690))
- Updated `EuiNavDrawer` to accept React fragments ([#2710](https://github.com/elastic/eui/pull/2710))

**Bug fixes**

Expand Down
Loading

0 comments on commit b288663

Please sign in to comment.