Comparing version 0.10.0 to 0.10.1
@@ -1169,6 +1169,6 @@ /* tslint:disable */ | ||
* | ||
* If a delta item is insert, it should include all the attributes of the inserted text. | ||
* If a delta item is `insert`, it should include all the attributes of the inserted text. | ||
* Loro's rich text CRDT may make the inserted text inherit some styles when you use | ||
* `insert` method directly. However, when you use `applyDelta`, if there are some attributes | ||
* inherit from CRDT but not included in the delta, they will be removed. | ||
* `insert` method directly. However, when you use `applyDelta` if some attributes are | ||
* inherited from CRDT but not included in the delta, they will be removed. | ||
* | ||
@@ -1178,3 +1178,3 @@ * Another special property of `applyDelta` is if you format an attribute for ranges out of | ||
* build the binding between Loro and rich text editors like Quill, which might assume there | ||
* are always a newline at the end of the text implicitly. | ||
* is always a newline at the end of the text implicitly. | ||
* | ||
@@ -1181,0 +1181,0 @@ * @example |
# Changelog | ||
## 0.10.1 | ||
### Patch Changes | ||
- fix: remove checking after checkout | ||
## 0.10.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1169,6 +1169,6 @@ /* tslint:disable */ | ||
* | ||
* If a delta item is insert, it should include all the attributes of the inserted text. | ||
* If a delta item is `insert`, it should include all the attributes of the inserted text. | ||
* Loro's rich text CRDT may make the inserted text inherit some styles when you use | ||
* `insert` method directly. However, when you use `applyDelta`, if there are some attributes | ||
* inherit from CRDT but not included in the delta, they will be removed. | ||
* `insert` method directly. However, when you use `applyDelta` if some attributes are | ||
* inherited from CRDT but not included in the delta, they will be removed. | ||
* | ||
@@ -1178,3 +1178,3 @@ * Another special property of `applyDelta` is if you format an attribute for ranges out of | ||
* build the binding between Loro and rich text editors like Quill, which might assume there | ||
* are always a newline at the end of the text implicitly. | ||
* is always a newline at the end of the text implicitly. | ||
* | ||
@@ -1181,0 +1181,0 @@ * @example |
{ | ||
"name": "loro-wasm", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2345083