Skip to content

Releases: BitPhinix/slate-yjs

@slate-yjs/[email protected]

20 May 15:03
576b809
Compare
Choose a tag to compare

Patch Changes

  • #352 3e172a6 Thanks @BitPhinix! - Throw error in non-static connect call if editor is already connected

@slate-yjs/[email protected]

18 May 16:22
ea8673e
Compare
Choose a tag to compare

Patch Changes

@slate-yjs/[email protected]

19 Apr 23:23
Compare
Choose a tag to compare

Patch Changes

@slate-yjs/[email protected]

16 Apr 16:59
13499aa
Compare
Choose a tag to compare

Patch Changes

@slate-yjs/[email protected]

16 Apr 16:59
13499aa
Compare
Choose a tag to compare

Patch Changes

v3.2.0

26 Nov 16:13
Compare
Choose a tag to compare

3.2.0 (2021-11-26)

Bug Fixes

Features

  • add YjsEditor.destroy() to allow freeing resources on unmount (e62dc14)

v3.1.1

26 Sep 11:19
Compare
Choose a tag to compare

3.1.1 (2021-09-26)

Bug Fixes

  • fix apply of setNode operations that remove properties (bd20c2c)

v3.1.0

19 Jul 09:55
Compare
Choose a tag to compare

3.1.0 (2021-07-19)

Features

  • optional synchronise value on editor initialization (7e007c0)

v3.0.0

12 Jul 19:00
Compare
Choose a tag to compare

3.0.0 (2021-07-12)

Bug Fixes

  • editor: propagate normalization of remote changes (aee6f51)
  • typo (3925a68)

BREAKING CHANGES

  • editor: removed isLocal, asLocal, applySlateOperations, applyYjsEvents from YjsEditor. asRemote applies to the callback function only, as opposed to spanning to the next tick as well, which prevents it from inadvertently marking operations such as normalizations as remote operations.

v2.2.1

06 Jul 20:52
Compare
Choose a tag to compare

2.2.1 (2021-07-06)

Bug Fixes