Skip to content

Commit

Permalink
add inspect to typedef file (elastic#952)
Browse files Browse the repository at this point in the history
* add inpsect to typedef file

* use the right pr number
  • Loading branch information
stacey-gammon authored Jun 28, 2018
1 parent c64f055 commit c5f0ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Add `inspect` type option to icon typedef file. ([#952](https://github.com/elastic/eui/pull/952))

- `EuiAccordion` use MutationObserver to re-calculate height when children DOM changes ([#947](https://github.com/elastic/eui/pull/947))

## [`1.0.0`](https://github.com/elastic/eui/tree/v1.0.0)
Expand Down
1 change: 1 addition & 0 deletions src/components/icon/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ declare module '@elastic/eui' {
| 'indexOpen'
| 'indexPatternApp'
| 'indexSettings'
| 'inspect'
| 'invert'
| 'inputOutput'
| 'kqlField'
Expand Down

0 comments on commit c5f0ab5

Please sign in to comment.