Skip to content

Releases: BitPhinix/slate-yjs

v2.2.0

06 Jun 12:31
Compare
Choose a tag to compare

2.2.0 (2021-06-06)

Features

  • expose toSyncElement function (74b054a)

v2.1.0

30 May 12:06
Compare
Choose a tag to compare

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

27 May 15:49
Compare
Choose a tag to compare

2.0.1 (2021-05-27)

Bug Fixes

v2.0.0

05 Apr 18:51
Compare
Choose a tag to compare

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

14 Feb 11:53
Compare
Choose a tag to compare

1.1.0 (2021-02-14)

Bug Fixes

  • stop normalization while applying yjs events (19563e3)

Features

  • add collaborative cursor support (4c9827d)

v1.0.0

16 Jan 15:23
Compare
Choose a tag to compare

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.7

30 Dec 14:04
f87d279
Compare
Choose a tag to compare
Run CI on master (#102)

0.1.6

07 Nov 12:58
e1df101
Compare
Choose a tag to compare
  • Bugfix around remove_text operations
  • New tests
  • Dependency updates

0.1.5

01 Nov 12:56
Compare
Choose a tag to compare
  • Bug fixes around text events
  • New test cases
  • Dependency upgrades

0.1.4

15 Oct 17:09
9866b82
Compare
Choose a tag to compare
  • Bug fixes around moving of nodes
  • More tests