Libraries
@veltdev/reactflow-crdt
Bug Fixes
- [Core]: Fixed
initialContentnot being applied when no server-side data exists. You can now setinitialEdgesandinitialNodesin ReactFlow CRDT, and they will be used when the document is empty.
- React / Next.js
- Other Frameworks
New Features
- [Core]: Optimized the library to reduce the implementation code by 95%.
Bug Fixes
- [Core]: Fixed an issue where last keystroke was not synced in some cases. Also fixed synchronization issues with React Flow nodes and edges.
New Features
- [Core]: Introduced purpose built CRDT library for React Flow Editor to enable multiplayer editing. This is based on the Yjs library. Learn more.

