Releases: yorkie-team/yorkie-js-sdk
Releases Β· yorkie-team/yorkie-js-sdk
v0.2.13
[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
[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
[0.2.11] - 2022-07-14
Fixed
- Escape string to return valid json: #330
v0.2.10
[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
[0.2.9] - 2022-06-30
Changed
- Implement inserting elements with splice() method: #318
Fixed
- Revert text deletion improvements: #323
v0.2.8
[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
[0.2.7] - 2022-05-25
Fixed
- Expose constructors for user-accessible types
v0.2.6
[0.2.6] - 2022-05-25
Changed
- Refine SDK interface: #300
v0.2.5
[0.2.5] - 2022-05-12
Added
v0.2.4
[0.2.4] - 2022-05-10
Changed
- Fix incorrect type hint in document.update handler: #289
- Rename Client Metadata to Presence: #293
Removed
- Remove collection from document: #292