All Versions
173
Latest Version
Avg Release Cycle
27 days
Latest Release
1261 days ago

Changelog History
Page 2

  • v5.15.6 Changes

    August 17, 2020
  • v5.15.5 Changes

    August 05, 2020
    • 🛠 Fixed ObservableSet.prototype.forEach not being reactive in 4.x #2341 by @melnikov-s
    • Add error when computed value declared for unspecified getter #1867 by @berrunder
    • 🛠 Fixed #2326 correct array is passed to callbacks by @urugator
    • 🛠 Fixed #2278, map.delete should respect strict mode, by @urugator
    • 🛠 Fixed #2253, #1980, map key order not always preserved by @urugator
    • 🛠 Fixed #2412, non-enumerable getters not being picked up by extendObservable by @urugator

    • 🐎 Several performance improvements

    • 📦 Dropped browser fields from package.json

  • v5.15.4 Changes

    January 28, 2020
    • 🏗 Fix process.env replacement in build #2267 by @fredyc
  • v5.15.3 Changes

    January 24, 2020
  • v5.15.2 Changes

    January 13, 2020
  • v5.15.1 Changes

    December 14, 2019
    • Make initial values of observable set accept readonly array #2202
    • 👍 Expose _allowStateReadsStart & _allowStateReadsEnd. This is low level stuff you shouldn't need that's mostly useful for library creators. #2233
    • ⚡️ Fixed an issue with observableRequiresReaction and updating observable during reaction #2195
    • 👀 Improved type inference for action #2213 (see detailed explanation)
  • v5.15.0 Changes

    November 07, 2019

    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
  • v5.14.2 Changes

    • 🛠 Fixed installation issue trying to run postinstall hook for a website #2165.
  • v5.14.1 Changes

    • 🛠 Fixed a possible issue with action stack errors and multiple mobx versions installed at the same time #2135.
    • Added comparer.shallow for shallow object/array comparisons #1561.
    • 🛠 Fixed disposing an interception within an interception throwing an error #1950.
  • v5.14.0 Changes

    • 📄 Added experimental reactionRequiresObservable & observableRequiresReaction config #2079, Docs
    • 📄 Added experimental requiresObservable config to reaction, autorun & when options #2079, Docs