mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 09:25:36 +00:00
chore: prerelease
This commit is contained in:
parent
321e0e72a4
commit
c12c2b9efb
2 changed files with 39 additions and 0 deletions
27
.changeset/afraid-donkeys-stare.md
Normal file
27
.changeset/afraid-donkeys-stare.md
Normal 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
12
.changeset/pre.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue