| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.19.0 source code.tar.gz | 2026-05-07 | 119.8 MB | |
| 3.19.0 source code.zip | 2026-05-07 | 122.3 MB | |
| README.md | 2026-05-07 | 942 Bytes | |
| Totals: 3 Items | 242.1 MB | 1 | |
@liveblocks/node
- Add new
markdownToCommentBodyhelper to convert Markdown strings intoCommentBodyobjects.
@liveblocks/client
room.history.disable(fn)is now officially supported and no longer experimental. It allows running storage mutations without them appearing on the undo/redo stacks and it’s intended for background/async writes (e.g. writing back AI generation results) that should not be undoable.
@liveblocks/react-tiptap
- Fix keyboard shortcut in strikethrough tooltip. (Thanks @HellBoy-OP for the contribution!)
- Fix Yjs undo/redo silently breaking after
editor.registerPlugin/unregisterPluginis called (e.g. when Tiptap'sBubbleMenu,DragHandle, orSlashCommandmount). The reattachrestore()is now installed unconditionally on view destroy, matching upstream@tiptap/extension-collaboration. (Thanks @lucasmotta for the contribution!)