619 Commits (91deb4fd910afd51137820f120d4c26d0a99e629)

Author SHA1 Message Date
Evan You 1bf98b0a99 test: adjust transition tests for firefox 7 years ago
Evan You 606666d5a9 test: fix Object.prototype.watch related warnings 7 years ago
Evan You 61187596b9 feat(core): $attrs, $listeners & inheritAttrs option 7 years ago
Evan You afa108238f test: remove unecessary id in test case 7 years ago
Evan You 11614d63b7 feat(v-on): support v-on object syntax with no arguments 7 years ago
chengchao 4d680794a5 fix(parser): the first newline following pre and textarea tag should be ignored (#6022) 7 years ago
Evan You a1d1145c91 fix(v-model): should generate component-specific code for tags with "is" attribute 7 years ago
Evan You 8d66691ee2 fix(core): should preserve reactivity-ness of injected objects 7 years ago
Rahul Kadyan 306997eaf4 fix(core): add merge strategy for provide option (#6025) 7 years ago
AchillesJ 254d85cfc4 fix(ref): refactor function registerRef (#6039) 7 years ago
wenlu.wang d8d4ca6763 fix: transition group should work with dynamic name (#6006) (#6019) 7 years ago
AchillesJ eea0920f14 fix: improve Vue.set/Vue.delete API to support multi type of array index (#5973) 8 years ago
AchillesJ 458030ae19 fix: v-bind object should not override props on scopedSlots (#5995) 8 years ago
wenlu.wang 049f3171a9 fix: support plugin with multi version vue (#5985) 8 years ago
wenlu.wang e4da249ab8 feat: add `comments` option to allow preserving comments in template (#5951) 8 years ago
JK 51c595a7ce feat(keep-alive): support Array for include and exclude (#5956) 8 years ago
wenlu.wang 3965e5053a feat: support sync modifier for v-bind="object" (#5943) 8 years ago
lyhper 00a3085628 test: correcting existing test case (#5909) 8 years ago
Herrington Darkholme f6cd44c48b fix: ensure cleanup in watcher.get (#5988) 8 years ago
Evan You 0cd6ef321b feat: resolve ES module default when resolving async components 8 years ago
Evan You 610d1aabe9 build: move test config files into /test 8 years ago
kingwl 213f136a6e fix slot resolved incorrect with abstract component (fix #5888) (#5895) 8 years ago
gebilaoxiong 2f628c3114 test:improve reserved props test 8 years ago
gebilaoxiong f197d0dc45 test:add bind object test 8 years ago
王斐 8a2c5147ad Be able to use string type index in array (#5889) 8 years ago
JK 080c387d49 Merge inject when extending a component (#5827) 8 years ago
Luke Bennett 9831b403cf Add warnHandler to allow users to set a custom warn callback, similar to errorHandler (#5883) 8 years ago
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