Skip to content

0.16.0

Compare
Choose a tag to compare
@STRML STRML released this 08 Dec 01:11
· 290 commits to master since this release
  • 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.