61 Commits (c9fbcaf5919d0d544b377791b1dda12d85a60dd1)

Author SHA1 Message Date
Evan You c660917b29 improve event update algorithm (thanks to suggestions from @defcc) 8 years ago
Evan You 1a1952ba81 handle single -> array & array -> single event handler patching (fix #4650) 8 years ago
Evan You 08bd81f8c0 fix #4530 with smaller change scope 8 years ago
Evan You ab0a2259e0 Revert "also bind static special attrs as props (fix #4530)" 8 years ago
Evan You 6b1755ae8c adjust hydration strategy (fix #4560) 8 years ago
Evan You b3ebfef91d also bind static special attrs as props (fix #4530) 8 years ago
chengchao 71cc0a575b Node maybe be removed v-html/v-text (#4548) 8 years ago
Evan You 6116bbf13a fix svg foreignObject regression (fix #4478) 8 years ago
chengchao 6918436bf8 Update normalize children (fix 4466) (#4468) 8 years ago
Evan You 7c3c86f360 fix namespace hoisting 8 years ago
Evan You 79e1058799 wip: refactor compiler to skip normalization when possible 8 years ago
Evan You 1def2d11a5 fix test for emptyVNode rename 8 years ago
Evan You de7764a385 refactor patch createElm function, fix component hook merging 8 years ago
Evan You ae4db82c4b fix unexpected warnings in tests 8 years ago
(´・ω・`) fce3f04a44 Ensure Vue instance's vnode and element is up to date (#4299) 8 years ago
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) 8 years ago
松鹤 575e810670 Optimization unit testing [vdom/patch/children] (#3733) 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