Commit History

Author SHA1 Message Date
  Evan You 8a80a23ecb fix: avoid errors thrown during dom props update 7 years ago
  Evan You 24b4640c1f fix: avoid exposing internal flags on $scopedSlots 7 years ago
  Evan You 44a17ba2cd fix: fix child forceUpdate regression 7 years ago
  Evan You 9432737cf8 fix: cover more cases in v-on inline return value 7 years ago
  Evan You de42278d34 fix: ensure init/prepatch hooks are still repsected 8 years ago
  Evan You 984927a1a9 fix: fix regression on duplicate component init when using shared data objects 8 years ago
  Alex 6bc75cacb7 fix(v-on): return handler value when using modifiers (#7704) 8 years ago
  Evan You 50b711af43 fix: do not special case attributes for custom elements 8 years ago
  Evan You d8b08387a2 fix: clean up custom events when patched component no longer have events 8 years ago
  Evan You 956756b1be refactor: use more efficient on-demand clone to handle reused node edge cases 8 years ago
  Evan You 4e00688e4a build: update dev dependencies 8 years ago
  Evan You 13196b25b8 fix: clone slot nodes for render fn usage as well 8 years ago
  Evan You 5665eaf985 fix: backwards compat with checkbox code generated in < 2.5 8 years ago
  Evan You 1f84dd1c24 fix: fix empty array edge case in normalizeChildren 8 years ago
  Evan You a744497534 fix: ensure outer bindings on nested HOC are properly re-applied on inner root element change 8 years ago
  Nick Messing f76d16ed95 fix(vdom): Don't replace input for text-like type change (#6344) 8 years ago
  YOU 61930e0cc6 chore(test): fix some typos (#5101) 9 years ago
  Evan You 08bd81f8c0 fix #4530 with smaller change scope 9 years ago
  Evan You ab0a2259e0 Revert "also bind static special attrs as props (fix #4530)" 9 years ago
  Evan You b3ebfef91d also bind static special attrs as props (fix #4530) 9 years ago
  (´・ω・`) fce3f04a44 Ensure Vue instance's vnode and element is up to date (#4299) 9 years ago
  Evan You 014d2f8599 fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533) 9 years ago