Skip to content

v2.0.0

Compare
Choose a tag to compare
@LeonardoGentile LeonardoGentile released this 15 Jun 16:15

<a name"2.0.0">

2.0.0 (2017-06-15)

Bug Fixes

  • Package.json: Update dependencies for dev (fab441c5)
  • RouteView: RouteView does not use routerStore prop anymore when an explicit route is not pa (9b87a308)
  • routeNode: Remove shouldComponentUpdate from internal use of routeNode. Inject activeRoute (1329c52e)

Features

  • Route Component:
    • Route Component pass route to generated child (not route.params) (6a69534e)
    • Add Route Component to find and render a component (078f5103)

Breaking Changes

  • BREAKING: the injected active route is now called activeRoute (non-observable)
    instead of route

(1329c52e)

  • BREAKING: always pass an explicit route prop to RouteView, the routerStore prop
    won't be used anymore.

(9b87a308)

  • previousRoute no longer passed

(d001e2be)