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

Changelog History
Page 8

  • v3.5.8 Changes

    • ๐Ÿ›  Fixed issue where props where not passed properly to components in very rare cases. Also fixed #115
  • v3.5.7 Changes

    • ๐Ÿ›  Bundles are no longer minified, fixes #127
  • v3.5.6 Changes

    • Export propTypes as PropTypes, like React (@andykog, ##117)
  • v3.5.5 Changes

    • ๐Ÿšš Removed experimental status of inject / Provider. Official feature now.
    • ๐Ÿ›  Fixed hot-reloading issue, #101
  • v3.5.4 Changes

    • ๐Ÿ‘€ Introduced wrappedInstance by @rossipedia on inject decorated HOC's, see https://github.com/mobxjs/mobx-react/pull/90/
    • ๐Ÿ‘€ print warnings when assign values to propTypes, defaultProps, or contextTypes of a HOC. (by @jtraub, see https://github.com/mobxjs/mobx-react/pull/88/)
    • Static properties are now hoisted to HoC components when, #92
    • ๐Ÿ”€ If inject is used incombination with a function, the object return from the function will now be merged into the nextProps instead of replacing them, #80
    • ๐Ÿ›  Always do propType checking untracked, partially fixes #56, #305
  • v3.5.3 Changes

    • ๐Ÿ›  Fixed error Cannot read property 'renderReporter' of undefined (#96)
  • v3.5.2 Changes

    • Added propTypes.observableArrayOf and propTypes.arrayOrObservableArrayOf (#91)
  • v3.5.1 Changes

    • ๐Ÿ›  Fixed regression #85, changes caused by the constructor results in inconsistent rendering (N.B.: that is un-idiomatic React usage and React will warn about this!)
  • v3.5.0 Changes

    • Introduced inject("store1", "store2")(component) as alternative syntax to inject stores. Should address #77, #70
    • Introduced the wrappedComponent property on injected higher order components, addresses #70, #72
    • ๐Ÿ›  Fixed #76: error when no stores are provided through context
    • Added typings for devTools related features (@benjamingr).
    • ๐Ÿ’Ž Added MobX specific propTypes (@mattruby)
    • ๐Ÿ”€ Merged #44, fixes #73: don't re-render if component was somehow unmounted
  • v3.4.0 Changes

    • ๐Ÿ‘ Introduced Provider / context support (#53 / MobX #300)
    • ๐Ÿ›  Fixed issues when using devtools with IE. #66 (By @pvasek)