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