Version 5.2.0-alpha.2
Pre-release
Pre-release
coolsoftwaretyler
released this
28 Aug 02:12
·
65 commits
to master
since this release
A follow up to https://github.com/mobxjs/mobx-state-tree/releases/tag/v5.2.0-alpha.1 and second release candidate for 5.2.0
.
Breaking changes
- No breaking changes
Features
- Add flag to determine if an action is a flow based action by @Slooowpoke in #1856
- give complex types debug names by @BrianHung in #2049
- Add lazy type for lazy importing of models by @clgeoio in #1722
- Add two new primitives for MST by @chakrihacker in #2052
Fixes
- fix: throw error when creating a model with faulty name and valid pro… by @nithinssabu in #2048
- fix splitCache, extra nodes were being removed by @scytacki in #2054
- call lifecycle hooks after children are created by @scytacki in #1952
- Allow readonly string arrays in types.enumeration by @jamonholmgren in #2059
- fix: add checks while creating model by @chakrihacker in #2057
- fix: revert parent context features by @coolsoftwaretyler in #2074
Docs
- docs: update references to example repos that will move external by @coolsoftwaretyler in #2042
- docs: remove extra reference of packages/mst-example-bookshop by @JuanJo4 in #2047
- Docs: fix some grammar and typos by @kylemeenehan in #2070
Tests
- Test/add more test coverage for types model by @coolsoftwaretyler in #2044
- Test/add property parsing tests by @coolsoftwaretyler in #2051
- Add a test for debug name by @BrianHung in #2069
Development/community
- chore: update GitHub issue templates to focus on bugs by @coolsoftwaretyler in #2017
- chore: remove examples from repository by @coolsoftwaretyler in #2043
- chore: add pull request template by @coolsoftwaretyler in #2066
New Contributors
- @coolsoftwaretyler made their first contribution in #2017
- @Slooowpoke made their first contribution in #1856
- @JuanJo4 made their first contribution in #2047
- @nithinssabu made their first contribution in #2048
- @BrianHung made their first contribution in #2049
- @scytacki made their first contribution in #2054
- @clgeoio made their first contribution in #1722
- @chakrihacker made their first contribution in #2052
- @kylemeenehan made their first contribution in #2070
Full Changelog: v5.1.8...v5.2.0-alpha.2