Historial de Commits

Autor SHA1 Mensaje Fecha
  Evan You a524919d21 fix v-on inline function expression with modifiers (fix #5120) hace 9 años
  YOU 61930e0cc6 chore(test): fix some typos (#5101) hace 9 años
  Evan You 3294eba5a5 fix v-on .left .right compat with keyboard events (fix #5046) hace 9 años
  Evan You 05c769bf44 fix .once with other modifiers that prevent execution of a handler (fix #4846) hace 9 años
  Evan You f59aef08e6 further improve end tag check (close #4408) hace 9 años
  chengchao 66bf120f7a enforce to loop through children to get the correct normalize type (#4572) hace 9 años
  Evan You f1c38674f2 use simple normalization for components, fix functional component multi-root node (fix #4472) hace 9 años
  Evan You d2f7f1913e fix codegen tests hace 9 años
  Evan You 7c3c86f360 fix namespace hoisting hace 9 años
  chengchao 6ea9a4db42 Support mutliple keys for keycode (#4328) hace 9 años
  Changyu Geng 9215ff0295 Modifier once for v-on (#4267) hace 9 años
  Evan You b7946a4b22 wip: fix tests with expected warnings hace 9 años
  Evan You b45b974a5c limit mouse event modifiers to mouse events hace 9 años
  Evan You cc4f4c5bda v-elseif -> v-else-if hace 9 años
  chengchao af78bcf916 Support v-if multiple conditions (#4271) hace 9 años
  Evan You a0d8603f90 support destructuring in v-for alias hace 9 años
  Evan You 0b78ea9696 properly handle inline function expressions in v-on hace 9 años
  Evan You 71ce60da9a support filters in v-bind hace 9 años
  Changyu Geng 048014ac0d Modifiers key modifier for directive on of Vue.js 2.0 (#4034) hace 9 años
  Evan You 9a742cb423 only treat binding as domProps on specific elements (fix #4233) hace 9 años
  Evan You 9a659593c4 adjust optimizer strategy and avoid marking simple elements as static root hace 9 años
  Evan You 9931b715cd avoid marking slot content as static. hace 9 años
  Evan You 1fa3844dc2 refactor directive update implementation hace 9 años
  Evan You 74e4e11b44 fix v-on handler with whitespaces (fix #3893) hace 9 años
  Evan You 47ee6abfc6 remove codegen v-for truthiness check (fix #3817) hace 9 años
  Evan You d6a7568891 improve v-bind implementation and make it work on components (fix #3670) hace 9 años
  Evan You 4afccc8eec proper slot duplication warning (fix #3595) hace 9 años
  Evan You 4d640ce4d9 tweak v-if to avoid unnecessary node replacement hace 9 años
  Evan You d2df58e547 move v-show marker to runtime so that render functions work as expected (fix #3488) hace 9 años
  Evan You 13ce3a2559 fix v-on chained keyCodes (fix #3478) hace 9 años