233 Commits (1fa3844dc26745b4cb855b0934bd1b132ba33d9b)

Author SHA1 Message Date
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 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 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 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 40e37f17d2 remove transition text node warn spec 8 years ago
Evan You 998ea85b3e support explicit transition type 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 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 ea9c6c37c3 support v-on .native modifier on components 8 years ago
Evan You 593cf3929e fix move test case 8 years ago
Evan You 2732fec59e tweak error handling 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
Evan You 70e531a3f3 test removing stale leaving elements 8 years ago
Evan You cf133365d5 test transition HOC 8 years ago
Evan You 45a489ba81 support move transitions in transition-group 8 years ago
Evan You 6672481b58 fix transition test in phantomjs 8 years ago
Evan You e94ad1437e remove vm argument in transition hooks 8 years ago
Evan You ef311931a3 all tests pass for new transition API 8 years ago
Evan You bb3fe8e68b update transition mode specs 8 years ago
Evan You fcb1e38b13 update transition tests for new syntax 8 years ago
Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) 8 years ago
Evan You 8401852484 ensure child components insert hook invoke timing 8 years ago
Evan You e3f624e42e add assertion for enter hook timing 8 years ago
Evan You d164cf537a directive: always call update + ensure modifiers 9 years ago
Evan You 42889ff87a fix global directive function shorthand (fix #3243) 9 years ago
Evan You dffeb1d1c2 fix HOC root node replace updates 9 years ago
Evan You 9b94176530 fix functional test 9 years ago
Evan You 03621ee245 adjust render fn + fix props validation for functional components 9 years ago
Evan You 579ff4ddbc fix nested svg namespaces 9 years ago
kazuya kawaguchi c665a682d2 pass vnode raw data in functional component (#3168) 9 years ago
Evan You b3710e07e9 fix eslint in tests 9 years ago
Evan You 5b668a9222 warn non-Array value for <select multiple> (close #3191) 9 years ago
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 years ago
Evan You 7827593972 custom directive: postupdate -> componentUpdated (ref #3172) 9 years ago
Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 years ago
Evan You 98a7e75f1e increase transition test durations for suacelabs 9 years ago
Evan You 43fabd5c96 pass the context vm in transition hooks 9 years ago