Skip to content

v2.1.0

Compare
Choose a tag to compare
@Monar Monar released this 01 Jan 22:33
· 19 commits to master since this release

Change peerDependency limit

  • With only string values in updateOnProps and updateOnStates no longer immutable@4 is required.

Version v2.0.1 introduced minimal immutable version to >= 4, with this release this limitation is removed. Now everything will work exactly the same way in react-immutable-pure-component@1 with immutable@<4. In case when value other then string is in updateOnProps or updateOnStates the TypeError will be thrown.

Nothing changes regarding new 'path api' for immutable >= 4