Releases: kuy/redux-tower
Releases · kuy/redux-tower
v0.0.6
- Bugfix
- Now component respects
external
prop #48
v0.0.5
- New Features
- Introduce lazy redirections in route defs #23
v0.0.4
- Enhancements
- Define initial action instead of passing initial component #37
- Global cancel hook is now configured in the route definition #36
- Breaking Changes
- Both
cancel
and initial
options are removed from the router saga
v0.0.3
- New Features
- Support default error page #29
v0.0.2
- Breaking Changes
- Dispatching
CHANGE_COMPONENT
, PUSH
, and REPLACE
actions from entering hooks prevent a route action before running it