2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-29 20:04:03 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
cristijora 17cbb17b5d #15 Trigger back only on back button
Add media query for mobile < 350px
2017-06-04 11:54:58 +03:00
cristijora a065f91d53 #12 Remove active tab error on back button 2017-06-04 11:31:09 +03:00
Wanderson Alves 8c712ac9cd hideButtons prop added 2017-05-30 21:17:24 -03:00
cristijora cee7caa4a7 Remove scoped styles 2017-05-27 12:37:09 +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 184e36abf7 #9 Rename icon class 2017-05-25 20:53:58 +03:00
cristijora 66c38f7900 #9, #11 Change css to contain more specific class names 2017-05-25 09:13:25 +03:00
cristijora 91b985377e Scoped styling for wizard 2017-05-21 17:54:04 +03:00
cristijora 1aed1da7ab Add startIndex prop validation 2017-05-04 21:53:22 +03:00
cristijora 3a535eeade #6 Get rid of bootstrap css
Nest styles under vue-form-wizard class to not affect global styles
Reduce css bundle size
2017-05-03 22:58:43 +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
cristijora 6cc79f9766 Rename assets folder 2017-04-26 20:53:12 +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
cristi 1a9e86c9c1 #1 Handle promise based before-change functions. 2017-04-23 17:02:01 +03:00
cristi a16c4051fe #1 Modify beforeTabChange to support promises (wip) 2017-04-22 11:59:54 +03:00
cristi ee55310579 Rename to form-wizard 2017-04-18 01:57:33 +03:00