diff --git a/.changeset/popular-spoons-wash.md b/.changeset/popular-spoons-wash.md deleted file mode 100644 index 4b2fea9c..00000000 --- a/.changeset/popular-spoons-wash.md +++ /dev/null @@ -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 - diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 5242a6ee..74125476 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -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 diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 2af53be3..57819131 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -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",