Releases: yorkie-team/yorkie-js-sdk
Releases · yorkie-team/yorkie-js-sdk
v0.4.18
What's Changed
- Add history tab and enhance visualization features to devtools by @chacha912 in #760
- Cache npm and node_modules in CI by @hackerwins in #783
- Update yorkie-js-sdk v0.4.18-rc in devtools by @chacha912 in #782
Full Changelog: v0.4.17...v0.4.18
v0.4.17
What's Changed
- Fix issue of incorrect display of remote selection in Quill example by @chacha912 in #769
- Add RealtimeSyncOff and refactor interface of SyncMode by @chacha912 in #772
- Reverse TreeChanges when Deleting in Tree by @raararaara in #774
- Remove unnecessary stubs from the test code by @chacha912 in #776
- Provide CODECOV_TOKEN to codecov-action by @hackerwins in #777
- Fix issue of referencing process object on browser by @blurfx in #778
Full Changelog: v0.4.16...v0.4.17
v0.4.16
What's Changed
- Implement Protocol Changes for Tree.RemoveStyle by @raararaara in #755
Full Changelog: v0.4.15...v0.4.16
v0.4.15
What's Changed
- Change actorID to be non-optional by @chacha912 in #747
- Fix invalid sync when editing multiple cursors in CodeMirror6 by @devleejb in #743
- Fix incorrect index returned when using posRangeToIndexRange by @chacha912 in #742
- Fix incorrect calculation in
indexTree.treePosToPath
operation by @raararaara in #751 - Fix errors when editing Tree due to missing insPrevID in CRDTTree by @raararaara in #756
- Prevent remote-change events from occurring in push-only mode by @chacha912 in #759
Full Changelog: v0.4.14...v0.4.15
v0.4.14
What's Changed
- Follow up work after devtools mvp by @chacha912 in #734
- Add design document for devtools extension by @chacha912 in #735
- Export
LogLevel
andsetLogLevel
by @devleejb in #737 - Fix invalid
TreeChange
s in concurrentTree.Style
by @hackerwins in #738 - Restore interface changes due to server DB sharding by @sejongk in #740
- Update examples version to v0.4.13 by @hackerwins in #733
Full Changelog: v0.4.13...v0.4.14
v0.4.13
What's Changed
- Implement devtools chrome extension by @chacha912 in #717
- Export devtools type by @chacha912 in #730
- Reflect interface changes of server DB sharding by @sejongk in #726
- Complement concurrent editing test cases in Tree by @sejongk in #721
- Update protobuf description in CONTRIBUTING.md by @hackerwins in #724
- Fix invalid tree conversion by @hackerwins in #719
- Fix multiple versions of prosemirror-model were loaded by @hackerwins in #728
Full Changelog: v0.4.12...v0.4.13
v0.4.12
What's Changed
- Add concurrent editing test cases in Tree by @sejongk in #710
- Add forced sync when switching to realtime mode by @chacha912 in #713
- Fix
getGarbageLen
to retrun correct size by @devleejb in #714 - Prevent deregisterElement from deregistering twice in nested object by @justiceHui in #716
- Generate correct TreeChange in concurrent edits by @sejongk in #712
New Contributors
- @justiceHui made their first contribution in #716
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- Migrate RPC to ConnectRPC by @krapie, @hackerwins in #698
- Address duplicate node IDs in Tree.Split by @sejongk, @hackerwins in #707
- Add test filtering and log printing guide to CONTRIBUTING.md by @sejongk in #708
- Support concurrent insertion and splitting in Tree by @sejongk in #709
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
- Add create-yorkie-app by @se030, @blurfx in #690
- Implement splitLevel of Tree.Edit by @hackerwins in #704
- Add
removeIfNotAttached
toclient.detach()
options by @chacha912 in #703 - Fix reading wrong .env path by @blurfx in #694
- Handle escape string for strings containing quotes by @chacha912 in #700
- Correct typos in the installation command on README.md in the example by @ymw0407 in #702
New Contributors
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- Implement merge feature in
Tree.Edit
by @hackerwins in #681 - Add README and thumbnail on example 'simultaneous-cursors' by @banma1234 in #683
- Support Undo/Redo for object.set and object.remove operations - 🚨 experiment by @chacha912 in #658
- Refactor ProseMirror example and Tree codes by @hackerwins in #686
- Add missing
removedAt
during Primitive deepcopy by @chacha912 in #692 - Enhance Set and Add for representing nested elements by @chacha912 in #691
- Prevent empty ops are applied during undo/redo by @chacha912 in #687
Full Changelog: v0.4.8...v0.4.9