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

127 Commits

Author SHA1 Message Date
Cristi Jora 56ff8d1aff Update README.md 2017-05-28 13:49:56 +03:00
cristijora e30a89a888 Add playground demos 2017-05-28 13:47:57 +03:00
cristijora 5bf2760bcb Add Documentation link in readme 2017-05-28 13:09:44 +03:00
cristijora d0ff3cddb8 Add Documentation 2017-05-28 13:08:25 +03:00
Cristi Jora d1ae2628b8 Update README.md 2017-05-28 13:03:06 +03:00
Cristi Jora 9c8609b812 Update README.md 2017-05-28 13:01:41 +03:00
cristijora e225525eaa Merge remote-tracking branch 'origin/master' 2017-05-27 12:37:18 +03:00
cristijora cee7caa4a7 Remove scoped styles 2017-05-27 12:37:09 +03:00
Cristi Jora 05763cf58a Update README.md 2017-05-27 12:27:20 +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 89324749c2 0.3.0 2017-05-06 14:31:07 +03:00
cristijora 6109d43328 Add sample unit test v0.3.0 2017-05-04 22:38:34 +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 4b04365cbf 0.2.2 2017-04-27 19:55:10 +03:00
cristijora 90c493901c Fix readme (global registration typo) 2017-04-27 19:54:54 +03:00
cristijora 0d5350a635 0.2.1 2017-04-26 22:33:46 +03:00
cristijora a4e4100fbf Merge remote-tracking branch 'origin/master' 2017-04-26 22:33:38 +03:00
cristijora e61fc0f867 bump version 2017-04-26 22:33:30 +03:00
cristijora af6c944b69 0.1.7 2017-04-26 22:32:01 +03:00
Cristi Jora 4cb24656bb Update README.md 0.2 0.1.6 2017-04-26 22:07:41 +03:00
Cristi Jora ec69e7b5f3 Update README.md 2017-04-26 22:07:14 +03:00
cristijora a5263816bf Add dist files 2017-04-26 21:57:11 +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
cristijora 509bda1a57 Merge branch 'master' of https://github.com/cristijora/vue-form-wizard
# Conflicts:
#	package.json
2017-04-26 20:52:11 +03:00
Cristi Jora 8729d31fa3 Update README.md 2017-04-26 20:40:03 +03:00
Cristi Jora c31794d91f Update README.md 2017-04-26 20:38:36 +03:00
Cristi Jora f58ab89971 Update README.md 2017-04-26 17:24:41 +03:00
Cristi Jora 8ed6616767 Update README.md 2017-04-25 13:53:38 +03:00
Cristi Jora d611fdea45 Update README.md 2017-04-25 13:47:21 +03:00
Cristi Jora 7e6d3e6e7b Update README.md 2017-04-24 23:25:39 +03:00
cristi 84b1d740b3 Add build file and yarn.lock 2017-04-24 23:02:19 +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 Jora 4f29fb639d Merge pull request #2 from cristijora/1-async-validation
1 async validation
2017-04-24 22:40:02 +03:00
cristi e893461956 Final touches for async validations 2017-04-24 22:38:26 +03:00
cristi be0ea72f8b Code cleanup
Renamed validated event to on-validate
Add before-change function execution on last step
2017-04-24 22:33:55 +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 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
cristijora e6ef6a1f2a 0.1.12 2017-04-20 11:08:27 +03:00
Cristi Jora a4075175ca Update README.md with vue-router example 2017-04-20 11:07:32 +03:00
cristijora e3cda5a502 Support vue-router integration 2017-04-20 10:36:46 +03:00
cristijora e8537463ff 0.1.11 0.1.11 2017-04-19 21:08:25 +03:00
cristijora 4be373b9b8 Merge branch 'master' of https://github.com/cristijora/vue-tab-wizard 2017-04-19 21:06:50 +03:00
cristijora 279f067165 0.1.10 2017-04-19 21:05:46 +03:00