react-router-component v0.33.0 Release Notes

    • Possibly breaking changes to callbacks:
      • onNavigation and onBeforeNavigation is now called on all routers.
        • This fixes #95
      • Arity change in callbacks: now (path, navigation, match) from (path, navigation).
        • The trailing match parameter was added to better track subrouter matches.
        • navigation will no longer contain a match attribute, which was a singleton and thus could not be unique when using multiple routers.