Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 03:44
· 164 commits to main since this release
bb183f8

Minor Changes

  • #3830 by @felixfeng33 – Add findNodePath - a traversal-based node path finder with O(n) complexity. This is the headless alternative to findPath from @udecode/slate-react, recommended for:

    • Non-React contexts
    • Plugin logic that doesn't require React dependencies
    • Non-performance-critical paths where O(n) traversal is acceptable

Patch Changes