mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-05 20:17:13 +00:00
docs: update
This commit is contained in:
parent
d03d53626e
commit
18e7920015
4 changed files with 15 additions and 8 deletions
|
@ -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
|
# Credits
|
||||||
|
|
||||||
Loro draws inspiration from the innovative work of the following projects and individuals:
|
Loro draws inspiration from the innovative work of the following projects and individuals:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Patch Changes
|
### 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
|
## 1.2.3
|
||||||
|
|
||||||
|
|
|
@ -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
|
# Credits
|
||||||
|
|
||||||
Loro draws inspiration from the innovative work of the following projects and individuals:
|
Loro draws inspiration from the innovative work of the following projects and individuals:
|
||||||
|
|
7
test.sh
7
test.sh
|
@ -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
|
|
Loading…
Reference in a new issue