v5.4.2
版本发布时间: 2024-04-17 22:32:30
mobxjs/mobx-state-tree最新发布版本:v7.0.0-pre.2(2024-08-02 01:56:53)
Version 5.4.2 fixes a few regressions, and comes with documentation updates. Thanks to everyone who contributed!
Breaking Changes
No breaking changes
Features
No new features
Fixes
- Fix: do not mutate properties object by model constructor: https://github.com/mobxjs/mobx-state-tree/pull/2176
- Fix
getMembers
duplicating actions into views https://github.com/mobxjs/mobx-state-tree/pull/2174
Tests
No new tests
Docs
- Docs: add comparison between React Context/Reducer: https://github.com/mobxjs/mobx-state-tree/pull/2158
- Docs: fix broken link: https://github.com/mobxjs/mobx-state-tree/pull/2165
- Docs: add recipe for
mst-form-type
: https://github.com/mobxjs/mobx-state-tree/pull/2168
New Contributors
- @sherlockwang
- @dangreen
- @evinosheaforward
Full Changelog: https://github.com/mobxjs/mobx-state-tree/compare/v5.4.1...v5.4.2