mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
chore: version packages
This commit is contained in:
parent
d6966aca34
commit
c27817a85f
3 changed files with 12 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
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
|
||||
call `tree.disableFractionalIndex()`. However, in the new version, after disabling the fractional
|
||||
index, `tree.moveTo()`, `tree.moveBefore()`, `tree.moveAfter()`, and `tree.createAt()` will
|
||||
throw an error
|
||||
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 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
|
||||
call `tree.disableFractionalIndex()`. However, in the new version, after disabling the fractional
|
||||
index, `tree.moveTo()`, `tree.moveBefore()`, `tree.moveAfter()`, and `tree.createAt()` will
|
||||
throw an error
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
Loading…
Reference in a new issue