mobx-keystone
Advanced tools
Changelog
1.8.2
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.nanoid
dependency to the list of dependencies.Changelog
1.8.1
onGlobalPatches
only generates the patches for new models when they are generated via fromSnapshot
.onGlobalPatches
paths won't include '$' in their paths.Changelog
1.8.0
onGlobalPatches
will now get called for new models whenever the initial snapshot values where overridden by defaults or missing IDs.Changelog
1.7.1
Changelog
1.7.0
Changelog
1.6.4
Changelog
1.6.3
Changelog
1.6.2
onAttachedToRootStore
disposer was not being called for models inside arrays.Changelog
1.6.1
attachToRootStore
calls and patches were being made when using applySnapshot
to reconcile models with the same ID.