All Versions
107
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 5
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 usecomponentWillMount
hook internally, so that it can be used inStrictMode
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 ascomponentByNodeRegistry
as well, please update consumers, the mispelled version will be dropped in the next major. Fixes #421 - π Deprecated the support for the
inject
property onObserver
, it is fundamentally broken and should not be used. Useinject
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 customshouldComponentUpdate
implementation. Fixes #417
- π Added support for React 16.3, including support for the
-
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
- π Fixed issue with mobx-react not compiling on react-native due to the presence of a
-
v4.4.1 Changes
- π Fixed syntax error in 4.4.0 that escaped
-
v4.4.0 Changes
- β‘οΈ
Observer
now supports render props,render
andinject
. See the updated readme. By ZiYingMai through #403 - π Fixed:
NaN
is now considered to be equal toNaN
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)