Skip to content

Releases: PygmySlowLoris/vue-stepper

1.4.2

09 Feb 16:15
Compare
Choose a tag to compare

New translations

  • Swedish

1.4.1

16 Dec 11:30
Compare
Choose a tag to compare

New translations

  • Dutch

1.4.0

28 Sep 09:23
Compare
Choose a tag to compare

Feature

Reset functionality

1.3.2

20 Sep 14:34
Compare
Choose a tag to compare

New translations

  • Arabic

1.3.1

05 Aug 11:54
Compare
Choose a tag to compare

New translation

  • Russian

1.2.1

08 Jun 08:14
Compare
Choose a tag to compare

Add Chinese language #9

1.0.10

10 Nov 09:16
Compare
Choose a tag to compare

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

17 Oct 08:26
Compare
Choose a tag to compare

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

10 Oct 08:10
Compare
Choose a tag to compare

Feature

  • Now with top-buttons property next and back buttons will be displayed beside step icons for better user experience.

1.0.4

03 Oct 11:09
Compare
Choose a tag to compare

First release!

  • Use custom components as content for steps
  • Events triggered on each action
  • Locale for buttons ('en', 'es' for now)