Skip to content

Releases: mobxjs/mobx-state-tree

v5.4.0-pre.1

17 Nov 02:00
417dcc0
Compare
Choose a tag to compare
v5.4.0-pre.1 Pre-release
Pre-release

This is a pre-release version that introduces some new quality-of-life improvements to existing APIs, and possible performance improvements. Please give it a try and let us know what you think!

Breaking Changes

  • No breaking changes

Features

Fixes

Docs

New Contributors

Full Changelog: v5.3.0...v5.4.0-pre.1

v5.3.1-alpha.1

07 Nov 01:32
a411fc1
Compare
Choose a tag to compare
v5.3.1-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v5.3.0...v5.3.1-alpha.1

We cut this release with a small change set because we wanted to get real-world testing on the changes in #2113. If you want to help MST get faster out of the box, please try v5.3.1-alpha.1 and report any improvements in speed, regression in speed, or regressions in functionality you experience.

v5.3.0

24 Oct 01:01
bef5159
Compare
Choose a tag to compare

Breaking Changes

  • No breaking changes

Features

  • Add number types to map model methods by @a-hassanzadeh-h in #2079

Fixes

Docs

Development/community

New Contributors

Full Changelog: 5.2.0...v5.3.0

v5.3.0-alpha.1

10 Oct 03:40
Compare
Choose a tag to compare
v5.3.0-alpha.1 Pre-release
Pre-release

This alpha release was built and shipped from the branch in #2099. We did that to make sure none of the configuration changes broke our deployment processes, but also shipped some changes.

Once we get a few weeks of usage data and verify things are good, we can ship a full 5.3.0. I'm feeling optimistic about doing that shortly.

Breaking Changes

  • No breaking changes

Features

  • Add number types to map model methods by @a-hassanzadeh-h in #2079

Fixes

Docs

Development/community

New Contributors

Full Changelog: 5.2.0...v5.3.0-alpha.1

5.2.0

19 Sep 16:07
6ef7757
Compare
Choose a tag to compare

Stable release for 5.2.0. We ran two alpha release candidates before shipping this:

https://github.com/mobxjs/mobx-state-tree/releases/tag/v5.2.0-alpha.1

https://github.com/mobxjs/mobx-state-tree/releases/tag/v5.2.0-alpha.2

Breaking changes

  • No breaking changes

Features

Fixes

Docs

Tests

Development/community

New Contributors

Full Changelog: v5.1.8...5.2.0

Version 5.2.0-alpha.2

28 Aug 02:12
9f30ab8
Compare
Choose a tag to compare
Version 5.2.0-alpha.2 Pre-release
Pre-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

Fixes

Docs

Tests

Development/community

New Contributors

Full Changelog: v5.1.8...v5.2.0-alpha.2

Version 5.2.0-alpha.1

10 Aug 04:21
Compare
Choose a tag to compare
Version 5.2.0-alpha.1 Pre-release
Pre-release

Hey folks!

This is my first ever release as a MobX-State-Tree maintainer, so I'm planning on releasing alpha first, just to make sure things are looking good. Here's what changed!

Breaking changes

  • No breaking changes

Features

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. Note: this should be only a fix, but it does technically alter some order-of-operations. We don't believe this to be a semantically breaking change, but we would love early feedback on the alpha build if folks have any problems with it.
  • Add lazy type for lazy importing of models by @clgeoio in #1722
  • Add two new primitives for MST by @chakrihacker in #2052

Docs

Tests

Development/community only

New Contributors

Full Changelog: v5.1.8...v5.2.0-alpha.1

Version 5.1.8

10 Mar 04:15
Compare
Choose a tag to compare

This is a bugfix release.

  • Fixes #1354, preProcessSnapshot running twice when you applySnapshot: #1519 by @mishk0
  • Fixes #621, when aborting a flow an error will now be thrown and the flow will finish: #1969 by @kaven276

Please report issues!

Version 5.1.7

05 Dec 18:54
Compare
Choose a tag to compare

This is a minor release removing the deprecation notice from preProcessSnapshot and postProcessSnapshot. Thanks to @jamonholmgren for #1986.

Please report any issues!

Version 5.1.6

09 Aug 05:17
Compare
Choose a tag to compare

This is a minor release fixing the types to allow readonly arrays. Thanks to @adamkovalsky for #1936. Fixes #1676.

Please report any issues!