Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.2 KB

0.10.0 (2016-12-22)

Updates

  • Fix for Issue #210.
  • Newly enabled steps are set to complete.

0.9.0 (2016-09-19)

Updates

  • Fix for Issue #184.
  • Step title updates on change.

0.8.0 (2016-09-12)

Updates

  • wizard-order: the wizard-order attribute affects the order in which the steps should be in. If no order or duplicated order it will add the step to the end.

0.7.1 (2016-09-07)

Updates

  • indicators-position: the indicators-position attribute has been added to wizard directive to allow you to specify "top" or "bottom" for defualt step positions.
  • Created $destroy event that remove steps from wizard for wizards built using ng-repeat for step creation
  • Wrapped goTo method in $timeout to fix bug where step recently enabled weren't being seen by getEnabledSteps

0.6.1 (2015-12-31)

Updates

  • wz-title: the title attribute has been changed to wz-title. Examples in README have been updated.