Releases: alexlafroscia/ember-steps
Releases · alexlafroscia/ember-steps
Octane-ify
⚠ BREAKING CHANGES
- 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+)
K.I.S.S
Bug Fixes
- eslint ignore node_modules (7c35d33)
- fastboot testing (cc8b36c)
- move
ember-decorators-polyfill
todependencies
(7dc7857)
Chores
Features
- one-way-bind the
currentStep
property (72efb43)
BREAKING CHANGES
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 binding from the context down to the component. If you need to bind a value to thecurrentStep
, you can useonTransition
and themut
helper.- 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.
v8.0.2
v8.0.1
v8.0.0
v7.0.0
7.0.0 (2018-12-30)
Chores
- deps: upgrade to
[email protected]
(0c919c4)
BREAKING CHANGES
- 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