chore: version packages
Some checks failed
Release WASM / Release (push) Has been cancelled
Test All / build (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2024-11-18 06:35:02 +00:00 committed by Zixuan Chen
parent d6966aca34
commit eef5a9fa9a
3 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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",