Evan You
|
d0afcd3cf9
|
fix domProps unset for v-html (fix #4107)
|
8 years ago |
peisong
|
9c91190b40
|
Fix typos. (#3956)
|
8 years ago |
Vincent Klaiber
|
463c9c9e08
|
Switch to https (#3864)
Replaced all http vuejs.org links with https instead.
|
8 years ago |
松鹤
|
575e810670
|
Optimization unit testing [vdom/patch/children] (#3733)
Optimization unit testing for vdom/patch/children.spec.js
|
8 years ago |
Evan You
|
1c4ca4bc08
|
fix lint
|
8 years ago |
Evan You
|
7a2c986722
|
relax SSR hydration match check to allow client populating empty parent nodes
|
8 years ago |
Evan You
|
014d2f8599
|
fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533)
|
8 years ago |
Evan You
|
18386c4cf4
|
fix static nodes optimization inside v-for (fix #3406)
|
8 years ago |
Evan You
|
fe801b16e4
|
wip: fix $parent after children change
|
8 years ago |
Evan You
|
b5b963f51d
|
wip: refactor children resolution (remove thunk mechanism)
|
8 years ago |
Evan You
|
5ed0c16b68
|
better hydration fail warnings
|
8 years ago |
Evan You
|
e1ab28c8c6
|
improve coverage
|
8 years ago |
Evan You
|
7f429e9c91
|
discard vnode children if it has innerHTML or textContent as a prop (fix #3360)
|
8 years ago |
Evan You
|
d7ae39044d
|
fix class updates if new vnode doesnt contain any class data
|
8 years ago |
Evan You
|
35ee5b105e
|
remove staticAttrs
|
8 years ago |
katashin
|
bbc07afd15
|
allow to initialize value attribute to 0 (#3334)
|
8 years ago |
Evan You
|
74f8b98509
|
handle static vnodes properly during patch (fix #3325)
|
8 years ago |
Evan You
|
69ecdcb05e
|
rename vnode.data.props -> domProps
|
8 years ago |
Evan You
|
d867b9e2e4
|
test observed vnode data warning
|
8 years ago |
Evan You
|
05ef502c8a
|
coverage for nested SVG vnode namespace
|
8 years ago |
Evan You
|
d164cf537a
|
directive: always call update + ensure modifiers
|
9 years ago |
Evan You
|
2c4fe07704
|
skip unknown element test on Android 4.2
|
9 years ago |
Evan You
|
93342d7b96
|
fix coverage
|
9 years ago |
Evan You
|
579ff4ddbc
|
fix nested svg namespaces
|
9 years ago |
Evan You
|
1b60a88ee1
|
adjust sameVnode check (fix #3176)
|
9 years ago |
Evan You
|
0800fbe641
|
allow omitting data in createElement
|
9 years ago |
Evan You
|
1b3b19491f
|
merge renderElement and renderElementWithChildren
|
9 years ago |
Evan You
|
cf8aeddc12
|
fix v-once with v-for and remove unused _t method (fix #3155)
|
9 years ago |
Evan You
|
cfe745e9d2
|
apply scopeId to slot contents too
|
9 years ago |
Evan You
|
7503f8eb15
|
support _scopeId
|
9 years ago |
Evan You
|
a53d54aa8a
|
fix whitespace vnode identity breaking patch (fix #3043)
|
9 years ago |
Evan You
|
313442d38a
|
test create component hook merging
|
9 years ago |
Evan You
|
4290cdb6f1
|
fix hydration warning test in phantomjs
|
9 years ago |
Evan You
|
d40ab0ca87
|
fix component client-side hydration
|
9 years ago |
Evan You
|
eca4ad8203
|
more tests/fixes
|
9 years ago |
Evan You
|
2e678b87a5
|
remove classList polyfill in tests
|
9 years ago |
Evan You
|
99a96d3c37
|
should invoke destroy hook for replaced root nodes too
|
9 years ago |
Evan You
|
0e67d82356
|
remove transition specs (to be tested in its own suite)
|
9 years ago |
Evan You
|
b370eacfce
|
fix unit tests in IE9
|
9 years ago |
Evan You
|
cc06868882
|
improve hydration test case
|
9 years ago |
kazuya kawaguchi
|
02cdbd2dbb
|
add patch tests
ref: #2872
|
9 years ago |
kazuya kawaguchi
|
30c82195d1
|
add create-element tests (#2930)
|
9 years ago |
kazuya kawaguchi
|
0f46d950ec
|
add create-component tests (#2928)
ref: #2872
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |