Skip to content

Commit

Permalink
Clean up EuiSearchBar docs and reorganize code. (#454)
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 authored Feb 26, 2018
1 parent 739cda4 commit 3a910d3
Show file tree
Hide file tree
Showing 51 changed files with 527 additions and 469 deletions.
9 changes: 6 additions & 3 deletions 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 All @@ -12,8 +16,7 @@ No public interface changes since `0.0.24`.

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

- Added `EuiInMemoryTable`, which encapsulates sorting, searching, selection, and pagination state
and logic ([#390](https://github.com/elastic/eui/pull/390))
- Added `EuiInMemoryTable`, which encapsulates sorting, searching, selection, and pagination state and logic ([#390](https://github.com/elastic/eui/pull/390))
- Added stack trace information to `EuiErrorBoundary` ([#428](https://github.com/elastic/eui/pull/428))

**Bug fixes**
Expand Down
Loading

0 comments on commit 3a910d3

Please sign in to comment.