Commit History

Author SHA1 Message Date
  Evan You 74e4e11b44 fix v-on handler with whitespaces (fix #3893) 9 years ago
  Evan You 47ee6abfc6 remove codegen v-for truthiness check (fix #3817) 9 years ago
  Evan You d6a7568891 improve v-bind implementation and make it work on components (fix #3670) 9 years ago
  Evan You 4afccc8eec proper slot duplication warning (fix #3595) 9 years ago
  Evan You 4d640ce4d9 tweak v-if to avoid unnecessary node replacement 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 13ce3a2559 fix v-on chained keyCodes (fix #3478) 9 years ago
  Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 10 years ago
  Evan You b5b963f51d wip: refactor children resolution (remove thunk mechanism) 10 years ago
  Evan You 35ee5b105e remove staticAttrs 10 years ago
  Evan You 69ecdcb05e rename vnode.data.props -> domProps 10 years ago
  Evan You 39bcd60a33 remove no longer necessary specs 10 years ago
  Evan You afc414976c fix svg component children 10 years ago
  Evan You 0764ae252e ensure unique key for elements with transition (fix #3247) 10 years ago
  Evan You 0800fbe641 allow omitting data in createElement 10 years ago
  Evan You 06b470369a element namespace should be resolved at runtime for render function / jsx usage 10 years ago
  Evan You 1b3b19491f merge renderElement and renderElementWithChildren 10 years ago
  Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 10 years ago
  Evan You f0efa9aad2 rename _keyCode -> _k 10 years ago
  Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 10 years ago
  Evan You 63da54ddee fix v-on number keyCode support 10 years ago
  Evan You 8d2ee3c1f8 expose expression on directive binding 10 years ago
  Evan You c949c74986 change ref to a built-in attribute 10 years ago
  Evan You e3fb6fe834 remove <render> tag 10 years ago
  Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 10 years ago
  Evan You e236f80fa0 parser for single-file components 10 years ago
  Evan You 93501f2002 transition refactoring 10 years ago
  Evan You 4bcdce895c record original tag name on vnode for components using is attribute 10 years ago
  Evan You 48a0d29e35 rename track-by -> key 10 years ago
  Evan You 060fab9ec1 make ref a runtime module 10 years ago