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

Releases: BinarCode/vue-form-wizard

v0.8.4

21 Feb 22:24
Compare
Choose a tag to compare

Patches

  • Added afterTabChange functionality: 606138a
  • Merge pull request #161 from jvb93/more-event-hooks: bd22ce1

v0.8.2

29 Dec 14:38
Compare
Choose a tag to compare

Patches

v0.8.1

28 Nov 16:03
Compare
Choose a tag to compare

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.

v0.8.0

22 Nov 17:04
Compare
Choose a tag to compare

Minor Changes

  • Add additionalInfo prop to TabContent Closes #100: 9cf6ade
  • Add typescript definitions Closes #79: deb06b0

Patches

  • Use provide/inject to register tabs for layout flexibility: a8d1f61

v0.7.1

15 Nov 15:29
Compare
Choose a tag to compare

Fixes

  • Add explicit button type to button component: 013dee7

Docs

Internals

  • Migrate tests to vue-test-utils: 9d568ed
  • Simplify some unit tests Get rid of useless nextticks: d08ebe2
  • Bump file-loader from 0.10.1 to 1.1.5: f6775f2
  • Bump sinon-chai from 2.13.0 to 2.14.0: f5259a4
  • Bump selenium-server from 3.5.3 to 3.7.1: c276395
  • Bump mocha from 3.5.0 to 4.0.1: 78d8040
  • Bump chai from 3.5.0 to 4.1.2: a5122a9

v0.7.0

01 Oct 08:02
Compare
Choose a tag to compare

Minor Changes

  • #46 WAI-ARIA Add keyboard support for steps/buttons: e38b125
  • Fix demo bug: 7739145
  • #46 Handle keyboard navigation the same way as clicking on steps: 1e6aa85
  • #22 Initial support for vertical tabs: 0cdc048

Patches

  • #46 Fix pointer cursor showing on not visited steps: 72dc9f7

v0.6.6

11 Sep 16:12
Compare
Choose a tag to compare

Patches

  • #45 Add scoped slot support for tab-content: 8e37cfa
  • #41, #42 Add jsfiddle examples for generating steps with component and vuelidate integration: 577eb6f

v0.6.5

05 Sep 19:22
Compare
Choose a tag to compare

Patches

  • Update slots section in docs: 218d38f
  • #39 Support sizing step indicators: d7b3962
  • #40 Change on-change event so it triggers only when tabs are actually changed: 1545883
  • #40 Support sync modifier for start-index: dda2165
  • Add basic unit tests with avoriaz: 8351c62
  • Update docs: c150631

v0.6.4

28 Aug 17:34
Compare
Choose a tag to compare

Patches

  • #37 Validate all steps when going more than one step: 899b8ab
  • Add form-generator dev example: ce4aaba
  • #27 Emit on-complete on nextTab method upon last step: 3c75843
  • #27 Add slots for custom-buttons: d9c9b1e

v0.6.3

06 Aug 19:23
Compare
Choose a tag to compare

Patches

  • Remove z-index parameters from default styles: 69eaf18
  • Fix #28 Error to activate tab in destroyed hook: f369fde