Breaking changes
MobX 7 compatibility requires us to update our TypeScript config from es5 -> es2015. If you want to use MobX 7, upgrade to MobX-State-Tree v8, and make sure es2015 works for your project
What's Changed
- fix: make compiled output compatible with MobX 7 by @hrastnik in #2301
- chore: bump to version 8, deploy docs by @coolsoftwaretyler in #2303
Full Changelog: v7.4.0...v8.0.0