Evan You
24bde02e5b
fix ssrNode children normalization
8 years ago
Evan You
bdd3f5d05d
handle template tags
8 years ago
Evan You
03e95d772d
tweak genIf
8 years ago
Evan You
5339426ff6
optimize class rendering
8 years ago
Evan You
9084e8582c
use cached escape
8 years ago
Evan You
5519c5beb0
handle styles
8 years ago
Evan You
c0b9b6d830
use cheaper escape
8 years ago
Evan You
36bdf48550
handle dynamic class
8 years ago
Evan You
60cf3b8e00
progress
8 years ago
Evan You
f63505948c
handle v-html/v-text
8 years ago
Evan You
fdb60065af
avoid generating empty ssrNode
8 years ago
Evan You
7cf1e654a6
fix root node optimizability
8 years ago
Evan You
9fbca0dc79
remove unused, fix type
8 years ago
Evan You
5b58526a52
it actually works
8 years ago
Evan You
8efa3a2b22
it renders!
8 years ago
Evan You
08f843f201
progress
8 years ago
Evan You
852ae102d4
progress
8 years ago
Sébastien Chopin
ebca266d10
fix: prefetch should not have `as` attribute ( #5683 )
8 years ago
Evan You
85e24b3b31
progress
8 years ago
laoxiong
34bc14e767
improve:readability of updateChildren ( #5670 )
8 years ago
Tim Benniks
3cda98a541
Added picture to isHTMLTag map ( #5675 )
This change will make sure the below error is not seen while unit testing components using <picture> in their template.
[Vue warn]: Unknown custom element: <picture> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
8 years ago
Evan You
a00e4d3cbf
progress
8 years ago
Evan You
26953f5cac
add semis to flow decls for better syntax highlighting
8 years ago
Evan You
303780acd2
make function compilation reusable
8 years ago
Evan You
4461b4c399
rename entries
8 years ago
Evan You
af12d3ff7f
progress
8 years ago
Evan You
579653a6ac
refactor codegen: pass state via arguments
8 years ago
Evan You
7694c85564
fix static tree optimization for v-else(-if) conditions
8 years ago
Evan You
da1db7af31
experiment
8 years ago
gaara
0b2f11036d
fix typo ( #5667 )
8 years ago
Maciej Kasprzyk
d6bd667e1a
Warn when component option should be an object, but is not ( #5605 ) ( #5642 )
* warn when component should be an object, but is not
* remarks
* remarks
* remarks
* rename to checkOptionType and guard production
* typo
* Update state.js
* Update test-object-option.js
8 years ago
Melvin Lee
92d61922e9
Add TypeScript definition for ssrContext ( #5654 )
8 years ago
Evan You
8c34f225a0
update backers
8 years ago
AchillesJ
e3ffa109b3
make vm.$watch api consistent with watch option ( #5645 )
8 years ago
Evan You
8d56a498f3
[release] 2.3.3
8 years ago
Evan You
6bdaeb0444
[build] 2.3.3
8 years ago
chengchao
aaad7334d9
improve scoped slot test case ( #5640 )
8 years ago
Evan You
e70f191b56
no need to test composition events on Android
8 years ago
Evan You
38759a6957
fix test case in IE
8 years ago
Evan You
8d54aecdd0
async components: timeout should not trigger if already resolved ( fix #5635 )
8 years ago
Evan You
3139605bb1
ignore ssr getter
8 years ago
Evan You
0ccefff794
support v-for on scoped slots ( fix #5615 )
8 years ago
Evan You
dc00590bc5
comments
8 years ago
Evan You
ec70b44c28
tweak noramlizeArrayChildren
8 years ago
laoxiong
f2bd882073
Fix: nested child elements can not be updated correctly, fix #5618 ( #5627 )
* fix:nested elements can not be updated correctly
* add tests
* ensure nestedIndex is always passed down
8 years ago
pengchongfu
5d965d5b3b
clone `isComment` when cloneVNode ( #5633 )
8 years ago
chengchao
b5b1ac373a
improve mutli-line `&&` coding style to keep consistence ( #5625 )
8 years ago
狼族小狈
1c40e32706
Fix use mixin API feat continuous operation ( #5610 )
* Update use.js
fix:use feat continuous operation
* Update mixin.js
fix:mixin feat continuous operation
8 years ago
Evan You
ca02043194
avoid using native as identifier ( close #5623 )
8 years ago
Eduardo San Martin Morote
d52a4991bd
Prevent unecessary input trigger with v-model ( #5589 )
* Prevent unecessary input trigger with v-model
Fix #5586
* Add test for compositionend on v-model + @input
* [skip ci] Rename tests for compositionend
8 years ago