Skip to content

Commit

Permalink
Clean up EuiSearchBar docs and reorganize code.
Browse files Browse the repository at this point in the history
- Rename AST to Ast and astToES to astToEs to maintain consistent naming convention.
- Fix enzyme imports.
- Move Query to services.
- Publish Ast and Query services.
- Change random.oneOf to accept an array.
  • Loading branch information
cjcenizal committed Feb 26, 2018
1 parent 739cda4 commit c7d4a35
Show file tree
Hide file tree
Showing 51 changed files with 528 additions and 467 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `0.0.24`.
- Added `Ast` and `Query` services ([#454](https://github.com/elastic/eui/pull/454))

**Breaking changes**

- The `Random` service's `oneOf` method now only accepts an array ([#454](https://github.com/elastic/eui/pull/454))

# [`0.0.24`](https://github.com/elastic/eui/tree/v0.0.24)

Expand Down
Loading

0 comments on commit c7d4a35

Please sign in to comment.