2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-17 06:59:37 +03:00

18 Commits

Author SHA1 Message Date
cristijora f369fde5ad Fix #28 Error to activate tab in destroyed hook 2017-08-06 22:21:55 +03:00
cristijora 77a16bb350 Add slots to WizardStep 2017-07-31 21:57:23 +03:00
cristijora 81b69507f5 Bump vue version 2017-07-31 21:15:22 +03:00
cristijora 79be005226 #29 Extract wizard step into separate component and expose via scoped slot 2017-07-31 21:02:31 +03:00
cristijora 4dae5493ca #27 Expose footer content as a scoped slot 2017-07-31 20:18:27 +03:00
cristijora 062a69a03d Fix start-index issue 2017-07-13 00:17:22 +03:00
cristijora eef13cd4c3 Build 2017-07-03 19:12:17 +03:00
cristijora 66f3d542a9 #24 Add on-change event before any tab change 2017-07-02 10:43:30 +03:00
cristijora 45306e301d #12 Do not validate an previous step 2017-06-07 23:02:57 +03:00
cristijora a67fc7bc93 #12 Remove validations when going to a previous tab
Clear validation error upon tab navigation
2017-06-07 22:45:47 +03:00
cristijora 2f8dc613a5 #18 Handle dynamic tab updates 2017-06-07 22:30:14 +03:00
Wanderson Alves 8c712ac9cd hideButtons prop added 2017-05-30 21:17:24 -03:00
cristijora 2b0167ff29 #10, #12 Do not validate on back button
Watch route changes (browser back and forward)
2017-05-27 12:12:36 +03:00
cristijora 66c38f7900 #9, #11 Change css to contain more specific class names 2017-05-25 09:13:25 +03:00
cristijora 49ab0f4548 #4 Add support for error messages when doing async before change
Add color styles when before-change fails
2017-04-26 21:56:25 +03:00
cristi 4a9655edd3 Add vue-router to dev deps
Revert router integration due to wrong merge
2017-04-24 22:57:57 +03:00
cristi e893461956 Final touches for async validations 2017-04-24 22:38:26 +03:00
cristi f2b6af4eee Move example to dev-example folder
Remove watcher from FormWizard component to avoid double beforeChange trigger
Code cleanup
2017-04-23 22:45:19 +03:00