Skip to content

Commit

Permalink
Added isLoading prop typedef to EuiSuperDatePickerProps (#1812)
Browse files Browse the repository at this point in the history
* Added isLoading prop typedef to EuiSuperDatePickerProps

* changelog

* Corrected changelog
  • Loading branch information
chandlerprall authored Apr 11, 2019
1 parent 0c3c206 commit 12fe386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Re-enable installation of `@elastic/eui` via npm ([#1811](https://github.com/elastic/eui/pull/1811))
- Re-enabled installation of `@elastic/eui` via npm ([#1811](https://github.com/elastic/eui/pull/1811))

**Bug fixes**

- Added `isLoading` prop typedef to `EuiSuperDatePickerProps` ([#1812](https://github.com/elastic/eui/pull/1812))

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

- Add `initialPageIndex` pagination prop to `EuiInMemoryTable` ([#1798](https://github.com/elastic/eui/pull/1798))
- Added `initialPageIndex` pagination prop to `EuiInMemoryTable` ([#1798](https://github.com/elastic/eui/pull/1798))
- Converted `EuiToolTipPopover` to TS ([#1800](https://github.com/elastic/eui/pull/1800))
- Converted `EuiTableHeaderMobile` to TS ([#1786](https://github.com/elastic/eui/pull/1786))
- Added `menuLeft` and `menuRight` icons ([#1797](https://github.com/elastic/eui/pull/1797))
Expand Down
1 change: 1 addition & 0 deletions src/components/date_picker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ declare module '@elastic/eui' {
}

export type EuiSuperDatePickerProps = CommonProps & {
isLoading?: boolean;
start?: string;
end?: string;
isPaused?: boolean;
Expand Down

0 comments on commit 12fe386

Please sign in to comment.