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

Remove 4.2 deprecated features #10952

Merged
merged 7 commits into from
Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 0 additions & 88 deletions components/code-editor/README.md

This file was deleted.

106 changes: 0 additions & 106 deletions components/code-editor/editor.js

This file was deleted.

115 changes: 0 additions & 115 deletions components/code-editor/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions components/code-editor/test/__snapshots__/editor.js.snap

This file was deleted.

24 changes: 0 additions & 24 deletions components/code-editor/test/editor.js

This file was deleted.

5 changes: 0 additions & 5 deletions components/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions docs/data/data-core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ Returns the name of the default block name.

Default block name.

### getFallbackBlockName

Returns the name of the fallback block name.

*Parameters*

* state: Data state.

*Returns*

Fallback block name.

### getFreeformFallbackBlockName

Returns the name of the block for handling non-block content.
Expand Down Expand Up @@ -177,15 +165,6 @@ Returns an action object used to remove a registered block type.

Returns an action object used to set the default block name.

*Parameters*

* name: Block name.

### setFallbackBlockName

Returns an action object used to set the name of the block used as a fallback
for non-block content.

*Parameters*

* name: Block name.
Expand Down
Loading