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

Changelog History
Page 2

  • v5.15.6 Changes

    August 17, 2020
    • ๐Ÿ›  Fixed 2423, array methods not dehancing by @urugator
    • โš  Fixed 2424 Map / Set instantiation triggering a strict warning, through #2425 by @moonball
  • 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
    • ๐Ÿ›  Fixed #2230 computedvalue: throw error object instead of string when options is empty #2243 by @ramkumarvenkat
    • ๐Ÿ‘ supports ES6 Sets and Maps in shallow comparer. #2238 by @hearnden
    • ๐Ÿ›  extendObservable: can be used existing properties again. Fixes #2250 through #2252 by @davefeucht
  • 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