This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Releases: BinarCode/vue-form-wizard
Releases · BinarCode/vue-form-wizard
v0.8.4
v0.8.2
Patches
- Update docs typo: d41b969
- Before change type bug fixed: 7e41fcb
- Merge pull request #146 from Capellan29/master: 198323d
- Added new demos to readme Animated steps with lottie Animate css animations
v0.8.1
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
v0.7.1
Fixes
- Add explicit button type to button component: 013dee7
Docs
- #57 Update scoped slot usage in docs Add compatibility notes: 204009a
- Add animations example with css transitions. Related to #56
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