Releases: angular-wizard/angular-wizard
Releases · angular-wizard/angular-wizard
v1.1.1
v1.1.0
- Update README.md to explain Edit Mode.
- Add
wz-heading-title
attribute to each step.
v1.0.2
- Update README.md to update Repository URLs
v1.0.1
- Update CDN instructions on README.md
v1.0.0
canExit
andcanEnter
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
v0.9.0
0.2.1
- Removed
$parse
dependency. Changed it for$scope.$eval
- Fixed bug when calling
deleteWizard
(Renamed to remove)
Thanks @tanepiper for the help on this release