Libraries
@veltdev/tiptap-crdt@veltdev/tiptap-crdt-react
Bug Fixes
- [Core]: Fixed
initialContentnot being applied when no server-side data exists. You can now setinitialContentin TipTap CRDT, and it will be used when the document is empty.
- React / Next.js
- Other Frameworks
Improvements
- [Core]: Improved the API signatures and naming to improve developer experience.
Improvements
- [Core]: Released a purpose built react package (
@veltdev/tiptap-crdt-react) that reduced the implementation code by 95%.
Bug Fixes
- [Core]: Fixed an issue where last keystroke was not synced in some cases.
New Features
- [Core]: Introduced purpose built CRDT library for Tiptap Editor to enable multiplayer editing. This is based on the Yjs library. Learn more.

