Historique des commits

Auteur SHA1 Message Date
  Evan You 9a742cb423 only treat binding as domProps on specific elements (fix #4233) il y a 9 ans
  Evan You 6e3e989a90 log render error instead of throwing il y a 9 ans
  Evan You ec824be88e fix v-once inside v-for (fix #3964) il y a 9 ans
  Evan You e774ce2353 refactor: split vdom helpers into separate files il y a 9 ans
  Evan You 3446d1485d support functional components as named slot (fix #3872) il y a 9 ans
  Eduardo San Martin Morote c835ce57ff Allow text nodes on static templates in components (#3826) il y a 9 ans
  Evan You 99ea0f8229 adjust named slot resolve check (fix #3819) il y a 9 ans
  Evan You 56960b5fbc support object looseEqual in v-model (fix #3673) il y a 9 ans
  Evan You d6a7568891 improve v-bind implementation and make it work on components (fix #3670) il y a 9 ans
  Evan You 673dec6040 fix duplicate slot warning spelling il y a 9 ans
  Evan You 179ec92019 fix lint il y a 9 ans
  Evan You 100a2969aa move slot cloning back to render function so that it works for jsx as well il y a 9 ans
  Evan You 4afccc8eec proper slot duplication warning (fix #3595) il y a 9 ans
  Evan You f6b1a51729 fix hot-reload not updating static nodes il y a 9 ans
  Evan You 4d640ce4d9 tweak v-if to avoid unnecessary node replacement il y a 9 ans
  Evan You 014d2f8599 fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533) il y a 9 ans
  Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) il y a 9 ans
  Evan You 21908b7267 ensure children is only re-resolved on parent update (fix #3400) il y a 9 ans
  Evan You fe801b16e4 wip: fix $parent after children change il y a 9 ans
  Evan You b5b963f51d wip: refactor children resolution (remove thunk mechanism) il y a 9 ans
  Evan You c66b7566c6 fix flow il y a 9 ans
  Evan You 59b2a0eeb3 support class/style in v-bind object il y a 9 ans
  Evan You 74f8b98509 handle static vnodes properly during patch (fix #3325) il y a 10 ans
  Evan You 0f5bcdfac8 fix flow il y a 10 ans
  Evan You 23a22cbb44 support slots in functional components il y a 10 ans
  Evan You 154e17abae support binding DOM properties with .prop modifier and :: shorthand il y a 10 ans
  Evan You 69ecdcb05e rename vnode.data.props -> domProps il y a 10 ans
  Evan You 2732fec59e tweak error handling il y a 10 ans
  Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) il y a 10 ans
  Evan You 75a221e95f tweak slot resolve il y a 10 ans