2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-01 15:54:03 +03:00
Commit Graph

355 Commits

Author SHA1 Message Date
Cristi Jora bd22ce1cb9 Merge pull request #161 from jvb93/more-event-hooks
Added afterTabChange functionality
2018-01-13 15:08:05 +02:00
JVB 7276fcdc52 I had mistakenly missed a function call. 2018-01-12 11:25:09 -08:00
JVB d49807b27e added unit test 2018-01-12 11:00:59 -08:00
JVB 0fd7bc158d removed errant console.log 2018-01-12 10:34:40 -08:00
JVB 606138a55b added afterTabChange functionality 2018-01-12 10:31:07 -08:00
cristij 4113999718 Build 2017-12-29 16:28:05 +02:00
cristij 22a5ba0df7 0.8.2 v0.8.2 2017-12-29 16:27:14 +02:00
Cristi Jora 198323db5d Merge pull request #146 from Capellan29/master
tabContent type bug fixed
2017-12-29 16:23:18 +02:00
Erique Capellan 7e41fcb08d before change type bug fixed 2017-12-29 10:11:49 -04:00
Cristi Jora daed4728a3 Update README.md 2017-12-19 14:29:00 +02:00
Cristi Jora aacc229fe6 Merge pull request #76 from cristijora/dependabot/yarn/babel-loader-7.1.2
Bump babel-loader from 6.4.1 to 7.1.2
2017-12-19 12:50:52 +02:00
Cristi Jora c7479bc7c4 Merge pull request #80 from cristijora/dependabot/yarn/extract-text-webpack-plugin-3.0.2
Bump extract-text-webpack-plugin from 2.1.2 to 3.0.2
2017-12-19 12:50:39 +02:00
Cristi Jora 4fbe81418c Merge pull request #126 from cristijora/dependabot/npm_and_yarn/autoprefixer-7.2.2
Bump autoprefixer from 7.2.1 to 7.2.2
2017-12-19 12:50:28 +02:00
Cristi Jora 3bcb8b814a Merge pull request #123 from cristijora/dependabot/npm_and_yarn/nightwatch-0.9.19
Bump nightwatch from 0.9.16 to 0.9.19
2017-12-19 12:50:00 +02:00
Cristi Jora b24530c54c Merge pull request #124 from cristijora/dependabot/npm_and_yarn/webpack-hot-middleware-2.21.0
Bump webpack-hot-middleware from 2.18.2 to 2.21.0
2017-12-19 12:49:45 +02:00
Cristi Jora 1c660f479c Merge pull request #127 from cristijora/dependabot/npm_and_yarn/webpack-3.10.0
Bump webpack from 3.9.1 to 3.10.0
2017-12-19 12:49:34 +02:00
Cristi Jora 604bfa7d77 Merge pull request #133 from cristijora/dependabot/npm_and_yarn/karma-webpack-2.0.9
Bump karma-webpack from 2.0.6 to 2.0.9
2017-12-19 12:49:22 +02:00
Cristi Jora d556583ad5 Merge pull request #131 from cristijora/dependabot/npm_and_yarn/vue-loader-13.6.0
Bump vue-loader from 13.5.0 to 13.6.0
2017-12-19 12:48:38 +02:00
dependabot[bot] 93a754c6d0 Bump karma-webpack from 2.0.6 to 2.0.9
Bumps [karma-webpack](https://github.com/webpack/karma-webpack) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/webpack/karma-webpack/releases)
- [Changelog](https://github.com/webpack-contrib/karma-webpack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/karma-webpack/compare/v2.0.6...v2.0.9)
2017-12-18 08:01:49 +00:00
dependabot[bot] f778fa08eb Bump vue-loader from 13.5.0 to 13.6.0
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 13.5.0 to 13.6.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Commits](https://github.com/vuejs/vue-loader/compare/v13.5.0...v13.6.0)
2017-12-18 08:01:40 +00:00
dependabot[bot] 2a15fbe1a0 Bump webpack from 3.9.1 to 3.10.0
Bumps [webpack](https://github.com/webpack/webpack) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/webpack/webpack/releases/tag/v3.10.0)
- [Commits](https://github.com/webpack/webpack/compare/v3.9.1...v3.10.0)
2017-12-11 07:26:40 +00:00
dependabot[bot] 7b0335cf0f Bump autoprefixer from 7.2.1 to 7.2.2
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/postcss/autoprefixer/releases/tag/7.2.2)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/7.2.1...7.2.2)
2017-12-11 07:26:29 +00:00
dependabot[bot] bf13f01626 Bump webpack-hot-middleware from 2.18.2 to 2.21.0
Bumps [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) from 2.18.2 to 2.21.0.
- [Commits](https://github.com/glenjamin/webpack-hot-middleware/compare/v2.18.2...v2.21.0)
2017-12-11 07:26:11 +00:00
dependabot[bot] 109fd9cf17 Bump nightwatch from 0.9.16 to 0.9.19
Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 0.9.16 to 0.9.19.
- [Commits](https://github.com/nightwatchjs/nightwatch/compare/v0.9.16...v0.9.19)
2017-12-11 07:26:00 +00:00
Cristi Jora ad52db62f8 Update README.md 2017-12-04 12:18:48 +02:00
Cristi Jora 54a48e5f12 Update README.md 2017-12-04 12:18:27 +02:00
dependabot[bot] f40858b352 Bump babel-loader from 6.4.1 to 7.1.2
Bumps [babel-loader](https://github.com/babel/babel-loader) from 6.4.1 to 7.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases?after=v8.0.0-beta.0)
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v6.4.1...v7.1.2)
2017-12-04 07:55:04 +00:00
Cristi Jora 0141a1fb73 Merge pull request #117 from cristijora/dependabot/yarn/lolex-2.3.1
Bump lolex from 1.6.0 to 2.3.1
2017-12-04 09:54:53 +02:00
Cristi Jora ccb32ff558 Merge pull request #120 from cristijora/dependabot/yarn/autoprefixer-7.2.1
Bump autoprefixer from 7.1.6 to 7.2.1
2017-12-04 09:54:46 +02:00
Cristi Jora 4438befb58 Merge pull request #115 from cristijora/dependabot/yarn/babel-eslint-8.0.3
Bump babel-eslint from 8.0.2 to 8.0.3
2017-12-04 09:54:33 +02:00
Cristi Jora cad5e9eaa4 Merge pull request #116 from cristijora/dependabot/yarn/selenium-server-3.8.1
Bump selenium-server from 3.7.1 to 3.8.1
2017-12-04 09:54:25 +02:00
Cristi Jora 885cb57a70 Merge pull request #118 from cristijora/dependabot/yarn/webpack-3.9.1
Bump webpack from 3.8.1 to 3.9.1
2017-12-04 09:54:16 +02:00
dependabot[bot] 9c64008240 chore(dependencies): Bump autoprefixer from 7.1.6 to 7.2.1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 7.1.6 to 7.2.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/7.1.6...7.2.1)
2017-12-04 07:23:42 +00:00
dependabot[bot] e228d6ade9 chore(dependencies): Bump webpack from 3.8.1 to 3.9.1
Bumps [webpack](https://github.com/webpack/webpack) from 3.8.1 to 3.9.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v3.8.1...v3.9.1)
2017-12-04 07:23:33 +00:00
dependabot[bot] 092d05d117 chore(dependencies): Bump lolex from 1.6.0 to 2.3.1
Bumps [lolex](https://github.com/sinonjs/lolex) from 1.6.0 to 2.3.1.
- [Changelog](https://github.com/sinonjs/lolex/blob/master/History.md)
- [Commits](https://github.com/sinonjs/lolex/compare/v1.6.0...v2.3.1)
2017-12-04 07:23:27 +00:00
dependabot[bot] 6772ec3e90 chore(dependencies): Bump selenium-server from 3.7.1 to 3.8.1
Bumps [selenium-server](https://github.com/eugeneware/selenium-server) from 3.7.1 to 3.8.1.
- [Commits](https://github.com/eugeneware/selenium-server/commits)
2017-12-04 07:23:23 +00:00
dependabot[bot] 20bc22201f chore(dependencies): Bump babel-eslint from 8.0.2 to 8.0.3
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.0.2 to 8.0.3.
- [Commits](https://github.com/babel/babel-eslint/compare/v8.0.2...v8.0.3)
2017-12-04 07:23:19 +00:00
Cristi Jora 424445ef1d Update README.md 2017-11-28 18:31:33 +02:00
cristijora d41b969346 Update docs typo 2017-11-28 18:22:42 +02:00
cristijora 3a126c6cc2 Update docs 2017-11-28 18:21:29 +02:00
cristijora ed6644eb0a 0.8.1 v0.8.1 2017-11-28 17:59:22 +02:00
cristijora d0439c2982 Build 2017-11-28 17:58:39 +02:00
cristijora 220745ad06 Add method to activate all steps
Add unit tests for router exampples
Closes #113
2017-11-28 17:57:49 +02:00
cristijora 6bf4d4beeb Build 2017-11-28 17:11:40 +02:00
cristijora 9c9c23d011 Merge remote-tracking branch 'origin/master' 2017-11-28 17:11:21 +02:00
cristijora d11b5ed9cf #114 Provide unique ids for steps and tabs without spaces 2017-11-28 17:11:10 +02:00
Cristi Jora 9a6b141315 Merge pull request #110 from cristijora/dependabot/yarn/css-loader-0.28.7
Bump css-loader from 0.26.4 to 0.28.7
2017-11-27 21:25:34 +02:00
Cristi Jora 0a313e6307 Update README.md 2017-11-27 21:23:40 +02:00
cristijora 407ee9769f Add karma polyfill 2017-11-27 21:22:30 +02:00
cristijora eb852316a6 Dependency updates 2017-11-27 21:16:05 +02:00