2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-17 07:49:36 +03:00

31 Commits

Author SHA1 Message Date
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
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 a5263816bf Add dist files 2017-04-26 21:57:11 +03:00
cristi 84b1d740b3 Add build file and yarn.lock 2017-04-24 23:02:19 +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 7c39f53908 Add dist files 2017-04-23 17:05:06 +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
cristi 5daee96daa Revert webpack build configuration
Add new js build
2017-04-18 01:13:09 +03:00
cristijora d0c3d63f24 Adjust button styling to match overall wizard style 2017-04-17 22:42:09 +03:00
cristijora 6b93aa433c Add custom bootstrap build with buttons, progress bar and nav 2017-04-17 15:15:00 +03:00
cristijora 1088e57362 Support shape types (circle, square and simple tabs)
Support any kind of icons and display numbers if icons are not provided
Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
2017-04-17 13:49:26 +03:00
cristijora 57c0c7fbb6 Full color customization
Css cleanup (reduce css size in half)
2017-04-16 18:18:15 +03:00
cristijora 25b2c548a6 Remove tab content padding
Build files
2017-04-16 13:31:16 +03:00
cristijora 8712b32331 Fix dist example 2017-04-16 13:24:35 +03:00
cristijora 3410412fec Support tab icons 2017-04-16 13:22:04 +03:00
cristijora 7cc9c5aef4 Provide dist builds (js && css) 2017-04-16 13:05:09 +03:00