742 Commits (e9ea565d915cdffbad17bb78aa30af752dd4e5e6)

Author SHA1 Message Date
Evan You a18f879bb3 warn when methods conflict with data (close #5832) 8 years ago
Evan You 7b069453ed fix Object.prototype.watch test case 8 years ago
strantr 48c0c1ceb5 Added check in merge strat for watches if child is already an array (fix #5652) (#5653) 8 years ago
Zhang Visper 7561b94eeb warn against non-primitive key (#5816) 8 years ago
Evan You 13bb643d6f handle in-out transition with async components 8 years ago
Evan You c3cdfcfa68 fix out-in transition for async components (fix #5760) 8 years ago
Evan You b4dd0be4fc improve .use() test cases and make it track installation based on constructor id 8 years ago
Chris Nicola 11b7d5dff2 Add handleError during event handling (#5709) 8 years ago
Maciej Kasprzyk b182ac4069 Warn when a inject has been not provided (#5681) 8 years ago
Evan You b5e4a22a8d refined async hydration + tests 8 years ago
Evan You 7404091896 support async hydration 8 years ago
Evan You 303780acd2 make function compilation reusable 8 years ago
Evan You af12d3ff7f progress 8 years ago
Evan You 7694c85564 fix static tree optimization for v-else(-if) conditions 8 years ago
Maciej Kasprzyk d6bd667e1a Warn when component option should be an object, but is not (#5605) (#5642) 8 years ago
AchillesJ e3ffa109b3 make vm.$watch api consistent with watch option (#5645) 8 years ago
chengchao aaad7334d9 improve scoped slot test case (#5640) 8 years ago
Evan You e70f191b56 no need to test composition events on Android 8 years ago
Evan You 38759a6957 fix test case in IE 8 years ago
Evan You 8d54aecdd0 async components: timeout should not trigger if already resolved (fix #5635) 8 years ago
Evan You 0ccefff794 support v-for on scoped slots (fix #5615) 8 years ago
laoxiong f2bd882073 Fix: nested child elements can not be updated correctly, fix #5618 (#5627) 8 years ago
Eduardo San Martin Morote d52a4991bd Prevent unecessary input trigger with v-model (#5589) 8 years ago
laoxiong 3b426efe60 Fix when functional component render method retrun null (fix #5536) (#5539) 8 years ago
Evan You d8315c42ef do not decode text inside script/style tags (fix #5526) 8 years ago
Evan You cb0531c4fb increase async delay for more test cases 8 years ago
Evan You c24f492543 fix edge test case 8 years ago
Evan You 1096890827 increase async component test delay 8 years ago
Yusuke Otsuka 12b7122c16 fix mixin issue (#5514) 8 years ago
Eduardo San Martin Morote 380e988823 Allow slot names to be numbers (#5481) 8 years ago
Evan You 7b8b0e48f7 restructure: remove entires directory 8 years ago
Evan You c0da43d22f fix incorrect compiler warning for $delete usage in templates (fix #5464) 8 years ago
宋铄运 38810d8fd0 Support auto-prefixed style value as array (client/ssr) (#5460) 8 years ago
katashin 086ae4469b allow an extended constructor as global mixin (#5448) 8 years ago
Evan You 760a74480e test warning component trace 8 years ago
Evan You 682141fccc support Symbol in props type validation (close #5396) 8 years ago
Evan You 4b6913cb46 handle errors in nextTick (close #5277) 8 years ago
Eduardo San Martin Morote b997af0c01 Use genAssignmentCode in chehckbox model web compiler (#5402) 8 years ago
Evan You c82546c54b fix keep-alive pruning active instance 8 years ago
Evan You 561bb467ba test functional auto props with render fn 8 years ago
Evan You 931aaea8dc expand .sync into extra listener 8 years ago
Evan You c28b566f19 tests for functional component api improvements 8 years ago
Evan You d2b7142cf5 tests for advanced async component features 8 years ago
Evan You 841fe6028a test computed property conflict warnings 8 years ago
kingwl 2701fa1a64 add provide/inject on functional context (#5204) 8 years ago
kingwl beee7d8143 support v-on passive modifier (#5132) 8 years ago
Evan You 354c2f4922 fix keep-alive cache incorrectly pruned with transition mode="out-in" (fix #5346) 8 years ago
Evan You bbec0763ab remove problematic test cases (mutating in render fn) 8 years ago
Evan You 35aa5f0b2b warn click.right (close #5330) 8 years ago
Evan You a12d32a56d fix style diffing on cached/slot elements (fix #5318) 8 years ago