Skip to content

Commit

Permalink
Merge pull request #4017 from calctree/joshgillies/fix-missing-editor…
Browse files Browse the repository at this point in the history
…-api

add missing migration note for `isEditor` to `NodeApi.isEditor`
  • Loading branch information
zbeyens authored Jan 22, 2025
2 parents 8b6dc9b + 2556313 commit e15590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ For older changelogs, see https://github.com/udecode/plate/blob/main/docs
- `isComposing` -> `editor.api.isComposing`
- `isDocumentEnd` -> `editor.api.isEditorEnd`
- `isEdgePoint` -> `editor.api.isEdge`
- `isEditor` -> `editor.api.isEditor`
- `isEditorEmpty` -> `editor.api.isEmpty()`
- `isEditorFocused` -> `editor.api.isFocused`
- `isEditorNormalizing` -> `editor.api.isNormalizing`
Expand Down Expand Up @@ -523,6 +522,7 @@ For older changelogs, see https://github.com/udecode/plate/blob/main/docs
- `hasSingleChild` -> `NodeApi.hasSingleChild`
- `isAncestor` -> `NodeApi.isAncestor`
- `isDescendant` -> `NodeApi.isDescendant`
- `isEditor` -> `NodeApi.isEditor`
- `isNode` -> `NodeApi.isNode`
- `isNodeList` -> `NodeApi.isNodeList`
- `nodeMatches` -> `NodeApi.matches`
Expand Down

0 comments on commit e15590d

Please sign in to comment.