2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-09 13:12:24 +03:00

Commit Graph

  • 7659658540 Merge remote-tracking branch 'origin/master' cristijora 2017-05-28 22:40:41 +03:00
  • e636da4825 Add files to package.json cristijora 2017-05-28 22:40:33 +03:00
  • 56ff8d1aff Update README.md Cristi Jora 2017-05-28 13:49:56 +03:00
  • e30a89a888 Add playground demos cristijora 2017-05-28 13:47:57 +03:00
  • 5bf2760bcb Add Documentation link in readme cristijora 2017-05-28 13:09:44 +03:00
  • d0ff3cddb8 Add Documentation cristijora 2017-05-28 13:08:25 +03:00
  • d1ae2628b8 Update README.md Cristi Jora 2017-05-28 13:03:06 +03:00
  • 9c8609b812 Update README.md Cristi Jora 2017-05-28 13:01:41 +03:00
  • e225525eaa Merge remote-tracking branch 'origin/master' cristijora 2017-05-27 12:37:18 +03:00
  • cee7caa4a7 Remove scoped styles cristijora 2017-05-27 12:37:09 +03:00
  • 05763cf58a Update README.md Cristi Jora 2017-05-27 12:27:20 +03:00
  • 2b0167ff29 #10, #12 Do not validate on back button Watch route changes (browser back and forward) cristijora 2017-05-27 12:12:36 +03:00
  • 184e36abf7 #9 Rename icon class cristijora 2017-05-25 20:53:58 +03:00
  • 66c38f7900 #9, #11 Change css to contain more specific class names cristijora 2017-05-25 09:13:25 +03:00
  • 91b985377e Scoped styling for wizard cristijora 2017-05-21 17:54:04 +03:00
  • 89324749c2 0.3.0 cristijora 2017-05-06 14:31:07 +03:00
  • 6109d43328 Add sample unit test v0.3.0 cristijora 2017-05-04 22:38:34 +03:00
  • 1aed1da7ab Add startIndex prop validation cristijora 2017-05-04 21:53:22 +03:00
  • 3a535eeade #6 Get rid of bootstrap css Nest styles under vue-form-wizard class to not affect global styles Reduce css bundle size cristijora 2017-05-03 22:58:43 +03:00
  • 4b04365cbf 0.2.2 cristijora 2017-04-27 19:55:10 +03:00
  • 90c493901c Fix readme (global registration typo) cristijora 2017-04-27 19:54:54 +03:00
  • 0d5350a635 0.2.1 cristijora 2017-04-26 22:33:46 +03:00
  • a4e4100fbf Merge remote-tracking branch 'origin/master' cristijora 2017-04-26 22:33:38 +03:00
  • e61fc0f867 bump version cristijora 2017-04-26 22:33:30 +03:00
  • af6c944b69 0.1.7 cristijora 2017-04-26 22:32:01 +03:00
  • 4cb24656bb Update README.md 0.2 0.1.6 Cristi Jora 2017-04-26 22:07:41 +03:00
  • ec69e7b5f3 Update README.md Cristi Jora 2017-04-26 22:07:14 +03:00
  • a5263816bf Add dist files cristijora 2017-04-26 21:57:11 +03:00
  • 49ab0f4548 #4 Add support for error messages when doing async before change Add color styles when before-change fails cristijora 2017-04-26 21:56:25 +03:00
  • 6cc79f9766 Rename assets folder cristijora 2017-04-26 20:53:12 +03:00
  • 509bda1a57 Merge branch 'master' of https://github.com/cristijora/vue-form-wizard cristijora 2017-04-26 20:52:11 +03:00
  • 8729d31fa3 Update README.md Cristi Jora 2017-04-26 20:40:03 +03:00
  • c31794d91f Update README.md Cristi Jora 2017-04-26 20:38:36 +03:00
  • f58ab89971 Update README.md Cristi Jora 2017-04-26 17:24:41 +03:00
  • 8ed6616767 Update README.md Cristi Jora 2017-04-25 13:53:38 +03:00
  • d611fdea45 Update README.md Cristi Jora 2017-04-25 13:47:21 +03:00
  • 7e6d3e6e7b Update README.md Cristi Jora 2017-04-24 23:25:39 +03:00
  • 84b1d740b3 Add build file and yarn.lock cristi 2017-04-24 23:02:19 +03:00
  • 4a9655edd3 Add vue-router to dev deps Revert router integration due to wrong merge cristi 2017-04-24 22:57:57 +03:00
  • 4f29fb639d Merge pull request #2 from cristijora/1-async-validation Cristi Jora 2017-04-24 22:40:02 +03:00
  • e893461956 Final touches for async validations cristi 2017-04-24 22:38:26 +03:00
  • be0ea72f8b Code cleanup Renamed validated event to on-validate Add before-change function execution on last step cristi 2017-04-24 22:33:55 +03:00
  • f2b6af4eee Move example to dev-example folder Remove watcher from FormWizard component to avoid double beforeChange trigger Code cleanup cristi 2017-04-23 22:45:19 +03:00
  • 7c39f53908 Add dist files cristi 2017-04-23 17:05:06 +03:00
  • 1a9e86c9c1 #1 Handle promise based before-change functions. cristi 2017-04-23 17:02:01 +03:00
  • a16c4051fe #1 Modify beforeTabChange to support promises (wip) cristi 2017-04-22 11:58:58 +03:00
  • e6ef6a1f2a 0.1.12 cristijora 2017-04-20 11:08:27 +03:00
  • a4075175ca Update README.md with vue-router example Cristi Jora 2017-04-20 11:07:32 +03:00
  • e3cda5a502 Support vue-router integration cristijora 2017-04-20 10:36:46 +03:00
  • e8537463ff 0.1.11 0.1.11 cristijora 2017-04-19 21:08:25 +03:00
  • 4be373b9b8 Merge branch 'master' of https://github.com/cristijora/vue-tab-wizard cristijora 2017-04-19 21:06:50 +03:00
  • 279f067165 0.1.10 cristijora 2017-04-19 21:05:46 +03:00
  • 5a546c6c09 0.1.9 cristijora 2017-04-19 21:05:06 +03:00
  • 340d4ac3c9 Update README.md Cristi Jora 2017-04-19 00:05:48 +03:00
  • 435ee42616 Reduce css size in half Move dev example to dev folder cristijora 2017-04-18 21:10:45 +03:00
  • cb6a9dde62 Update README.md Cristi Jora 2017-04-18 15:39:45 +03:00
  • b532580277 Merge remote-tracking branch 'origin/master' cristian.jora 2017-04-18 14:54:19 +03:00
  • 2058291a89 Add yarn.lock and .gitattributes cristian.jora 2017-04-18 14:52:30 +03:00
  • d2cbecddbb Add yarn.lock and .gitattributes cristian.jora 2017-04-18 14:52:30 +03:00
  • da5e81a830 0.1.8 cristian.jora 2017-04-18 12:22:17 +03:00
  • e6e28340c5 Merge branch 'master' of https://github.com/cristijora/vue-form-wizard cristian.jora 2017-04-18 12:22:09 +03:00
  • 27dba19ebb Update README.md Cristi Jora 2017-04-18 12:28:58 +03:00
  • 54d11c6625 Update README.md Cristi Jora 2017-04-18 10:10:00 +03:00
  • de67707641 Update README.md Cristi Jora 2017-04-18 10:08:05 +03:00
  • 404eab94c1 0.1.7 cristian.jora 2017-04-18 09:21:56 +03:00
  • 3b720ba881 0.1.6 cristian.jora 2017-04-18 09:21:02 +03:00
  • 59ddd55051 Change main entry point cristian.jora 2017-04-18 09:20:19 +03:00
  • 732d612747 0.1.6 cristi 2017-04-18 02:37:43 +03:00
  • c6c43e56a5 Bump version 0.1.7 cristi 2017-04-18 02:37:11 +03:00
  • 93030c9aad 0.1.1 cristi 2017-04-18 02:36:08 +03:00
  • 7da9a208d2 Add git repo to package.json cristi 2017-04-18 02:35:52 +03:00
  • 769f3322f1 Add homepage to package.json cristi 2017-04-18 02:28:27 +03:00
  • 48609939b0 1.0.3 cristi 2017-04-18 02:25:12 +03:00
  • dfdd45b88f Merge branch 'master' of https://github.com/cristijora/vue-tab-wizard cristi 2017-04-18 02:24:24 +03:00
  • 31c094b08d 1.0.2 cristi 2017-04-18 02:07:40 +03:00
  • d37e6ada8c Merge branch 'master' of https://github.com/cristijora/vue-tab-wizard cristi 2017-04-18 02:07:33 +03:00
  • ea5b7fab42 1.0.1 cristi 2017-04-18 02:06:08 +03:00
  • a09ec3251d Update README.md Cristi Jora 2017-04-18 01:24:10 +03:00
  • a4eecd1346 Update README.md Cristi Jora 2017-04-18 01:05:43 +03:00
  • ee55310579 Rename to form-wizard cristi 2017-04-18 01:57:33 +03:00
  • f9c2a7bfbe 0.1.3 cristi 2017-04-18 01:32:42 +03:00
  • fe24dccbf5 Merge remote-tracking branch 'origin/master' cristi 2017-04-18 01:31:29 +03:00
  • 19db7dc669 update README cristi 2017-04-18 01:31:19 +03:00
  • 3ed7a05460 0.1.2 cristi 2017-04-18 01:13:24 +03:00
  • d56e9bfca5 Update README.md 0.1.2 Cristi Jora 2017-04-18 00:24:57 +03:00
  • 5daee96daa Revert webpack build configuration Add new js build cristi 2017-04-18 01:13:09 +03:00
  • a9c53c85c8 Merge remote-tracking branch 'origin/master' cristi 2017-04-18 01:09:52 +03:00
  • cf2184063d Progress percentage calculation fix cristi 2017-04-18 01:09:41 +03:00
  • 78fddba4da Update README.md Cristi Jora 2017-04-17 23:53:07 +03:00
  • 15f990257d Update README.md Cristi Jora 2017-04-17 23:52:50 +03:00
  • 1fc30dde2b update README.md code highlight cristi 2017-04-18 00:44:19 +03:00
  • 6a354bb926 0.1.1 cristi 2017-04-18 00:42:49 +03:00
  • 73a48075d3 Readme update Npm publish preps cristi 2017-04-18 00:42:14 +03:00
  • ed78d90237 Merge remote-tracking branch 'origin/master' cristijora 2017-04-17 22:42:21 +03:00
  • d0c3d63f24 Adjust button styling to match overall wizard style cristijora 2017-04-17 22:42:09 +03:00
  • 4b16f5cc87 Update README.md Cristi Jora 2017-04-17 15:32:34 +03:00
  • 61be21fd88 Update README.md Cristi Jora 2017-04-17 15:30:49 +03:00
  • a3fbc8c5c9 Update README.md Cristi Jora 2017-04-17 15:29:53 +03:00
  • 6b93aa433c Add custom bootstrap build with buttons, progress bar and nav cristijora 2017-04-17 15:15:00 +03:00
  • 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) cristijora 2017-04-17 13:49:26 +03:00