Skip to content

Commit

Permalink
Remove EuiTableOfRecords.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Mar 10, 2018
1 parent bfb011d commit 9c41c1b
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 5,070 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- `EuiBottomBar` now uses `EuiPortal` to avoid zindex conflicts ([#487](https://github.com/elastic/eui/pull/487))
- Upped dark theme contrast on disabled buttons ([#487](https://github.com/elastic/eui/pull/487))

**Breaking changes**

- Removed `EuiTableOfRecords` ([]())

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

- `EuiSearchBar` accepts `toolsLeft` and `toolsRight` props ([#458](https://github.com/elastic/eui/pull/458))
Expand Down
4 changes: 0 additions & 4 deletions src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ import { StepsExample }
import { TableExample }
from './views/tables/tables_example';

import { TableOfRecordsExample }
from './views/table_of_records/table_of_records_example';

import { TabsExample }
from './views/tabs/tabs_example';

Expand Down Expand Up @@ -281,7 +278,6 @@ const navigation = [{
LoadingExample,
ProgressExample,
TableExample,
TableOfRecordsExample,
TextExample,
TitleExample,
ToastExample,
Expand Down
56 changes: 0 additions & 56 deletions src-docs/src/views/table_of_records/column_data_types.js

This file was deleted.

Loading

0 comments on commit 9c41c1b

Please sign in to comment.