Skip to content

Releases: yorkie-team/yorkie-js-sdk

v0.3.4

18 Apr 07:42
0a59dcc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Mar 06:04
c10701a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

27 Feb 08:28
7d68c7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Feb 06:32
ed69e72
Compare
Choose a tag to compare

What's Changed

  • Add delete and empty method to Text data type by @cozitive in #454
  • reduce bundle size for production by @easylogic in #460
  • Remove string dependency of RGATreeSplit value by @cozitive in #459
  • feat: remove priority queue from RHTPQMap and entire project by @blurfx in #462
  • Fix invalid indexOf SplayTree with single node by @chacha912 in #463
  • Modify config to run the webpack-bundle-analyzer when using profile:bundle script by @chacha912 in #468

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Jan 07:46
6e5878b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Krapi0314 made their first contribution in #420

Full Changelog: v0.2.20...v0.3.0

v0.2.20

30 Dec 02:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.19...v0.2.20

v0.2.19

04 Oct 10:57
Compare
Choose a tag to compare

[0.2.19] - 2022-10-04

Changed

  • Rename keyOf to subPathOf: #391

Fixed

  • Remove unused nodeMapByCreatedAt in RHT: #386
  • Change lamport from uint64 to int64: #390

v0.2.16

16 Aug 11:53
Compare
Choose a tag to compare

[0.2.16] - 2022-08-16

Changed

  • Apply generics to support any types of properties in RichText: #354

Fixed

  • Send peers-changed event to the user who updated one's own presence: #371
  • Fix the error that occurs when importing JS SDK in Next.js: #378

v0.2.15

08 Aug 04:24
ec8d0a2
Compare
Choose a tag to compare

[0.2.15] - 2022-08-08

Added

  • Add snapshot event observer to Quill example: #365

Changed

  • Bump up proto files to the latest: #367
  • Export Change APIs to generate history snapshots in admin: #368
  • Change trie traverse parameter name to isTerminalIncluded: #363

v0.2.14

03 Aug 04:24
Compare
Choose a tag to compare

[0.2.14] - 2022-08-03

Added

  • Reduce the number of paths of change events: #351

Fixed

  • Fix the problem local changes were applied twice: #356
  • Update CodeMirror example to handle snapshot events: #360