Skip to content

Releases: yorkie-team/yorkie-js-sdk

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

v0.2.8

22 Jun 09:38
Compare
Choose a tag to compare

[0.2.8] - 2022-06-22

Added

  • Add read-only Array methods to ArrayProxy: #310
  • Add Array.splice to ArrayProxy: #317

Changed

  • Use types more strictly in Document.update: #314
  • Revert Document and Text: #47478e7
  • Improve performance of deletion in Text: #312, #316

Fixed

  • Remove size cache from RGATreeList and use SplayTree instead: #315
  • Fix bug when setting non-string values in Presence: #311

v0.2.7

25 May 10:18
Compare
Choose a tag to compare

[0.2.7] - 2022-05-25

Fixed

  • Expose constructors for user-accessible types