Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed May 23, 2018
1 parent ea889a5 commit 1de0f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- `EuiBasicTable` and `EuiInMemoryTable` now let you define a `__props__` object on each row item,
which lets you apply custom props to each row component ([#869](https://github.com/elastic/eui/pull/869))

**Breaking changes**

- `EuiSearchBar` no longer has an `onParse` callback, and now passes an object to `onChange` with the shape `{ query, queryText, error }` ([#863](https://github.com/elastic/eui/pull/863))
Expand Down

0 comments on commit 1de0f49

Please sign in to comment.