mobx-keystone 1.21.0 → 1.22.0

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,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.22.0
4
+
5
+ - Performance: sped up large snapshot and array initialization by reducing per-item MobX writes during initial tree tweaking.
6
+ - Added a `logChildActions` option to `connectReduxDevTools` for suppressing nested action entries and logging the outermost tracked action instead.
7
+
3
8
  ## 1.21.0
4
9
 
5
10
  - Fixed codec-backed `tProp(...)` defaults so runtime `Map`/`Set` values (including custom codec defaults) are encoded before being stored, avoiding initialization errors and keeping default-fallback error paths accurate.