Releases: BitPhinix/slate-yjs
Releases · BitPhinix/slate-yjs
v2.2.0
2.2.0 (2021-06-06)
Features
- expose toSyncElement function (74b054a)
v2.1.0
2.1.0 (2021-05-30)
Features
- replace transform based apply with event to op conversion, expose translate/apply funcs (07b9358), closes #226
v2.0.1
2.0.1 (2021-05-27)
Bug Fixes
v2.0.0
2.0.0 (2021-04-05)
Features
- rewrite slate op apply layer, cleanup plugins (b699952), closes #188
BREAKING CHANGES
- Removed utility methods, cleaned up package exports to be more maintainable
v1.1.0
1.1.0 (2021-02-14)
Bug Fixes
- stop normalization while applying yjs events (19563e3)
Features
- add collaborative cursor support (4c9827d)
v1.0.0
1.0.0 (2021-01-16)
Features
- made binding shared type and not shared document specific (b575112)
- synchronize slate value on creation (d5fda54)
BREAKING CHANGES
- Editor creation will now overwrite the slate value
0.1.6
- Bugfix around remove_text operations
- New tests
- Dependency updates
0.1.5
- Bug fixes around text events
- New test cases
- Dependency upgrades
0.1.4
- Bug fixes around moving of nodes
- More tests