mobx-keystone-yjs 1.5.4 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.5.5
4
+
5
+ - Fixed an issue where data was not readable from detached models/arrays/records (e.g. after being detached from a bound tree).
6
+ - Fixed `YjsTextModel.text` throwing when accessed in a detached state.
7
+ - Improved handling of "dead" Yjs objects (deleted or document destroyed) to avoid unnecessary sync attempts and ensure proper disposal.
8
+ - `applyJsonArrayToYArray` / `applyJsonObjectToYMap` are no longer wrapped in mobx actions in case they want to track the original values.
9
+
3
10
  ## 1.5.4
4
11
 
5
12
  - Fixed some more types.