All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
10.0.1 (2021-05-26)
10.0.0 (2020-06-12)
- The
Step
component is now yielded asw.Step
, using the capitalization to denote the fact that the thing being yielded is a component - This addon now requires an Octane-compatible version of Ember (3.13+)
9.0.0 (2019-06-19)
- one-way-bind the
currentStep
property (72efb43)
onActivate
andonDeactivate
should instead be called bydid-insert
orwill-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 thecurrentStep
, you can useonTransition
and themut
helper.
Co-authored-by: Lou Greenwood [email protected]
9.0.0-beta.0 (2019-05-10)
- eslint ignore node_modules (7c35d33)
- fastboot testing (cc8b36c)
- move
ember-decorators-polyfill
todependencies
(7dc7857)
- remove TypeScript (5652e28)
- Package no longer provides TypeScript definitions for components. This is unlikely to actually be a breaking change for anyone, but it is better to err on the safe side.
8.0.2 (2019-03-15)
- avoid resetting the step manager on any attribute changes (569991a)
8.0.1 (2019-02-28)
- removes inheritance from EmberObject from StepNode (c4f8e8)
8.0.0 (2019-01-22)
- deps: externalize
ember-native-class-polyfill
(904cd97)
- deps: For Ember
3.4
and3.5
compatibility, you must installember-native-class-polyfill
in your application. This was previously brought in as a dependency, but should not be supplied by the host app.
7.0.0 (2018-12-30)
- deps: upgrade to
[email protected]
(0c919c4)
- deps: Increased the minimum supported version of Ember to
3.4.0
to align with what native Classes are well-supported by at this time. This was necessary to fix a number of issues that arose with the upgraded version ofember-cli-typescript
6.1.3 (2018-12-04)
6.1.2 (2018-11-04)
- add action hooks when current step property changes (1ddda66)
- add compatibility with Ember 3.6+ (3523a4c)
5.0.1 (2018-04-21)
5.0.0 (2018-04-19)
5.0.0-beta.2 (2018-04-18)
- Step manager now handles removal (14f3e50)
5.0.0-beta.1 (2018-04-04)
- Rewritten in TypeScript (a94e9a)
- Drop support for Ember 2.12 (191403)