Evan You
9c01684762
build: release 2.5.11
7 years ago
Evan You
36efc76256
build: build 2.5.11
7 years ago
Evan You
3f0c628e2c
fix: avoid unnecessary lowercase coersion in component name validation
close #7237
7 years ago
Evan You
90ed48224e
refactor: move prop rule validation to util/options.js
7 years ago
Alexander Sokolov
d02bb37efb
feat: warn misspelled keys on prop validation object ( #7198 )
7 years ago
Evan You
14f7015578
test: fix ssr test due to webpack asset emit order change
7 years ago
Evan You
531371b818
types: upgrade flow
7 years ago
Evan You
4e00688e4a
build: update dev dependencies
7 years ago
Evan You
a5924a5336
build: release 2.5.10
7 years ago
Evan You
711aaf71bb
build: build 2.5.10
7 years ago
Evan You
8936b8d9c1
fix(ssr): properly handle errors in async component
fix #6778
7 years ago
Evan You
86e4d7566e
test: add test case for #7223
7 years ago
Felix Bünemann
73a89bf9e5
fix(ssr): fix double escaping of ssrNode attribute values ( #7224 )
This fixes a double escaping of attribute values in the SSR optimizing
compiler by unescaping the value in `genAttrSegment` because literal
attribute values get escaped early during `processAttrs` before it is
known, if this attribute will be optimized to an _ssrNode string template,
which is escaped as well, causing the double escape.
fix #7223
7 years ago
laoxiong
023f171f58
fix(core): warn duplicate keys in all cases ( #7200 )
close #7199
7 years ago
Evan You
644274cbd3
fix: more consistent component naming warnings across the API
close #7212
7 years ago
Guillaume Chau
bd4819e6cf
fix: data() should be called with vm as first argument in mixins
fix #7191
7 years ago
Evan You
6eccd8e433
chore: update backers
7 years ago
Evan You
904d9c9a81
test: fix weex test case
7 years ago
Evan You
5875c7c490
fix: revert shared static tree cache to avoid memory leak
revert f0a66c5
fix #7184
7 years ago
Hanks
0da8bced77
fix(weex): send createFinish signal after root component mounted ( #7154 )
7 years ago
Evan You
7166c4e875
chore: update sponsors
7 years ago
狼族小狈
a6bf97d73a
chore: tweak logo alt in README.md ( #7156 )
7 years ago
Evan You
60da366a26
fix: should not update in-focus input value with lazy modifier
fix #7153
7 years ago
Evan You
7e46683470
refactor: simplify internal component creation
7 years ago
Evan You
f5ce6b50cf
fix(v-for): support array and nested destructuring in v-for
7 years ago
Evan You
d4e0c3ef24
build: release 2.5.9
7 years ago
Evan You
55a719c93a
build: build 2.5.9
7 years ago
Evan You
c865836add
build: tweak release script to generate note before tagging
7 years ago
Evan You
1c1621d96f
chore: fix flow
7 years ago
Evan You
0f7c443dca
fix: block unnecessary input event on textarea placeholder in IE
close #7138
7 years ago
Zen
d2e1d49c41
fix(types): use object and string instead of Object and String ( #7126 )
7 years ago
Herrington Darkholme
a71e653108
fix(types): bump ts version and fix typing bugs ( #7135 )
7 years ago
Evan You
8b43c81ed4
ci: bump transition unit test duration
7 years ago
Evan You
aa8262540a
fix: fix v-for iterator parsing destructuring + parens without index
7 years ago
Evan You
14e99086c0
fix(types): add missing ssr renderToString signature
7 years ago
Robert Martin
df37292f77
chore: fix comment typo ( #7113 )
Random find :)
7 years ago
Evan You
70fb68b0b0
chore: fix comment typo
7 years ago
Evan You
dd21eacc33
fix: fix async component resolving in sibling mounted hook
fix #7107
7 years ago
Evan You
604e081d04
fix: ensure functionalContext is cloned during slot clones
fix #7106
7 years ago
Evan You
3932a451a1
fix(keep-alive): should not destroy active instance when pruning cache
fix #7105
7 years ago
Evan You
f93c1585f9
chore: fix BACKERS.md opencollective links
7 years ago
Evan You
fcc122931b
fix(types): improve and test bundleRenderer.renderToString Promise types
7 years ago
Slee Woo
3554eb2726
fix(types): add Promise signature for bundleRenderer.renderToString ( #7098 )
* Make callback optional when providing context
Otherwise TypeScript compiler complains about `not assignable to parameter of type 'RenderCallback'`
* Update index.d.ts
7 years ago
Evan You
b0bbcbd152
build: release 2.5.8
7 years ago
Evan You
0fdeae7290
build: build 2.5.8
7 years ago
Evan You
ebcef58645
fix: fix v-for alias deconstruct regression
fix #7096
7 years ago
Evan You
f9f74231a2
build: release 2.5.7
7 years ago
Evan You
c0d03ab127
build: build 2.5.7
7 years ago
Evan You
d891cd1761
fix: improve error detector v-for identifier check
close #6971
7 years ago
Evan You
c264335fbd
feat: feat: add warning for ambiguous combined usage of slot-scope and v-for
close #6817
7 years ago