Skip to content

Releases: loro-dev/loro

[email protected]

06 Jun 09:01
f86421e

Choose a tag to compare

Patch Changes

[email protected]

23 May 02:30
7fc85b1

Choose a tag to compare

Patch Changes

  • 34f6064: Better undo events & transform cursors by undo manager (#369)

    🧪 Testing

    • Enable compatibility test (#367)

[email protected]

23 May 02:30
7fc85b1

Choose a tag to compare

Patch Changes

[email protected]

21 May 05:14
c8bbb43

Choose a tag to compare

Patch Changes

  • 5cd80b0: Refine undo impl

    • Add "undo" origin for undo and redo event
    • Allow users to skip certain local operations
    • Skip undo/redo ops that are not visible to users
    • Add returned bool value to indicate whether undo/redo is executed

[email protected]

21 May 05:14
c8bbb43

Choose a tag to compare

Patch Changes

  • 5cd80b0: Refine undo impl

    • Add "undo" origin for undo and redo event
    • Allow users to skip certain local operations
    • Skip undo/redo ops that are not visible to users
    • Add returned bool value to indicate whether undo/redo is executed
  • Updated dependencies [5cd80b0]

[email protected]

20 May 22:41
d01fd66

Choose a tag to compare

Minor Changes

  • c12c2b9: Movable Tree Children & Undo

    🐛 Bug Fixes

    • Refine error message on corrupted data (#356)
    • Add MovableList to CONTAINER_TYPES (#359)
    • Better jitter for fractional index (#360)

    🧪 Testing

    • Add compatibility tests (#357)

    Feat

    • Make the encoding format forward and backward compatible (#329)
    • Undo (#361)
    • Use fractional index to order the children of the tree (#298)

    🐛 Bug Fixes

    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

[email protected]

20 May 22:41
d01fd66

Choose a tag to compare

Minor Changes

  • c12c2b9: Movable Tree Children & Undo

    🐛 Bug Fixes

    • Refine error message on corrupted data (#356)
    • Add MovableList to CONTAINER_TYPES (#359)
    • Better jitter for fractional index (#360)

    🧪 Testing

    • Add compatibility tests (#357)

    Feat

    • Make the encoding format forward and backward compatible (#329)
    • Undo (#361)
    • Use fractional index to order the children of the tree (#298)

    🐛 Bug Fixes

    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

Patch Changes

[email protected]

09 May 08:33
3f23a67

Choose a tag to compare

Patch Changes

  • 43506cc: Fix unsound issue caused by wasm-bindgen

    🐛 Bug Fixes

    • Fix potential movable list bug (#354)
    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

    📚 Documentation

    • Simplify readme (#352)

[email protected]

09 May 08:33
3f23a67

Choose a tag to compare

Patch Changes

  • 43506cc: Fix unsound issue caused by wasm-bindgen

    🐛 Bug Fixes

    • Fix potential movable list bug (#354)
    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

    📚 Documentation

    • Simplify readme (#352)
  • Updated dependencies [43506cc]

[email protected]

04 May 03:43

Choose a tag to compare

Patch Changes

  • e30678d: Perf: fix deletions merge

    🐛 Bug Fixes

    • (wasm) Movable list .kind() (#342)

    ⚡ Performance

    • Delete span merge err (#348)

    ⚙️ Miscellaneous Tasks

    • Warn missing debug impl (#347)