Skip to content

0.7.0

Compare
Choose a tag to compare
@STRML STRML released this 08 Dec 01:11
· 386 commits to master since this release
  • Router component now waits for async components (via react-async) before
    updating itself

  • remove Hash namespace, use hash prop instead:

    ...

  • RouterMixin now doesn't access this.props.children directly but instead gets
    routes via getRoutes() method

  • rework NavigatableMixin: add getPath(), navigate(path, cb), makeHref(path)
    methods, remove getRouter() method

  • add AsyncRouteRenderingMixin

  • add RouteRenderingMixin

  • Link components now generate valid href when instantiated inside contextual
    routers

  • Link components now accept global prop to create a link which is forced to
    operate outside of a local router's context