Cronologia Commit

Autore SHA1 Messaggio Data
  Evan You 4b51ad0483 rename _h -> _c so that vue-template-es2015-compiler can use the new internal createElement without breaking backwards compatibility 9 anni fa
  Evan You 207c18c47f further reduce normalizeChildren usage 9 anni fa
  Evan You 79e1058799 wip: refactor compiler to skip normalization when possible 9 anni fa
  Evan You e8d6bd9dc7 allow modifier key modifiers on keyboard events and warn overwriting in config.keyCodes 9 anni fa
  chengchao 6ea9a4db42 Support mutliple keys for keycode (#4328) 9 anni fa
  Evan You aa5f5d1198 ensure $scopedSlots is always an object (close #4301) 9 anni fa
  Evan You 9ddbbcc340 wip: scoped slot implementation 9 anni fa
  Evan You ec824be88e fix v-once inside v-for (fix #3964) 9 anni fa
  Evan You 99ea0f8229 adjust named slot resolve check (fix #3819) 9 anni fa
  Evan You 56960b5fbc support object looseEqual in v-model (fix #3673) 9 anni fa
  Evan You d6a7568891 improve v-bind implementation and make it work on components (fix #3670) 9 anni fa
  Evan You 4afccc8eec proper slot duplication warning (fix #3595) 9 anni fa
  Evan You 4d640ce4d9 tweak v-if to avoid unnecessary node replacement 9 anni fa
  Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete 9 anni fa
  Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 10 anni fa
  Evan You e6871a33c1 update flow annotations 10 anni fa
  Evan You 7630622689 expose component placeholder node in render fns as this.$vnode 10 anni fa
  Evan You 3661b4e78e add _inactive property 10 anni fa
  Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 10 anni fa
  Evan You 1d8f3a264e better global mixin strategy 10 anni fa
  Evan You 3fe127b05a fix v-model number conversion (fix #3140) 10 anni fa
  Evan You f0b8f2e290 attach __vue__ to elements to support devtools 10 anni fa
  Evan You 563672e5fe fix flow def 10 anni fa
  Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 10 anni fa
  Evan You cb67ffe442 ensure abstract HOCs do not alter parent chain 10 anni fa
  Evan You 060fab9ec1 make ref a runtime module 10 anni fa
  Evan You d40ab0ca87 fix component client-side hydration 10 anni fa
  Evan You 3e596bb97b handle event removal 10 anni fa
  Evan You 69abe1b726 make sure to expose real instance instead of proxy as vnode.context 10 anni fa
  Evan You 8d229b2442 support v-bind on objects 10 anni fa