Skip to content

@slate-yjs/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 14:20
· 31 commits to main since this release

Minor Changes

  • #363 3710c48 Thanks @BitPhinix! - Changed:

    • Rewrite of useRemoteCursorOverlayPositions to provide stricter typings, make it react 18 safe and add new shouldGenerateOverlay option.

    Added:

    • Remote cursor decorations using the new useDecorateRemoteCursors hook
    • Remote cursor data hooks useRemoteCursorStatesSelector and useRemoteCursorStates
    • Utility hooks to un-send the current cursor position on window/editor blur: useUnsetCursorPositionOnBlur
    • getCursorRange helper

Patch Changes