Releases: yjs/y-prosemirror
Releases · yjs/y-prosemirror
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- added a few missing exports d2cae20
- Merge pull request #29 from yjs/revert-toms-refactor 52116dd
- revert toms refactor e39c91e
- Merge branch 'master' into refactor b79d656
- Use barebone Yjs modle - fixes #28 c612490
- yDocToProsemirrorJSON should include top-level doc element e26f409
- fix 43f01a9
- Document the JSON methods 7d88a2e
- Document and type utility methods 5b11857
- lint 7d1b470
- lint 6811a2e
- Move lib methods to lib, separate keys to avoid circular dep 6bd118f
- fix build process relying on relative deps - fixes #25 be02c7c
- Broken demo link - fixes #22 ebda6f6
v0.3.7
- Allow two editor bindings using the same awareness instance. fixes #19 b8c0555
- add example cbf7226
- Merge branch 'master' of git://github.com/boschDev/y-prosemirror 2cb32d9
- Get bounding rects of the selection instead of the selected elements 9fbe31c
- Get the selection from the prosemirror root insteadd of the window 42993e7
- Fix lint issues 8ac0edc
- Use of the dom lib0 5ce6af2
- Rename current cursor to local cursor d504146
- Code style 6145224
- Only force scrollIntoView when the currsor in view 139ff4d
- Remove scroll into view be update yjs -> pm f4a6fe7
Thanks @boschDev for the scroll fix ❤️