Skip to content

Commit c7bcf29

Browse files
committed
chore(release): 9.0.0
1 parent f9a9c28 commit c7bcf29

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="9.0.0"></a>
6+
# [9.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0-beta.0...v9.0.0) (2019-06-19)
7+
8+
9+
### Chores
10+
11+
* remove activation hooks ([aa2f10d](https://github.com/alexlafroscia/ember-steps/commit/aa2f10d)), closes [#120](https://github.com/alexlafroscia/ember-steps/issues/120) [#129](https://github.com/alexlafroscia/ember-steps/issues/129)
12+
13+
14+
### Features
15+
16+
* one-way-bind the `currentStep` property ([72efb43](https://github.com/alexlafroscia/ember-steps/commit/72efb43))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* `onActivate` and `onDeactivate` should instead be called by `did-insert` or `will-destroy` on element inside the step definition.
22+
* `currentStep` no longer updates the value passed in; it is a one-way bi7nding from
23+
the context down to the component. If you need to bind a value to the `currentStep`, you can use
24+
`onTransition` and the `mut` helper.
25+
26+
Co-authored-by: Lou Greenwood <[email protected]>
27+
28+
29+
530
<a name="9.0.0-beta.0"></a>
631
# [9.0.0-beta.0](https://github.com/alexlafroscia/ember-steps/compare/v8.0.2...v9.0.0-beta.0) (2019-05-10)
732

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-steps",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0",
44
"description": "Super Simple Series of Steps",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)