Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EuiFacetButton #1167

Merged
merged 15 commits into from
Sep 11, 2018
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `3.10.0`.
- Added `euiFacetButton` and `euiFacetGroup` ([#1167](https://github.com/elastic/eui/pull/1167))

## [`3.10.0`](https://github.com/elastic/eui/tree/v3.10.0)

Expand Down
4 changes: 4 additions & 0 deletions src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ import { ErrorBoundaryExample }
import { ExpressionExample }
from './views/expression/expression_example';

import { FacetExample }
from './views/facet/facet_example';

import { FilterGroupExample }
from './views/filter_group/filter_group_example';

Expand Down Expand Up @@ -331,6 +334,7 @@ const navigation = [{
BreadcrumbsExample,
ButtonExample,
ContextMenuExample,
FacetExample,
KeyPadMenuExample,
LinkExample,
PaginationExample,
Expand Down
Loading