0.16.0
- RouterMixin now delegates state update to setRoutingState method if it's
available. - AsyncRouteRenderingMixin now provides implementation of setRoutingState
store pendingState update in router's state. - AsyncRouteRenderingMixin now provides hasPendingUpdate() which returns t
if router has active pendingState. This fixes #23. - Handler component is now instantiated during state update.