Releases: yorkie-team/yorkie-js-sdk
Releases · yorkie-team/yorkie-js-sdk
v0.3.4
What's Changed
- Update version to v0.3.3 in examples by @emplam27 in #485
- Add x-shard-key to APIs by @hackerwins in #486
- Add yorkie user agent in grpc metadata by @emplam27 in #488
- Fix when searching for presence of non-existent peer by @chacha912 in #493
- Allow specifying a topic when subscribing to a document by @chacha912 in #487
- Add benchmark tests by @JOOHOJANG in #494
- Add util function for Counter and replace Math.floor method with it by @JOOHOJANG in #496
- Add Client sync mode by @chacha912 in #495
- Remove unnecessary checkpoint validation from applyChangePack by @chacha912 in #497
- Update CHANGELOG for v0.3.4 by @chacha912 in #498
New Contributors
- @JOOHOJANG made their first contribution in #494
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Add optimization option in production mode by @easylogic in #474
- Add RemoveDocument API by @chacha912 in #480
- Add pause and resume to Client by @hackerwins in #482
- Clarify the ClientEvent that is sent to client.subscribe by @chacha912 in #464
- Rename initialization to initialized in PeersChangedEvent by @chacha912 in #478
New Contributors
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
What's Changed
- Add
delete
andempty
method toText
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
What's Changed
- Add thumbnail to examples by @chacha912 in #419
- Fix example/react-todomvc's unexpected routing in iframe conditions by @Krapi0314 in #420
- Bump json5 from 2.2.1 to 2.2.3 in /examples/react-todomvc by @dependabot in #424
- Add react-tldraw example by @Krapi0314 in #423
- Fix the value type of Counter and remove double type from Counter by @cozitive in #426
- Merge Text and RichText by @chacha912 in #425
- Remove redundant create functions in ObjectProxy by @cozitive in #427
- Remove duplicated key from TextNodeAttr by @chacha912 in #429
- Omit attributes if they don't exist when outputting
toJSON
by @chacha912 in #430 - Remove Text Dependency from RGATreeSplit by @chacha912 in #431
- Add quill example by @chacha912 in #435
- Add counter example to test Counter type by @chacha912 in #436
- Bump quill from 1.3.6 to 1.3.7 in /examples/vanilla-quill by @dependabot in #437
- Increase CRDT Counter in local change by @chacha912 in #441
- Bump ua-parser-js from 0.7.30 to 0.7.33 by @dependabot in #446
- Export counter type by @chacha912 in #447
- Add the
toJS
method to the ObjectProxy's handler by @chacha912 in #449 - Update version: v0.3.0 by @cozitive in #452
New Contributors
- @Krapi0314 made their first contribution in #420
Full Changelog: v0.2.20...v0.3.0
v0.2.20
What's Changed
- Add CodeMirror6 integration example by @blurfx in #394
- Add removed benchmark test by @parkeunae in #358
- Revise #396 by @hackerwins in #397
- Fix issues identified during iOS SDK development by @hackerwins in #398
- Add vuejs-kanban example by @hackerwins in #399
- Clean up examples and public folder by @hackerwins in #400
- Bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #403
- Bump engine.io and socket.io by @dependabot in #407
- Update comments for better readability by @hackerwins in #409
- Bump express from 4.17.1 to 4.18.2 by @dependabot in #411
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #412
- Fix broken image links by @chacha912 in #415
- Parkeunae add benchmark document object test by @hackerwins in #416
- Handle for when there is no information in presence on profile-stack example by @chacha912 in #417
Full Changelog: v0.2.19...v0.2.20