-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9a9c28
commit c7bcf29
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,31 @@ | |
|
||
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. | ||
|
||
<a name="9.0.0"></a> | ||
# [9.0.0](https://github.com/alexlafroscia/ember-steps/compare/v9.0.0-beta.0...v9.0.0) (2019-06-19) | ||
|
||
|
||
### Chores | ||
|
||
* 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) | ||
|
||
|
||
### Features | ||
|
||
* one-way-bind the `currentStep` property ([72efb43](https://github.com/alexlafroscia/ember-steps/commit/72efb43)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `onActivate` and `onDeactivate` should instead be called by `did-insert` or `will-destroy` on element inside the step definition. | ||
* `currentStep` no longer updates the value passed in; it is a one-way bi7nding from | ||
the context down to the component. If you need to bind a value to the `currentStep`, you can use | ||
`onTransition` and the `mut` helper. | ||
|
||
Co-authored-by: Lou Greenwood <[email protected]> | ||
|
||
|
||
|
||
<a name="9.0.0-beta.0"></a> | ||
# [9.0.0-beta.0](https://github.com/alexlafroscia/ember-steps/compare/v8.0.2...v9.0.0-beta.0) (2019-05-10) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters