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

Changelog History
Page 2

  • v6.1.5 Changes

    January 13, 2020
    • ๐Ÿ›  Added check if process.env is available, fixes #801 through #812 by @ynejati
    • โš  Added warning if component's render method is accidentally overwritten. #799 by @Venryx. Helps prevent memory leaks as in: #797
  • v6.1.4 Changes

    October 14, 2019
  • v6.1.3

    August 09, 2019
  • v6.1.2 Changes

    August 08, 2019
    • Add reexport of useObserver from mobx-react-lite #734
    • Add the ability to pass multiple children to Provider
    • ๐Ÿ›  Fixed #717. Now inject works correctly with components that use React.forwardRef
    • Observer checks for use of React.memo #720
    • Get rid of the redundant Injector wrapper #716
  • v6.1.1 Changes

    June 19, 2019
    • ๐Ÿ›  Fixed issue where combining @disposeOnUnmount with disposeOnUnmount didn't clean up everything. Fixes #666 trough #671 by @JabX
  • v6.1.0 Changes

    June 19, 2019
    • ๐Ÿ‘€ Restored the classic implementation of observer: class based components are patched again, rather than wrapping them in <Observer>, see #703. Fixes:
      • componentDidUpdate not being triggered after a reactive render #692
      • The appearance of an additional <Observer> component in the component tree, which complicates shallow testing #699
      • Some regressions in disposeOnUnmount #702
      • Note that dev tool support, and other constraints mentioned in the 6.0.0 release notes have not been restored.
    • The function useStaticRendering(value: boolean): void from mobx-react-lite is now exposed
  • v6.0.4 Changes

    June 18, 2019
    • ๐Ÿ›  Fixed IE 11 compatibility which was accidentally broken. Fixes #698
  • v6.0.3 Changes

    June 04, 2019
    • ๐Ÿ›  disposeOnUnmount now supports initializing it with an array of disposers. Fixes #637 through #641 by @Amareis
    • ๐Ÿ›  Fixed hoisting of statically declared members. Fixes #678 through #682 by @meabed
  • v6.0.2 Changes

    May 30, 2019
    • ๐Ÿ›  Added missing types for MobXProviderContext, useLocalStore and useAsObservableSource. Fixes #679.
  • v6.0.1

    May 30, 2019