mobx-state-tree
Advanced tools
Changelog
3.2.0
SnapshotIn
, SnapshotOut
, Instance
and SnapshotOrInstance<typeof X>
by @xaviergonzcast
method that makes automatic casts from instances/input snapshots for assignments by @xaviergonzChangelog
3.1.1
getParent
and getRoot
. Fixes #951 through #953 by @xaviergonzChangelog
3.0.0
Welcome to MobX-state-tree! This version introduces some breaking changes, but nonetheless is an recommended upgrade as all changes should be pretty straight forward and there is no reason anymore to maintain the 2.x range (3.0 is still compatible with MobX 4)
Changelog
2.2.0
Changelog
2.1.0
types.frozen
where not applied correctly after apply snapshot. #842 by SirbyAlive. Fixes #643flow
s of destroyed nodes can no 'safely' resume. #798 by Bnaya. Fixes #792Snapshot
is exposed. #821 by dsabaninChangelog
2.0.5
postProcessSnapshot
hook. See #745 for details. By @robinfehrgetParentOfType
and hasParentOfType
. See #767 by @k-g-atypeCheck
accidentally logged typecheck errors to the console. Fixes #781