371 Commits (adae5caaeea2c8bd18e21a87d83ed7251b862a67)

Author SHA1 Message Date
Evan You 86bf3da18e fix flow error for #3393 8 years ago
Evan You 0e75fb93df use component name for SSR caching (also allow full externalization) 8 years ago
Evan You cdc0bc9cd4 improve keep-alive: use component-based API 8 years ago
Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 8 years ago
Chris Fritz a4ac2eb687 made v-show respect display values in style attributes 8 years ago
Evan You 6e1597cf0b fix quote decoding for templates retrieved from innerHTML (fix #3403) 8 years ago
Evan You 21908b7267 ensure children is only re-resolved on parent update (fix #3400) 8 years ago
Evan You 2d58d0e3d7 fix all unit tests 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 22894810df fix ssr v-bind test 8 years ago
Evan You 59b2a0eeb3 support class/style in v-bind object 8 years ago
Evan You 351aef3cb4 use comment node as empty placeholder (fix <transition> SSR hydration) 8 years ago
Evan You 5ed0c16b68 better hydration fail warnings 8 years ago
Evan You b283f53fd0 support :style bind to text in SSR too 8 years ago
Evan You 69ba01e7d4 support :style binding to strings (fix #3379) 8 years ago
Evan You 42c1950dd0 properly merge classes between multiple nested components sharing the same element (fix #3365) 8 years ago
Chris Fritz d9d4e7f196 prevent nested thunk children from failing (#3367) 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 f31366c60e add tests for some :class and v-bind edge cases 8 years ago
Evan You 6e471ea2ee fix v-show transition on child component root (fix #3354) 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 7b3cb27d8a update nightwatch-helpers 8 years ago
Evan You 04e2b53cd7 properly perserve whitespace in <pre> (fix #3341) 8 years ago
Evan You 40e37f17d2 remove transition text node warn spec 8 years ago
katashin bbc07afd15 allow to initialize value attribute to 0 (#3334) 8 years ago
Evan You 998ea85b3e support explicit transition type 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 e84a1a43be fix attribute decode reggression (fix #3327) 8 years ago
Evan You 097889fdac proper fix for attribute decode in PhantomJS 8 years ago
Evan You d83088ab07 extract nightwatch-helpers into npm package 8 years ago
Evan You 2c6930adfc further improve scheduler 8 years ago
Evan You 609054ef10 remove bind.prop shorthand 8 years ago
Evan You 23a22cbb44 support slots in functional components 8 years ago
Evan You 154e17abae support binding DOM properties with .prop modifier and :: shorthand 8 years ago
Evan You 472b8975ed adjust scheduler: call user watchers before component updates 8 years ago
Evan You ea9c6c37c3 support v-on .native modifier on components 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 593cf3929e fix move test case 8 years ago
Evan You 6f7ec7f04d add computed property ssr test case 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 6f4601ceeb test transition-group 8 years ago
Evan You 210a3a22b0 test in-out early cancel with keep-alive 8 years ago
Evan You ccf3a61532 improve transition coverage 8 years ago