Libraries
@veltdev/codemirror-crdt
@veltdev/codemirror-crdt-react
Improvements
- [Core]: Improved the API signatures and naming to improve developer experience.
Improvements
- [Core]: Released a purpose built react package (
@veltdev/codemirror-crdt-react
) that reduced the implementation code by 95%.
Bug Fixes
- [Core]: Fixed an issue where last keystroke was not synced in some cases.
Improvements
- [Awareness]: Adding support for awareness enabling features like live cursors and selection highlighting.
New Features
- [Core]: Introduced purpose built CRDT library for CodeMirror Editor to enable multiplayer editing. This is based on the Yjs library. Learn more.