提交历史

作者 SHA1 备注 提交日期
  Evan You 770c6ed64f refactor: extend dom-props update skip to more all keys except value 7 年之前
  Evan You 1868561442 fix: fix checkbox event edge case in Firefox 7 年之前
  GU Yiling a981c80d2a feat: support v-html for SVG elements (#8652) 7 年之前
  Evan You 080dd971f7 fix(next-tick): revert 60da366 7 年之前
  Haoqun Jiang 850555d1fa fix: always use microtasks for nextTick (#8450) 7 年之前
  Evan You 60da366a26 fix: should not update in-focus input value with lazy modifier 8 年之前
  Evan You 35e55ecd42 refactor: remove unnecessary argument 8 年之前
  Evan You 0f2cb09444 fix: work around old Chrome bug 8 年之前
  Evan You fc3d7cd7a9 fix: work around IE/Edge bug when accessing document.activeElement from iframe 9 年之前
  Evan You 0a9aab510b fix(v-model): fix input change check for type="number" 9 年之前
  Evan You 0a3f831d67 line width tweak 9 年之前
  Evan You 228f0f8f3b remove unnecessary :any castings due to improved flow checks 9 年之前
  Evan You dc4f3aaf11 helperify web runtime modules 9 年之前
  Evan You 3c3e6ae1bb tweak 9 年之前
  Evan You f33ca991ac add semicolons to inline flow type declarations to workaround babel-sublime highligting issue 9 年之前
  chengchao da955d1a4f Use 'click' event for checkbox and radio (fix #4620) (#4639) 9 年之前
  Evan You 2009de3d5d ignore untestable check 9 年之前
  Evan You 36193183e1 avoid checked state being overwritten before change event trigger (fix #4521) 9 年之前
  chengchao be9210fc78 update dom prop for option.value (fix #4494) (#4505) 9 年之前
  Evan You 29d6e33b33 simplify value change check for v-model modifiers 9 年之前
  Evan You 0163a6fe53 proper fix for #4392 (via #4402) 9 年之前
  Evan You 8a7b02a159 avoid v-model with .trim/.number updating value when in focus (fix #4392) 9 年之前
  Evan You e4fd632790 avoid resetting innerHTML/textContent if value is the same (fix #4247) 9 年之前
  Evan You d0afcd3cf9 fix domProps unset for v-html (fix #4107) 9 年之前
  Evan You 5b4b9269a5 avoid updating input value during IME composition (fix #3894) 9 年之前
  Evan You 7f429e9c91 discard vnode children if it has innerHTML or textContent as a prop (fix #3360) 10 年之前
  Evan You 621756e531 use more efficient deep update handling for dom modules 10 年之前
  katashin bbc07afd15 allow to initialize value attribute to 0 (#3334) 10 年之前
  Evan You 69ecdcb05e rename vnode.data.props -> domProps 10 年之前