Skip to content

Releases: PygmySlowLoris/vue-stepper

1.4.2

Choose a tag to compare

@Edujugon Edujugon released this 09 Feb 16:15

New translations

  • Swedish

1.4.1

Choose a tag to compare

@Edujugon Edujugon released this 16 Dec 11:30

New translations

  • Dutch

1.4.0

Choose a tag to compare

@Edujugon Edujugon released this 28 Sep 09:23

Feature

Reset functionality

1.3.2

Choose a tag to compare

@Edujugon Edujugon released this 20 Sep 14:34

New translations

  • Arabic

1.3.1

Choose a tag to compare

@Edujugon Edujugon released this 05 Aug 11:54

New translation

  • Russian

1.2.1

Choose a tag to compare

@Edujugon Edujugon released this 08 Jun 08:14

Add Chinese language #9

1.0.10

Choose a tag to compare

@hazzo hazzo released this 10 Nov 09:16

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

Choose a tag to compare

@hazzo hazzo released this 17 Oct 08:26

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

Choose a tag to compare

@hazzo hazzo released this 10 Oct 08:10

Feature

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

1.0.4

Choose a tag to compare

@hazzo hazzo released this 03 Oct 11:09

First release!

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