Skip to content

Commit

Permalink
docs: complete list of extensions with changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
Deckluhm authored and hanspagel committed May 11, 2021
1 parent 9211ad2 commit 5424296
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/src/docPages/overview/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,17 @@ We switched to lowerCamelCase, so there’s a lot type names that changed. If yo

| Old type | New type |
| --------------------- | ---------------------- |
| ~~`blockquote`~~ | `blockquote` |
| ~~`bold`~~ | `bold` |
| ~~`bullet_list`~~ | `bulletList` |
| ~~`code`~~ | `code` |
| ~~`code_block`~~ | `codeBlock` |
| ~~`hard_break`~~ | `hardBreak` |
| ~~`heading`~~ | `heading` |
| ~~`horizontal_rule`~~ | `horizontalRule` |
| ~~`italic`~~ | `italic` |
| ~~`link`~~ | `link` |
| ~~`list_item`~~ | `listItem` |
| ~~`ordered_list`~~ | `orderedList` |
| ~~`paragraph`~~ | `paragraph` |
| ~~`strike`~~ | `strike` |
| ~~`table_cell`~~ | `tableCell` |
| ~~`table_header`~~ | `tableHeader` |
| ~~`table_row`~~ | `tableRow` |
| ~~`todo_list`~~ | `taskList` (new name!) |
| ~~`underline`~~ | `underline` |
|||
| ~~`todo_item`~~ | `taskItem` (new name!) |

### Removed methods
We removed the `.state()` method. No worries though, it’s still available through `editor.state`.
Expand Down

0 comments on commit 5424296

Please sign in to comment.