Releases: PygmySlowLoris/vue-stepper
Releases · PygmySlowLoris/vue-stepper
1.4.0
Feature
Reset functionality
1.0.10
Feature
- Added
change-next
event to alter clickedNext
property of component #1 (Ex.: A promise triggered on watch of property and on response you can change again the value of clickedNext
to false
. This way you can force the watcher to be triggered again)
1.0.8
Changes
- Now on every next step the
canContinue
stepper variable will be set to false. So if you want to have a continue flow a can-continue
event with value: true
could be emitted on step component mount.
keep-alive
prop to prevent step components from being destroyed. By default it's set to true
.
1.0.6
Feature
- Now with
top-buttons
property next and back buttons will be displayed beside step icons for better user experience.
1.0.4
First release!
- Use custom components as content for steps
- Events triggered on each action
- Locale for buttons ('en', 'es' for now)