mobx-keystone
Advanced tools
Changelog
0.60.3
withSetter("assign")
, use withSetter()
instead.Changelog
0.60.1
package.json
to the exports list to avoid issues with metro bundler from react native.Changelog
0.60.0
createGroup
to undoMiddleware
, which allows to group several actions perform in separate code blocks.toTreeNode
that accepts a type checker as first argument.Changelog
0.59.0
attachedState
to the undoMiddleware
. Useful to save/restore state related to actions but that shouldn't be part of the undo/redo event queue (e.g. selection, text editor cursor position, etc.).findChildren
to be able to find all children of a subtree root node for which a predicate matches.Changelog
0.58.2
Changelog
0.58.1
idProp
on the base was not being picked up by ExtendedModel
.Changelog
0.58.0
prop
.resolveId
to be able to resolve a model given its ID.