Skip to content

Releases: yorkie-team/yorkie-js-sdk

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

v0.2.13

27 Jul 09:21
Compare
Choose a tag to compare

[0.2.13] - 2022-07-27

Added

  • Support Quill embeds type to example project: #344

Fixed

  • Fix a bug when overwriting in Object: #349

v0.2.12

20 Jul 06:07
acca84a
Compare
Choose a tag to compare

[0.2.12] - 2022-07-20

Fixed

  • Fix incorrect index for nodes newly created then concurrently removed: #334
  • Fix initial value bug in counter proxy: #333

v0.2.11

14 Jul 07:58
cbd3249
Compare
Choose a tag to compare

[0.2.11] - 2022-07-14

Fixed

  • Escape string to return valid json: #330

v0.2.10

06 Jul 12:12
Compare
Choose a tag to compare

[0.2.10] - 2022-07-06

Added

  • Implement array methods with objects: #327

Changed

  • Improve performance deletion in Text: #326

Fixed

  • Fix a bug when deleting blocks concurrently: #328

v0.2.9

30 Jun 05:58
Compare
Choose a tag to compare

[0.2.9] - 2022-06-30

Changed

  • Implement inserting elements with splice() method: #318

Fixed

  • Revert text deletion improvements: #323