Skip to content

Releases: aboeglin/react-router-v4-transition

v0.1.5

13 Jul 11:54
Compare
Choose a tag to compare

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)

13 Jul 12:31
Compare
Choose a tag to compare

First release

NB: this version will most likely see its API and Components modified heavily in the near future.