Skip to content

Commit

Permalink
Remove deprecated EuiControlBar component (#7435)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Dec 27, 2023
1 parent a1b5168 commit 326ded3
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 2,330 deletions.
3 changes: 3 additions & 0 deletions changelogs/upcoming/7435.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Breaking changes**

- Removed deprecated `EuiControlBar`. We recommend using `EuiBottomBar` instead
3 changes: 0 additions & 3 deletions src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ import { CommentListExample } from './views/comment/comment_example';

import { ContextMenuExample } from './views/context_menu/context_menu_example';

import { ControlBarExample } from './views/control_bar/control_bar_example';

import { CopyExample } from './views/copy/copy_example';

import { DataGridExample } from './views/datagrid/basics/datagrid_example';
Expand Down Expand Up @@ -549,7 +547,6 @@ const navigation = [
ButtonExample,
CollapsibleNavExample,
ContextMenuExample,
ControlBarExample,
FacetExample,
KeyPadMenuExample,
LinkExample,
Expand Down
152 changes: 0 additions & 152 deletions src-docs/src/views/control_bar/control_bar.js

This file was deleted.

41 changes: 0 additions & 41 deletions src-docs/src/views/control_bar/control_bar_example.js

This file was deleted.

75 changes: 0 additions & 75 deletions src-docs/src/views/control_bar/controls.js

This file was deleted.

61 changes: 0 additions & 61 deletions src-docs/src/views/control_bar/mobile.js

This file was deleted.

39 changes: 0 additions & 39 deletions src-docs/src/views/control_bar/props.tsx

This file was deleted.

Loading

0 comments on commit 326ded3

Please sign in to comment.