Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

v1.4.0 (2018-04-12)

Compare
Choose a tag to compare
@fionawhim fionawhim released this 13 Apr 13:50
· 6 commits to master since this release
760d1c5

v1.4.0 (2018-04-12):

Dependency upgrades! No new features.

  • Changes our componentWillUpdate call to componentDidUpdate to eliminate a
    React 16.3 StrictMode warning
  • Migration to react-transition-group v2
  • Switches from lodash 3 to lodash 4
  • Changes demo to use React 16.3

There still are StrictMode warnings due to react-transition-group still using
the older APIs.