File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ akryum:vue@1.0.3
4
4
akryum:vue-apollo@0.0.6
5
5
akryum:vue-app@0.0.1
6
6
akryum:vue-coffee@0.0.2
7
- akryum:vue-component@0.5.3
7
+ akryum:vue-component@0.5.4
8
8
akryum:vue-component-dev-client@0.0.6
9
9
akryum:vue-component-dev-server@0.0.1
10
10
akryum:vue-i18n@0.0.3
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.4 - 2016/07/07
4
+
5
+ - Fixed [ Issue #41 ] ( https://github.com/Akryum/meteor-vue-component/issues/41 ) .
6
+
3
7
## 0.5.0 - 2016/06/28
4
8
5
9
- No longer requires component files to be named ` .global.vue ` outside the ` imports ` folder.
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'akryum:vue-component' ,
3
- version : '0.5.3 ' ,
3
+ version : '0.5.4 ' ,
4
4
summary : 'VueJS single-file components that hot-reloads' ,
5
5
git : 'https://github.com/Akryum/meteor-vue-component' ,
6
6
documentation : 'README.md'
Original file line number Diff line number Diff line change @@ -238,5 +238,5 @@ const jsImportsReg = /import\s+.+\s+from\s+.+;?\s*/g;
238
238
const jsExportDefaultReg = / e x p o r t \s + d e f a u l t / g;
239
239
const quoteReg = / ' / g;
240
240
const lineReg = / \r ? \n | \r / g;
241
- const tagReg = / < ( [ \w \d - ] + ) ( \s + .* ?) ? \/ ? > / ig;
241
+ const tagReg = / < ( [ \w \d - ] + ) ( ( \s + .* ?) * ) ? \/ ? > / ig;
242
242
const classAttrReg = / \s + c l a s s = ( [ ' " ] ) ( .* ?) \1/ gi;
You can’t perform that action at this time.
0 commit comments