mobx-keystone 1.8.2 → 1.9.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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.9.0
4
+
5
+ - Adds support for `YjsTextModel` from `mobx-keystone-yjs`.
6
+
7
+ ## 1.8.3
8
+
9
+ - Data model classes can now be passed as types directly, like model classes can.
10
+
3
11
  ## 1.8.2
4
12
 
5
13
  - New! Y.js bindings for `mobx-keystone` are now available in the `mobx-keystone-yjs` package as well as a working example in the examples section of the online docs.