Evan You
|
23a22cbb44
support slots in functional components
|
hace 10 años |
Evan You
|
154e17abae
support binding DOM properties with .prop modifier and :: shorthand
|
hace 10 años |
Evan You
|
472b8975ed
adjust scheduler: call user watchers before component updates
|
hace 10 años |
Evan You
|
27c221b430
ensure leaving transitions are up-to-date for dynamic transitions
|
hace 10 años |
Evan You
|
d94f113893
fix incorrect unknown element warning (fix #3296)
|
hace 10 años |
Evan You
|
ea9c6c37c3
support v-on .native modifier on components
|
hace 10 años |
Evan You
|
7a5028cae8
fix codegen import
|
hace 10 años |
Evan You
|
2e7a792308
remove parser pre/post transforms (not used)
|
hace 10 años |
Evan You
|
1e0e4a4ab2
move codegen into sub directory
|
hace 10 años |
Evan You
|
8d89d58309
preserve actual component props
|
hace 10 años |
Evan You
|
69ecdcb05e
rename vnode.data.props -> domProps
|
hace 10 años |
Evan You
|
b46baac8bb
always update abstract components
|
hace 10 años |
Evan You
|
1bb7830824
call pending enterCb before move
|
hace 10 años |
Evan You
|
270e468086
ensure moveCb only gets called on transform complete
|
hace 10 años |
Evan You
|
a4d63a1d73
adjust transition-group pending move callback execution timing
|
hace 10 años |
Evan You
|
bd583371ec
[release] 2.0.0-beta.2
|
hace 10 años |
Evan You
|
5ef712e21d
[build] 2.0.0-beta.2
|
hace 10 años |
Evan You
|
593cf3929e
fix move test case
|
hace 10 años |
Evan You
|
6f7ec7f04d
add computed property ssr test case
|
hace 10 años |
Evan You
|
e6871a33c1
update flow annotations
|
hace 10 años |
Evan You
|
2732fec59e
tweak error handling
|
hace 10 años |
Evan You
|
93fb4df3c4
position transition guard properly to fix e2e modal test case
|
hace 10 años |
Evan You
|
d867b9e2e4
test observed vnode data warning
|
hace 10 años |
Evan You
|
819e3ce495
avoid calling duplicate enter/leave when already in transition (fix #3252)
|
hace 10 años |
Evan You
|
f0aef7556b
warn observed vnode data + handle in place mutations for vdom modules (ref #3276)
|
hace 10 años |
Evan You
|
e6dcd2157e
better infinite loop warning
|
hace 10 años |
Evan You
|
bff94f3120
include local tag in keep-alive cache key (fix #3269)
|
hace 10 años |
Evan You
|
5660052255
revert todomvc example (need to pass e2e)
|
hace 10 años |
Evan You
|
6f4601ceeb
test transition-group
|
hace 10 años |
Evan You
|
b8c3b5ae74
todomvc example: pre-initialize state before mounting app
|
hace 10 años |