Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v0.12.6

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 23 May 14:01
· 1171 commits to master since this release

Internal Changes

  • get() and toPath() wrapped to maintain compatibility with all versions of Lodash 4.x
  • import shallowCompare from 'react/lib/shallowCompare'; - using internal instead of external dependency to maintain compatibility with React 0.14.x and React 15.x
  • getFieldFromState fixes, thanks to @spalger: #216