1021 Commits (6342dd698ef182b69eac572eabb74dff280dbf2e)
 

Author SHA1 Message Date
Evan You 5c55decade SSR: relay renderStream error in bundle renderer 8 years ago
Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 8 years ago
Chris Fritz dcd14696b3 store v-show original display value directly on el 8 years ago
Chris Fritz a4ac2eb687 made v-show respect display values in style attributes 8 years ago
Evan You 75b2f52301 coverage 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 1c0effa577 skip v-show transition if value is the same (fix #3395) 8 years ago
Evan You c2c68d6a22 [release] 2.0.0-beta.7 8 years ago
Evan You b3f6d79361 [build] 2.0.0-beta.7 8 years ago
Evan You e833d951ab test iOS 9.3 on sauce 8 years ago
Evan You bb58b2dfe8 tweak transition appear check 8 years ago
Evan You 2d58d0e3d7 fix all unit tests 8 years ago
Evan You ecd9c7dfe9 revert functional component parent 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 c66b7566c6 fix flow 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 0212521419 add move animation example 8 years ago
Evan You 8b46747dd6 fix hydration coverage 8 years ago
Evan You 40b93e6527 avoid unnecessary enter transitions on nested inserted elements 8 years ago
Evan You a71d2356d9 further tweak SSR mismatch warning 8 years ago
Evan You 21d7ad65b5 filter out empty strings when normalizing children (fix SSR match when containing text is empty) 8 years ago
Evan You 5ed0c16b68 better hydration fail warnings 8 years ago
Evan You fea13b8aed fix flow error 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 fd3377d1a9 [release] 2.0.0-beta.6 8 years ago
Evan You 2cdccccd65 [build] 2.0.0-beta.6 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 682a840f10 add reference link in uptime bench 8 years ago
Evan You 6e471ea2ee fix v-show transition on child component root (fix #3354) 8 years ago
Evan You 45e1ffd495 fix pause button in uptime bench 8 years ago
Evan You dfd309ec84 use functional components for uptime bench 8 years ago
Evan You 4f2537ab3d add uptime bench 8 years ago
Evan You b3cc0efc7b fix flow 8 years ago
Evan You 31839a1f85 remove unused before:hook 8 years ago
Evan You 621756e531 use more efficient deep update handling for dom modules 8 years ago
Evan You 6fac6250e4 fix typo in contrib guide 8 years ago
Evan You c2296844b1 add ToC to contrib guide 8 years ago
Evan You 215a5d16fb edit project structure 8 years ago
Evan You 0860cdeabb add license and contrib guide 8 years ago
Evan You feb431ee6c update readme [ci-skip] 8 years ago
Evan You d7ae39044d fix class updates if new vnode doesnt contain any class data 8 years ago