Skip to content

Latest commit

 

History

History
157 lines (86 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

157 lines (86 loc) · 6.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

10.0.1 (2021-05-26)

Bug Fixes

  • use (has-block) instead of (hasBlock) per RFC #689 (cf3fa6a)

10.0.0 (2020-06-12)

⚠ BREAKING CHANGES

  • The Step component is now yielded as w.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+)

Bug Fixes

9.0.0 (2019-06-19)

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 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]

9.0.0-beta.0 (2019-05-10)

Bug Fixes

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

Code Refactoring

BREAKING CHANGES

  • 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)

Bug Fixes

  • avoid resetting the step manager on any attribute changes (569991a)

8.0.1 (2019-02-28)

Chores

  • removes inheritance from EmberObject from StepNode (c4f8e8)

8.0.0 (2019-01-22)

Chores

  • deps: externalize ember-native-class-polyfill (904cd97)

BREAKING CHANGES

  • deps: For Ember 3.4 and 3.5 compatibility, you must install ember-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)

Chores

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 of ember-cli-typescript

6.1.3 (2018-12-04)

6.1.2 (2018-11-04)

Bug Fixes

  • add action hooks when current step property changes (1ddda66)
  • add compatibility with Ember 3.6+ (3523a4c)

5.0.1 (2018-04-21)

Bug Fixes

  • Allow string, name, or symbol step names (2615f9e), closes #103

5.0.0 (2018-04-19)

5.0.0-beta.2 (2018-04-18)

Bug Fixes

  • Fix TypeScript compilation errors (c11bbb7)
  • Simplify step addition/removal logic (9535dfe)

Features

  • Step manager now handles removal (14f3e50)

5.0.0-beta.1 (2018-04-04)

Features

  • Rewritten in TypeScript (a94e9a)

BREAKING CHANGES

  • Drop support for Ember 2.12 (191403)