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

Changelog History
Page 1

  • v6.3.1 Changes

    Patch Changes

  • v6.3.0 Changes

    • โšก๏ธ Updated mobx-react-lite to 2.2.0 which removes the need to manually configure batching. Fixes #859
  • v6.2.4 Changes

    • โš  Fix error thrown in the already defined observer class component warning message when attempting to get the components display name. #887
  • v6.2.3 Changes

    • โš  Log warning if class component is already an observer to prevent memory leaks. #839
    • Fix disposeOnUnmount when using react-hot-loader. #725
  • v6.2.2 Changes

    April 08, 2020
    • ๐Ÿ— Observer batching imports are kept in production builds as side effects (see issue)
  • v6.2.1 Changes

    April 07, 2020
    • ๐Ÿ”ง Remove auto configured observer batching using react-dom. Fixes: #852.
  • v6.2.0 Changes

    April 06, 2020
    • โšก๏ธ Updated to latest mobx-react-lite V2 for compatibility with React.StrictMode.
    • ๐Ÿ‘€ Observer batching (see more in the docs).
    • Possibly breaking change, the dist/mobxreact.rn.module.js is no longer available, use dist/mobxreact.esm.js instead.
  • v6.1.8

    February 13, 2020
  • v6.1.7

    February 06, 2020
  • v6.1.6 Changes

    February 06, 2020
    • Fix an issue with class components & observableRequiresReaction. #806 through #829
    • ๐Ÿ— Use TSDX for building to mitigate issues with accessing process.env #821