Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Jul 14, 2024
1 parent ce88b32 commit 45c98d5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .changeset/angry-weeks-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"loro-wasm": patch
"loro-crdt": patch
---

Better text APIs and bug fixes

### 🚀 Features

- Add insert_utf8 and delete_utf8 for Rust Text API (#396)
- Add text iter (#400)
- Add more text api (#398)

### 🐛 Bug Fixes

- Tree undo when processing deleted node (#399)
- Tree diff calc children should be sorted by idlp (#401)
- When computing the len of the map, do not count elements that are None (#402)

### 📚 Documentation

- Update wasm docs
- Rm experimental warning

### ⚙️ Miscellaneous Tasks

- Update fuzz config
- Pnpm
- Rename position to fractional_index (#381)

0 comments on commit 45c98d5

Please sign in to comment.