Libraries
@veltdev/reactflow-crdt
Improvements
- [Core]: Released stable version 4.5.8 of ReactFlow CRDT package.
New Features
- [Developer Tools]: Added
window.VeltCrdtStoreMapglobal interface to inspect and monitor CRDT stores during development. Access store values directly in the browser console usingVeltCrdtStoreMap.get(id)orVeltCrdtStoreMap.getAll(). Subscribe to store updates and monitor registration events for debugging collaborative data synchronization. Learn more
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.

