All Versions
107
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 5

  • v5.1.2 Changes

    • πŸ›  Fixed regression bug in integration with devtools. Fixed through #465 by @le0nik
  • v5.1.0 Changes

    • πŸ›  Added support for React 16.3, including support for the getDerivedStateFromProps life-cycle hook. MobX will no longer use componentWillMount hook internally, so that it can be used in StrictMode react as well. Fixes #447
    • Static properties of a function component are now automatically hoisted when the component is wrapped by observer. Implements #427
    • ⚑️ Misspelled export componentByNodeRegistery is now properly export as componentByNodeRegistry as well, please update consumers, the mispelled version will be dropped in the next major. Fixes #421
    • πŸ—„ Deprecated the support for the inject property on Observer, it is fundamentally broken and should not be used. Use inject on the enclosing component instead and grab the necessary stores from the closure. Fixes #423
    • ⚠ Added warning about using observer on a React.PureComponent, this will become an exception in the next major. Fixes #309
    • ⚑️ Mobx-react will now print a warning when combining observer with a custom shouldComponentUpdate implementation. Fixes #417
  • v5.0.0 Changes

    • Added compatibility with MobX 4.x. This version is not compatible with older Mobx versions
  • v4.4.3 Changes

    • πŸ— The exposed React Native build now uses commonjs, to prevent the need of further transpilation. Fixes #428
  • v4.4.2 Changes

    • πŸ›  Fixed issue with mobx-react not compiling on react-native due to the presence of a .babelrc file. Fixes #415 by Ryan Rampersad through #416
  • v4.4.1 Changes

    • πŸ›  Fixed syntax error in 4.4.0 that escaped
  • v4.4.0 Changes

    • ⚑️ Observer now supports render props, render and inject. See the updated readme. By ZiYingMai through #403
    • πŸ›  Fixed: NaN is now considered to be equal to NaN when doing reconciliation. Fixes #363, by Andrew Branch through #402
    • Improved typings of Observer component, by RafaΕ‚ Filipek through #376
    • πŸ›  Fixed incorrect generation of component name, by Andy Kogut through #368
    • ⬆️ Lot of internal repo upgrades: Test suite is now in Jest, Prettier is used etc.
  • v4.3.5 Changes

    πŸ›  Fixed some issues with the typescript typings. See for example #353

  • v4.3.4 Changes

    πŸ‘Œ Improved typescript typings, including support for strict mode in TS 2.6. Fixes

  • v4.3.3 Changes

    βž• Added support for React 16. (No changes)