chore: prerelease

This commit is contained in:
Zixuan Chen 2024-05-21 06:27:54 +08:00
parent 321e0e72a4
commit c12c2b9efb
No known key found for this signature in database
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,27 @@
---
"loro-wasm": minor
"loro-crdt": minor
---
Movable Tree Children & Undo
#### 🐛 Bug Fixes
- Refine error message on corrupted data (#356)
- Add MovableList to CONTAINER_TYPES (#359)
- Better jitter for fractional index (#360)
#### 🧪 Testing
- Add compatibility tests (#357)
#### Feat
- Make the encoding format forward and backward compatible (#329)
- Undo (#361)
- Use fractional index to order the children of the tree (#298)
#### 🐛 Bug Fixes
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)

12
.changeset/pre.json Normal file
View file

@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"loro-wasm": "0.15.3",
"loro-quill": "0.0.0",
"loro-crdt": "0.15.3"
},
"changesets": [
"afraid-donkeys-stare"
]
}