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
eef5a9fa9a
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
|
# 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
|
## 1.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-crdt",
|
"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.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
Loading…
Reference in a new issue