Releases: aboeglin/react-router-v4-transition
Releases · aboeglin/react-router-v4-transition
v0.1.5
CHANGELOG:
- adds support for parallel transitions : entering and leaving transition may occur at the same time
- adds tests for parallel feature
- AnimatedSwitch was renamed in TransitionSwitch
- TransitionSwitch is mostly rewritten and doesn't depend on react-transition-group anymore
BUG FIXES:
- components inside a don't generate an error anymore when omitting to implement one of the hooks
- route change results in a switch, even when no transition hook is implemeted at all
v0.1.3: Fix a bug in AnimatedSwitch (#3)
First release
NB: this version will most likely see its API and Components modified heavily in the near future.