Skip to content

Releases: angular-wizard/angular-wizard

v1.1.1

07 Jun 23:55
Compare
Choose a tag to compare
  • Update README.md to expose $broadcasts the Wizard offers.

v1.1.0

07 Jun 17:51
Compare
Choose a tag to compare
  • Update README.md to explain Edit Mode.
  • Add wz-heading-title attribute to each step.

v1.0.2

06 Jun 23:39
Compare
Choose a tag to compare
  • Update README.md to update Repository URLs

v1.0.1

06 Jun 23:03
Compare
Choose a tag to compare
  • Update CDN instructions on README.md

v1.0.0

06 Jun 22:45
Compare
Choose a tag to compare
  • canExit and canEnter functions may now be strings.
  • setEditMode(mode) methoda added to wizard so a user can explicitly set the edit mode on a wizard.
  • Main files in bower.json no longer reference minified files.
  • Travis CI config files updated to allow CI automated testing to pass
  • npm package versions updated.

v0.10.0

22 Dec 20:02
Compare
Choose a tag to compare
  • Fix for Issue #210.
  • Newly enabled steps are set to complete.

v0.9.0

20 Sep 07:49
Compare
Choose a tag to compare
  • Fix for Issue #184.
  • Step title updates on change.

0.2.1

31 Jan 14:26
Compare
Choose a tag to compare
  • Removed $parse dependency. Changed it for $scope.$eval
  • Fixed bug when calling deleteWizard (Renamed to remove)

Thanks @tanepiper for the help on this release

0.2.0

30 Jan 05:08
Compare
Choose a tag to compare
  • Added namespace to all buttons on wizard. next, previous, finish and cancel are now wz-next, wz-previous, wz-finish and wz-cancel

0.1.1

29 Jan 21:33
Compare
Choose a tag to compare

Readme updates