63 Commits (e71d70dcb3d6c36f62cddc05ff970a95c60b8060)

Author SHA1 Message Date
Evan You 5ae63d9d2f warn v-for component lists without explicit keys 8 years ago
Evan You e7083d09f1 fix scoped slots with dynamic slot names + force update for child components with scoped slots (fix #4779) 8 years ago
Evan You fe6a26bb9c keep-alive: prune cache on include/exclude change, also avoid firing deactivate for already inactive components (fix #4633) 8 years ago
松鹤 610fe31592 add unit test for dynamic with props (#4570) 8 years ago
Evan You 0cbc96101d add new transition to-state classes 8 years ago
Evan You 02e2d99e27 Revert "ensure leave transitions and enter transitions are triggered in the same frame (fix #4510)" 8 years ago
Evan You 0bb2d4e2b6 Revert "fix enter transition flicker regression (fix #4576)" 8 years ago
Evan You 89987e8e2c fix enter transition flicker regression (fix #4576) 8 years ago
Evan You 0eb8cdc7f7 support v-bind object on scoped slots (fix #4529) 8 years ago
Evan You 92ad0bd378 ensure leave transitions and enter transitions are triggered in the same frame (fix #4510) 8 years ago
Evan You 79e1058799 wip: refactor compiler to skip normalization when possible 8 years ago
Evan You 61f7d0db87 actually complete test case for #4339 8 years ago
Evan You db0bf76e51 fix keep-alive component inner transition (fix #4339) 8 years ago
Evan You 326aef4a6a fix incorrect context for slot content created in functional components (fix #4315) 8 years ago
Evan You ae4db82c4b fix unexpected warnings in tests 8 years ago
Evan You a11ba69094 remove fdescribe 8 years ago
Evan You e5d7f32cf6 tests for keep-alive include/exclude 8 years ago
Evan You 03043b9081 support .camel modifier 8 years ago
Evan You 0458e2edb2 adjustment: scoped slots must use <template> 8 years ago
Evan You 303378f85b support default scoped slot + function children as scoped slot 8 years ago
Evan You 745f8a9125 add scoped slots render function usage test 8 years ago
Evan You 7f36f99f6c tests for scoped slots 8 years ago
Evan You c994146372 increase transition test duration buffer on saucelabs 8 years ago
Evan You b60cd83466 keep-alive re-activated component should get updated props (fix #4237) 8 years ago
Evan You eb92723df5 avoid merging text nodes when the node is a cloned slot node (fix #4209) 8 years ago
Evan You 864ef21a7d fix deeply nested keep-alive components not being destroyed (fix #3882) 8 years ago
Evan You cc4c066989 fix coverage 8 years ago
Evan You 3446d1485d support functional components as named slot (fix #3872) 8 years ago
Eduardo San Martin Morote c835ce57ff Allow text nodes on static templates in components (#3826) 8 years ago
Evan You 99ea0f8229 adjust named slot resolve check (fix #3819) 8 years ago
Evan You b8369e802b fix test template typo 8 years ago
Evan You c791fc7826 fix unit tests in IE9 8 years ago
Evan You 673dec6040 fix duplicate slot warning spelling 8 years ago
Evan You 4afccc8eec proper slot duplication warning (fix #3595) 8 years ago
Evan You f4a505c67c support returning promise for async components (close #3527) 8 years ago
Evan You a152fe0e98 only gen checkbox/radio model on input tags (fix #3516) 8 years ago
Evan You e6c5f21f86 fix event initialization on reused slot nodes (fix #3518) 8 years ago
Evan You 7b4a5a14e3 add warning for incorrect <slot> usage (ref #3447) 8 years ago
Evan You 9d43bff27e fix component in slot lifecycle (fix #3437) 8 years ago
Evan You cdc0bc9cd4 improve keep-alive: use component-based API 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 351aef3cb4 use comment node as empty placeholder (fix <transition> SSR hydration) 8 years ago
Evan You 2732fec59e tweak error handling 8 years ago
Evan You 210a3a22b0 test in-out early cancel with keep-alive 8 years ago
Evan You 45a489ba81 support move transitions in transition-group 8 years ago
Evan You ef311931a3 all tests pass for new transition API 8 years ago
Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) 8 years ago
Evan You dffeb1d1c2 fix HOC root node replace updates 9 years ago
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 9 years ago