Skip to content

Commit f92d648

Browse files
chore(release): 6.0.0
<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') ```
1 parent dd78803 commit f92d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-steps",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Super Simple Series of Steps",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)