@twreporter/velocity-react
Advanced tools
Changelog
v1.4.2 (2018-11-14):
Uses a <Transition>
element in test/server mode to keep react-dom from warning
about TransitionGroup’s props placed on HTML children.
Changelog
v1.4.1 (2018-04-17):
Fixes false children bug #240. (Thanks for the report, @tiffanytangt!)
Changelog
v1.4.0 (2018-04-12):
Dependency upgrades! No new features.
componentWillUpdate
call to componentDidUpdate
to eliminate a
React 16.3 StrictMode warningThere still are StrictMode warnings due to react-transition-group
still using
the older APIs.
Changelog
v1.3.3 (2017-05-19):
Fixes incorrect timer clearing. (Thanks, @dmeiz1)