Skip to content

Commit

Permalink
Merge branch 'master' into feature/1623-toast-lifespan
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Mar 12, 2019
2 parents 5f32491 + f78790d commit c983d43
Show file tree
Hide file tree
Showing 23 changed files with 3,389 additions and 1,566 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Allow toasts in `EuiGlobalToastList` to override `toastLifeTimeMs` ([#1720](https://github.com/elastic/eui/pull/1720))

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

- 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 @@ -16,7 +20,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
3,690 changes: 2,685 additions & 1,005 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/eui",
"description": "Elastic UI Component Library",
"version": "9.2.1",
"version": "9.3.0",
"license": "Apache-2.0",
"main": "lib",
"module": "es",
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 c983d43

Please sign in to comment.