Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

v0.8.1

Compare
Choose a tag to compare
@cristijora cristijora released this 28 Nov 16:03

Patches

  • Add method to reset wizard Closes #101: 8fe072f
  • #101 Add test to reset wizard: 8187580
  • Add more tests for 80+% coverage: 5692936
  • #114 Provide unique ids for steps and tabs without spaces: d11b5ed
  • Add method to activate all steps Add unit tests for router exampples Closes #113: 220745a

New methods available via ref

  • reset -> this.$refs.wizard.reset() Will reset the wizard to the initial state
  • activateAll -> this.$refs.wizard.activateAll() will activate all steps as if the user went through all steps already. Note that this does not trigger any validation methods.