MobX v5.15.0 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • The minimum required TypeScript version is now 3.6

    • ๐Ÿ›  Fixed flow typings with Typescript v3.6. This means that version of Typescript is required when using flows.
    • Cancelled flows now reject with a FlowCancellationError instance whose error message is the same as in previous versions ("FLOW_CANCELLED") so this is not breaking. #2172 by @vonovak
    • ๐Ÿ‘ท Fix running mobx in web worker #2184 by @shahata
    • ๐Ÿ›  Fixed flow typings for Facebook's Flow. A new CancellablePromise Flow type is exported. #2164 by @vonovak
    • ๐Ÿ‘ Added support for symbol keys on observable properties (MobX 5 only). #2175 by @StephenHaney