102 Commits (75b2f5230179ce7076099b906096f3f88c3b44b9)

Author SHA1 Message Date
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
Chris Fritz 3e06c575cb Allow 2 root nodes with v-if and v-else (#3329) 8 years ago
Evan You 04e2b53cd7 properly perserve whitespace in <pre> (fix #3341) 8 years ago
katashin bbc07afd15 allow to initialize value attribute to 0 (#3334) 8 years ago
Evan You bee95f8c08 Revert "remove parser pre/post transforms (not used)" 8 years ago
Evan You 74f8b98509 handle static vnodes properly during patch (fix #3325) 8 years ago
Evan You 2c6930adfc further improve scheduler 8 years ago
Evan You 472b8975ed adjust scheduler: call user watchers before component updates 8 years ago
Evan You 2e7a792308 remove parser pre/post transforms (not used) 8 years ago
Evan You 69ecdcb05e rename vnode.data.props -> domProps 8 years ago
Evan You 2732fec59e tweak error handling 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 39bcd60a33 remove no longer necessary specs 8 years ago
Evan You afc414976c fix svg component children 8 years ago
Evan You 0764ae252e ensure unique key for elements with transition (fix #3247) 9 years ago
Evan You a06a2d00e3 tune scheduler to ensure update order for late-pushed watchers 9 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 751b0c87a4 fix watcher tests 9 years ago
Evan You 93342d7b96 fix coverage 9 years ago
Evan You 579ff4ddbc fix nested svg namespaces 9 years ago
kazuya kawaguchi 41a3b79ecd add compile option test (#3181) 9 years ago
Evan You 1b60a88ee1 adjust sameVnode check (fix #3176) 9 years ago
Evan You feee9ef6f6 remove camelCase tag warning 9 years ago
Evan You 0800fbe641 allow omitting data in createElement 9 years ago
Evan You 06b470369a element namespace should be resolved at runtime for render function / jsx usage 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 f0efa9aad2 rename _keyCode -> _k 9 years ago
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 9 years ago
Evan You 63da54ddee fix v-on number keyCode support 9 years ago
Evan You 8d2ee3c1f8 expose expression on directive binding 9 years ago
Evan You 9115291ccd move sfc parser spec 9 years ago
Evan You 2af9f68bd9 remove source-map generation from sfc parser 9 years ago
Evan You 439ca63f9f fix sfc-parser unary tags handling 9 years ago
zigomir 27252928d3 Add failing test. 9 years ago
Evan You c949c74986 change ref to a built-in attribute 9 years ago
Evan You e3fb6fe834 remove <render> tag 9 years ago
Evan You 2bb15044d1 prohibit replacing $data 9 years ago
Evan You cfe745e9d2 apply scopeId to slot contents too 9 years ago
Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 9 years ago
Evan You 9842f3eb38 refactor sfc-parser to handle nested template tags 9 years ago
Evan You a5cd31ab6d coverage for sfc-parser 9 years ago