Commit ad2de3b
authored
1.2.1 - Bugfix release (#1052)
* re-merge (#1045)
* Reference dev script in start script instead of copy pasting (#894)
Less duplication FTW.
* add version tag to config/index.js
* stick to ES5
this file is not transpiled
* Bumping Vue+VueRouter versions, some minor fixes. (#986)
* switch hello-world tag to PascalCase (#951)
* fix Es6 code issue.
This file is not transpiled, so we should stick to ES5
* Fix bug in dev-server when a proxyTable entry is a string (#965)
`options` can not be a `const` because it is modified if value is a string.
* Fix casing
* Revert 9befbfc
* update to vue and vue-router latest version (#984)
- vue 2.5
- vue-router 3.0
* Fix missing dependency bumps (#987)
* switch hello-world tag to PascalCase (#951)
* fix Es6 code issue.
This file is not transpiled, so we should stick to ES5
* Fix bug in dev-server when a proxyTable entry is a string (#965)
`options` can not be a `const` because it is modified if value is a string.
* Fix casing
* Revert 9befbfc
* update to vue and vue-router latest version (#984)
- vue 2.5
- vue-router 3.0
* fix missing dependency updates for
* vue-template compiler
* vue-loader
* bump version string
* Fix Unknown plugin istanbul error when no unit test (#785)
* Fix Unknown plugin istanbul error when no unit test
* simplify handlebars conditionals.
* Revert "Fix Unknown plugin istanbul error when no unit test (#785)" (#1035)
This reverts commit 14f2a92.
* Remove unnecessary whitespaces (#1047)
* fix(jest): fix Jest coverage directory (#1046)
Explicitly set the coverage directory to match Karma and .gitignore
* Fix typos and formatting (#1048)
* re-add postcss-loader
was mistakenly removed during merge of #824
* bumb version string in config
* bumb version string in config in package.json1 parent d1b903a commit ad2de3b
3 files changed
+11
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments