Skip to content

v2.0.0

Choose a tag to compare

@richardgorman richardgorman released this 03 Jan 19:47

General

  • Removed the conductor-events package
  • Removed the conductor-helpers package

Conductor

  • Added Promise API
  • Added getCurrentRoute() to core package
  • Added transform option when registering route. This option will transform the route params and state on Route instantiation
  • Added SpringRoute (experimental)
  • Reworked Event API

React Conductor

  • Added transform prop to Route
  • Fix bug where Routes that were not direct children of Router were ignored