docs: update
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run

This commit is contained in:
Zixuan Chen 2024-12-27 10:32:16 +08:00
parent d03d53626e
commit 18e7920015
No known key found for this signature in database
4 changed files with 15 additions and 8 deletions

View file

@ -131,6 +131,13 @@ test('sync example', () => {
});
```
# Blog
- [Loro 1.0](https://loro.dev/blog/v1.0)
- [Movable tree CRDTs and Loro's implementation](https://loro.dev/blog/movable-tree)
- [Introduction to Loro's Rich Text CRDT](https://loro.dev/blog/loro-richtext)
- [Loro: Reimagine State Management with CRDTs](https://loro.dev/blog/loro-now-open-source)
# Credits
Loro draws inspiration from the innovative work of the following projects and individuals:

View file

@ -4,7 +4,7 @@
### Patch Changes
- 5aa7985: Fixed incorrect subscript calculation when moving a child in the current parent
- 5aa7985: Fixed LoroTree's incorrect index when moving a node within its current parent
## 1.2.3

View file

@ -126,6 +126,13 @@ test('sync example', () => {
});
```
# Blog
- [Loro 1.0](https://loro.dev/blog/v1.0)
- [Movable tree CRDTs and Loro's implementation](https://loro.dev/blog/movable-tree)
- [Introduction to Loro's Rich Text CRDT](https://loro.dev/blog/loro-richtext)
- [Loro: Reimagine State Management with CRDTs](https://loro.dev/blog/loro-now-open-source)
# Credits
Loro draws inspiration from the innovative work of the following projects and individuals:

View file

@ -1,7 +0,0 @@
Mode="$*"
if [ $Mode == "wasm" ]; then
cargo test --features test_utils wasm -- --show-output
else
cargo test --features test_utils -- --show-output
fi