Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Jan 13, 2025
1 parent 8476f94 commit e913541
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 174 deletions.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ For older changelogs, see https://github.com/udecode/plate/blob/main/docs
- `insertFragment` -> `editor.tf.insertFragment`
- `insertNode` -> `editor.tf.insertNode`
- `insertNodes` -> `editor.tf.insertNodes`
- `insertText` -> `editor.tf.insertText`
- `insertText` -> `editor.tf.insertText({ at })` or `editor.tf.insertText({ marks: false })` without `at`
- `isAncestorEmpty` -> `editor.api.isEmpty`
- `isBlock` -> `editor.api.isBlock`
- `isBlockAboveEmpty` -> `editor.api.isEmpty(editor.selection, { block: true })`
Expand Down
Loading

0 comments on commit e913541

Please sign in to comment.