Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@mikaelbr mikaelbr released this 19 Oct 15:58
· 2 commits to master since this release
f543601

Thanks to @dpoindexter for helping out with this release.

Minor changes

  1. Adds compatability with React v16 (#136, thanks to @dpoindexter)
  2. Changes to use createClass package instead of React.createClass in lue with React 15.5 (#134)
  3. Adds ability to override default behavior of isEqalImmutable (see #133)
  4. Make component instantiation more general in order to support React 16 (see #137)

Internal Changes

  1. Changes build system to Webpack
  2. Changes from lodash.assign to object-assign as this is what react-create-class uses. (deduping)
  3. Removes lodash.pickBy, using own implementation instead. Reducing size.
  4. Setup vscode settings with recommended prettier plugin.
  5. Adds prettier precommit step.
  6. Changes from mocha to Jest
  7. Adds codecov integration.
  8. Bumps internal dependencies