Skip to content

K.I.S.S

Compare
Choose a tag to compare
@alexlafroscia alexlafroscia released this 19 Jun 22:39
· 605 commits to master since this release

Bug Fixes

  • eslint ignore node_modules (7c35d33)
  • fastboot testing (cc8b36c)
  • move ember-decorators-polyfill to dependencies (7dc7857)

Chores

Features

  • one-way-bind the currentStep property (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 binding 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.
  • 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.