Skip to content

Releases: yorkie-team/yorkie-js-sdk

v0.1.2

14 Feb 11:54
42406e2
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

[0.1.2] - 2021-02-14

Added

  • Add customizable metadata for peer awareness: #123
  • Add garbage collection for Text and RichText: #137

Changed

  • Replace the type of client_id to a byte array to reduce payload: #133

Fixed

  • Fix a bug that attributes were lost when splitting RichText nodes: #136

v0.1.1

01 Jan 11:39
ec78bda
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

[0.1.1] - 2021-01-01

Added

  • Add garbage collect for Container type: #101

Changed

  • Update libs to fix security vulnerability: #103

Fixed

  • Fix quill paragraph style errors: #104
  • Change Logger to receive all values: #100

v0.1.0

06 Nov 22:37
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

[0.1.0] - 2020-11-07

First public release

Added

  • Add Client and Document
  • Add Custom CRDT data type Text for code editor
  • Add Custom CRDT data type RichText for WYSIWYG editor
  • Add examples: CodeMirror, Drawing, Quill
  • Support Network Auto Recovery
  • Add Peer Awareness
  • Add Custom CRDT data type Counter

Changed

Removed

Deprecated