Vue Form Wizard Versions Save

Vue.js 2 wizard

v0.8.4

6 years ago

Patches

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

v0.8.2

6 years ago

Patches

  • Update docs typo: d41b9693466c4f75c8aa8858bfd7d1ddbb6bb822
  • Before change type bug fixed: 7e41fcb08d6ac1e836b543fe70950071b0f8998f
  • Merge pull request #146 from Capellan29/master: 198323db5d454923c4e6ed21ff2fe46b97fb52b3
  • Added new demos to readme Animated steps with lottie Animate css animations

v0.8.1

6 years ago

Patches

  • Add method to reset wizard Closes #101: 8fe072fda86fd696c0b054d005602b5eaf6d5980
  • #101 Add test to reset wizard: 8187580fc79b9ed520c6234be1e2d3545e8c8859
  • Add more tests for 80+% coverage: 5692936722ba671920227767778d56e7186cdc09
  • #114 Provide unique ids for steps and tabs without spaces: d11b5ed9cf0c609cf916e8dec1afe2fb2e0f7812
  • Add method to activate all steps Add unit tests for router exampples Closes #113: 220745ad061c348a4ed43d02163b88c21c1819d0

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

6 years ago

Minor Changes

  • Add additionalInfo prop to TabContent Closes #100: 9cf6ade15be42761be3ae23b16fd699d8547142b
  • Add typescript definitions Closes #79: deb06b03bfddb2a92a75991d708af16841e17e8d

Patches

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

v0.7.1

6 years ago

Fixes

  • Add explicit button type to button component: 013dee79f9f5600746f72331639808329fb472f0

Docs

  • #57 Update scoped slot usage in docs Add compatibility notes: 204009a6b4e4f6827f6a42d92d29f0e7d7b88908
  • Add animations example with css transitions. Related to #56

Internals

  • Migrate tests to vue-test-utils: 9d568edff4ffe653a199f640b2f324c8b5b513e9
  • Simplify some unit tests Get rid of useless nextticks: d08ebe2af79b8e95cf23901b0f5d7c80a8cc5479
  • Bump file-loader from 0.10.1 to 1.1.5: f6775f273370d6ec83d5efcb440e1ce5e0e1fe2b
  • Bump sinon-chai from 2.13.0 to 2.14.0: f5259a4a4896372305af4259c8269d1e4a2f97a4
  • Bump selenium-server from 3.5.3 to 3.7.1: c27639509333ea75ae4223e8370296f1d537e59d
  • Bump mocha from 3.5.0 to 4.0.1: 78d8040e059eeda7c9586292edb51cc69949987d
  • Bump chai from 3.5.0 to 4.1.2: a5122a9869c2dc0270e87209a271499be078aa62

v0.7.0

6 years ago

Minor Changes

  • #46 WAI-ARIA Add keyboard support for steps/buttons: e38b12502be4767e50e5bc4270288d1bb346c937
  • Fix demo bug: 77391456b23a7dcee65f8c3354d455098c658b6b
  • #46 Handle keyboard navigation the same way as clicking on steps: 1e6aa85bd978efa5daa82be16230228c2a7ae6d6
  • #22 Initial support for vertical tabs: 0cdc0485d80d66d7ec02c5c7290608943fda4604

Patches

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

v0.6.6

6 years ago

Patches

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

v0.6.5

6 years ago

Patches

  • Update slots section in docs: 218d38f7cb8d0236e8ba7fa705ff2ec5170b8e59
  • #39 Support sizing step indicators: d7b39624d32e5f39064fe89a3a176ba5473d99fe
  • #40 Change on-change event so it triggers only when tabs are actually changed: 1545883ac44e556bf8d43297e1de97e29f536c5c
  • #40 Support sync modifier for start-index: dda21654000330854ce07bb451d665babfcc96c8
  • Add basic unit tests with avoriaz: 8351c622a74850147f578d6c0fc2ceebbefb348f
  • Update docs: c150631910487b8dcca917b91077074a71d2d684

v0.6.4

6 years ago

Patches

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

v0.6.3

6 years ago

Patches

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