Skip to content

Commit

Permalink
Adds side nav toggle (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns authored and cchaos committed Mar 12, 2019
1 parent cc4f3f9 commit 29725dc
Show file tree
Hide file tree
Showing 20 changed files with 700 additions and 559 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added `footerLink` and `showToolTips` to `EuiNavDrawer` and added `EuiNavDrawerGroup` ([#1701](https://github.com/elastic/eui/pull/1701))

**Bug fixes**

- Fixed `EuiSuperDatePicker` time selection jumping on focus ([#1704](https://github.com/elastic/eui/pull/1704))
Expand All @@ -14,7 +16,6 @@

- Adjusted the dark theme palette a bit more and adjusted a few components ([#1700](https://github.com/elastic/eui/pull/1700))


## [`9.1.0`](https://github.com/elastic/eui/tree/v9.1.0)

- Adjusted the dark theme palette to have a slight blue tint ([#1691](https://github.com/elastic/eui/pull/1691))
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/list_group/list_group.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class extends Component {

<EuiSpacer size="l" />

<EuiListGroup flush={flushWidth} bordered={showBorder}>
<EuiListGroup flush={flushWidth} bordered={showBorder} showToolTips>
<EuiListGroupItem
label="First item"
/>
Expand Down
Loading

0 comments on commit 29725dc

Please sign in to comment.