chore: changeset release

This commit is contained in:
Zixuan Chen 2024-05-21 13:10:15 +08:00
parent 1a347cab72
commit 5cd80b0920
No known key found for this signature in database

View file

@ -0,0 +1,11 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
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