Skip to content

Releases: angular-wizard/angular-wizard

v1.1.1

Choose a tag to compare

@jacobscarter jacobscarter released this 07 Jun 23:55
  • Update README.md to expose $broadcasts the Wizard offers.

v1.1.0

Choose a tag to compare

@jacobscarter jacobscarter released this 07 Jun 17:51
  • Update README.md to explain Edit Mode.
  • Add wz-heading-title attribute to each step.

v1.0.2

Choose a tag to compare

@jacobscarter jacobscarter released this 06 Jun 23:39
  • Update README.md to update Repository URLs

v1.0.1

Choose a tag to compare

@jacobscarter jacobscarter released this 06 Jun 23:03
  • Update CDN instructions on README.md

v1.0.0

Choose a tag to compare

@jacobscarter jacobscarter released this 06 Jun 22:45
  • 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

Choose a tag to compare

@jacobscarter jacobscarter released this 22 Dec 20:02
  • Fix for Issue #210.
  • Newly enabled steps are set to complete.

v0.9.0

Choose a tag to compare

@jacobscarter jacobscarter released this 20 Sep 07:49
  • Fix for Issue #184.
  • Step title updates on change.

0.2.1

Choose a tag to compare

@mgonto mgonto released this 31 Jan 14:26
  • 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

Choose a tag to compare

@mgonto mgonto released this 30 Jan 05:08
  • 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

Choose a tag to compare

@mgonto mgonto released this 29 Jan 21:33

Readme updates