Skip to content

v6.0.0

Compare
Choose a tag to compare
@alexlafroscia alexlafroscia released this 17 Jun 17:34
· 694 commits to master since this release

6.0.0 (2018-06-17)

Bug Fixes

  • ensure isActive re-computes correctly (e3e29d3)

Features

BREAKING CHANGES

  • The exposed type of the steps array has changed, requiring a user to
    reach into that object to extract the name if they need to.
    Alternatively, they could use something like ember-composable-helpers
    to get an array of StepName from the array of StepNode
(map-by 'name' w.steps)