Commit History

Author SHA1 Message Date
  Vitor Luiz Cavalcanti 982d5a492f fix(types): support string type for style in VNode data (#9728) 7 years ago
  Evan You dbc0582587 feat: dynamic directive arguments for v-on, v-bind and custom directives (#9373) 7 years ago
  Evan You 11614d63b7 feat(v-on): support v-on object syntax with no arguments 9 years ago
  gebilaoxiong d33c1250ee fix:when using object syntax in v-bind, special attribute have no effect 9 years ago
  Evan You 26953f5cac add semis to flow decls for better syntax highlighting 9 years ago
  Evan You 0ccefff794 support v-for on scoped slots (fix #5615) 9 years ago
  Evan You 1073035164 fix activate hook call timing (fix vue-router#1212) 9 years ago
  Evan You a12d32a56d fix style diffing on cached/slot elements (fix #5318) 9 years ago
  Evan You 9d6c8ec268 feat: allow customization of component v-model prop/event via model option (close #4515) 9 years ago
  Evan You 30258a9a60 rename vnode.child -> vnode.componentInstance 9 years ago
  Evan You 207c18c47f further reduce normalizeChildren usage 9 years ago
  Evan You 7b389bc34e avoid warning unknown custom elements in v-pre 9 years ago
  Evan You 303378f85b support default scoped slot + function children as scoped slot 9 years ago
  Evan You ff551029bf wip: fix flow type for weex merge 9 years ago
  Evan You b69b4a4eef tweak style merge for performance 9 years ago
  chengchao e960cd104e enable style merge behavior between parent-child components (fix #3997) (#4138) 9 years ago
  chengchao 0cd1489e68 .number modifier should work with select, radio, checkbox (fix #4018) (#4022) 9 years ago
  Evan You 1fa3844dc2 refactor directive update implementation 9 years ago
  Evan You ed2085974b ensure mergeVNodeHook does not inject duplicate hooks 9 years ago
  Evan You d2df58e547 move v-show marker to runtime so that render functions work as expected (fix #3488) 9 years ago
  Evan You ba5fb31188 fix transition insert hook duplicate invocation on slot nodes (fix #3474) 9 years ago
  Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 9 years ago
  Evan You fe801b16e4 wip: fix $parent after children change 9 years ago
  Evan You b5b963f51d wip: refactor children resolution (remove thunk mechanism) 9 years ago
  Evan You c66b7566c6 fix flow 10 years ago
  Evan You 59b2a0eeb3 support class/style in v-bind object 10 years ago
  Evan You 40b93e6527 avoid unnecessary enter transitions on nested inserted elements 10 years ago
  Evan You 35ee5b105e remove staticAttrs 10 years ago
  Evan You 3ce450b6dc use more proper flow type syntax 10 years ago
  Evan You ea9c6c37c3 support v-on .native modifier on components 10 years ago