You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a name="6.0.0"></a>
# [6.0.0](v5.0.2...v6.0.0) (2018-06-17)
### Bug Fixes
* ensure `isActive` re-computes correctly ([e3e29d3](e3e29d3))
### Features
* expose array of step objects ([ce6ffa9](ce6ffa9))
* expose step info in array ([6dd485e](6dd485e))
* step context ([f9bfdd0](f9bfdd0)), closes [#104](#104)
* support transitioning to a StepNode ([7253914](7253914))
### 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`
```hbs
(map-by w.steps 'name')
```
0 commit comments