Libraries
@veltdev/blocknote-crdt
@veltdev/blocknote-crdt-react
Improvements
- [Core]: Improved the API signatures and naming to improve developer experience.
Improvements
- [Core]: Released a purpose built react package (
@veltdev/blocknote-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 BlockNote Editor to enable multiplayer editing. This is based on the Yjs library. Learn more.