This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
v1.4.0 (2018-04-12)
v1.4.0 (2018-04-12):
Dependency upgrades! No new features.
- Changes our
componentWillUpdate
call tocomponentDidUpdate
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.