Sam Lichlyter
5489339a30
refactor(core): Replace "var" ( #8299 )
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
6 years ago
Alex Ivasyuv
5cfdf1a248
fix: handle undefined style properties in jsdom ( fix #7444 ) ( #8281 )
6 years ago
yongningfu
038ed86967
polish(compiler): remove the extra space of v-for alias ( #8233 )
6 years ago
Kael
bfd722bb5d
types: add refInFor to VNodeData ( #8229 )
6 years ago
Eduardo San Martin Morote
952ae33290
polish: warn when an existing property starting with $ is not pro… ( #8214 )
6 years ago
Eduardo San Martin Morote
496635e7c9
types: add model option to functional components ( #8212 )
Closes #8210
6 years ago
Zev Goldstein
bf2e2ed159
types: allow functional components to return multiple VNodes ( #8192 )
close #8191
6 years ago
Herrington Darkholme
46b8d2c59d
fix(server): use path.posix.join to generate public path ( #8177 )
fix #8167
6 years ago
Kevin Ball
ecac831691
fix(compiler): templates inside v-pre should be rendered to HTML ( #8146 )
close #8041
6 years ago
DongGyu Lee
61c32cc673
Fix: block unnecessary input event on input tag placeholder in IE ( #8140 )
6 years ago
Evan You
e9fc04ba50
test: fix assertion
6 years ago
Jovino Xu
aef2a5f3db
fix(compiler): maybeComponent should return true when "is" attribute exists ( #8114 )
close #8101
6 years ago
xudaashuai
f5b5b3c96f
chore: use template strings in config.js ( #8113 )
6 years ago
Eduardo San Martin Morote
ecc239e475
fix(for): use IE compatible regex in v-for regex ( #8048 )
Closes #7946
6 years ago
Yuhang Liu
1b69cbde74
refactor: add empty v-bind warning(re #7973 ) ( #7988 )
* refactor: add empty v-bind warnings
re #7973
* Update index.js
6 years ago
Eduardo San Martin Morote
db7287c23b
fix(shared): check dates in looseEqual ( #7940 )
Fix #7928
thanks to @w3cj for the initial version. This one is using getTime instead of toUTCString because it
is much faster to compare
6 years ago
Evan You
7597bb06e0
test: fix ssr tests
6 years ago
katashin
9d2f9a034f
fix(sfc): avoid deindent when pad option is specified ( #7647 )
6 years ago
Evan You
76fd45c9fd
build: upgrade eslint and use only non-stylistic rules
6 years ago
Evan You
980801c8a3
build: use terser instead of uglify
6 years ago
Evan You
eeb752f6b6
build: upgrade typescript
6 years ago
Evan You
52f9d3f492
build: upgrade webpack & karma
6 years ago
Evan You
b273bf7a95
build: upgrade rollup
6 years ago
Vikram Rangaraj
12e8efc2e7
workflow: upgraded to babel 7 ( #8948 )
6 years ago
Manoel
93d1f5f8d6
chore: add extension to .eslintrc ( #8904 )
6 years ago
宋铄运
265dd45778
refactor(class-util): cache whitespace regex ( #8743 )
6 years ago
JJJ
4f111f9225
refactor: empty function replace to noop ( #8791 )
6 years ago
Clark Du
390ff8ede8
refactor: add missing else in genNode ( #8600 )
6 years ago
宋铄运
88f687cb26
refactor(transition): replace nested closure with static ones ( #8547 )
6 years ago
Sagir Khan
af819a07dd
refactor(shared-utils): Improve readability and consistency in code comments ( #8529 )
Improvements that apply to all comments:
- Consistent use of periods
- Consistent use of commas
- Consistent capitalization
- Correct use of articles (a, an, the)
Improvements to specific comments:
- Correct pluralization in the description for helper functions
- Reword for clarity and break into shorter sentences the description
for `polyfillBind` function
- Reword for clarity the description for `genStaticKeys` function
- Add a previously missing description for `looseIndexOf` function
Fixes: https://github.com/vuejs/vue/issues/8528
6 years ago
sqal
5e912976c4
chore: update reference to already defined variable ( #8518 )
6 years ago
msrahman07
7ae1f4e0b5
chore: tweak description ( #8509 )
6 years ago
Evan You
19008ecd12
ci: use customized ci image
6 years ago
Kael
99a51b452f
fix(types): make VNodeDirective properties optional, fix #8013 ( #8003 )
6 years ago
李春
4dec3b52c9
chore: remove useless code ( #8002 )
6 years ago
HcySunYang
6e5909869c
refactor: set should return early if original def has getter but no setter ( #7981 )
6 years ago
Akitaka Oba
c356b29e32
chore: add placeholder to firebase example ( #7979 )
6 years ago
Evan You
16021f321c
chore: update suacelabs link
6 years ago
Shyam Chen
6514a37a5a
chore(readme): correct badge link ( #8729 )
6 years ago
Evan You
0737d11a14
chore: new sponsor
6 years ago
Evan You
e9888e2d51
chore: update backers
6 years ago
Evan You
704b22e853
chore: new sponsor
6 years ago
Spencer Davies
9d19f84d4e
docs(readme): grammar fix, extra 'the' ( #8887 )
6 years ago
Evan You
79cabadeac
chore: fix OpenCollective silver tier
6 years ago
Evan You
6b1d431a89
Revert "perf: avoid unnecessary re-renders when computed property value did not change ( #7824 )"
This reverts commit 653aac2c57
.
6 years ago
Evan You
2ae4e298f1
chore: lockfile maintenance
6 years ago
Evan You
2a057844fa
chore: update sponsor
6 years ago
katashin
a9eb198413
fix(types): relax the return type of props default option ( #8537 )
6 years ago
GU Yiling
1e1ce0cac7
fix: replace hardcoded .parentNode with abstract ops, fix #8713 ( #8714 )
6 years ago
Evan You
3b43c81216
chore: update sponsors
6 years ago