v6.0.0
6.0.0 (2018-06-17)
Bug Fixes
- ensure
isActive
re-computes correctly (e3e29d3)
Features
- expose array of step objects (ce6ffa9)
- expose step info in array (6dd485e)
- step context (f9bfdd0), closes #104
- support transitioning to a StepNode (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 likeember-composable-helpers
to get an array ofStepName
from the array ofStepNode