Releases: loro-dev/loro
Releases · loro-dev/loro
loro-crdt@1.2.5
loro-crdt@1.2.4
Patch Changes
- 5aa7985: Fixed LoroTree's incorrect index when moving a node within its current parent
loro-crdt@1.2.3
loro-crdt@1.2.2
loro-crdt@1.2.1
loro-crdt@1.2.0
loro-crdt@1.1.4
loro-crdt@1.1.3
Patch Changes
-
d6966ac: The fractional index in LoroTree is now enabled by default with jitter=0.
To reduce the cost of LoroTree, if the
index
property in LoroTree is unused, users can still
calltree.disableFractionalIndex()
. However, in the new version, after disabling the fractional
index,tree.moveTo()
,tree.moveBefore()
,tree.moveAfter()
, andtree.createAt()
will
throw an error