Evan You
|
e077e6f5f3
|
workflow: disable threads during tests
|
3 years ago |
Evan You
|
8867bb259a
|
wip(vitest-migration): reactivity tests passing
|
3 years ago |
Evan You
|
b1817fe9ee
|
fix(runtime-dom): fix unnecessary warning when setting coerced dom property value
fix #6616
|
3 years ago |
那里好脏不可以
|
6042ab0f2f
|
chore: type [ci skip]
|
3 years ago |
zscumt123
|
fa1d14c2c8
|
fix(runtime-dom): catch more cases of DOM property setting error (#5552)
close #5545
|
3 years ago |
木杉
|
2c09969b13
|
fix(runtime-dom): patch translate as an attr (#5485)
close #5462
|
3 years ago |
Evan You
|
ae4b0783d7
|
chore: update repo references
|
4 years ago |
Stefan Mayer
|
1701bf3968
|
fix(runtime-dom): patchDOMProps should not set _value if element is custom element (#4839)
Co-authored-by: Stefan Mayer <stefan.m.mayer@daimler.com>
|
4 years ago |
Thorsten Lünborg
|
89b2f924fc
|
fix(runtime-dom): fix option element value patching edge case (#4959)
fix #4956
|
4 years ago |
skirtle
|
620a69b871
|
fix(runtime-dom): consistently remove boolean attributes for falsy values (#4348)
|
4 years ago |
鱼
|
5b3f1e8424
|
fix(runtime-core): patchChildren first in patchElement (#4313)
|
4 years ago |
Evan You
|
1c7d737cc8
|
feat: support v-bind .prop & .attr modifiers
Also allows render function usage like the following:
```js
h({
'.prop': 1, // force set as property
'^attr': 'foo' // force set as attribute
})
```
|
4 years ago |
HcySunYang
|
3756270272
|
fix(runtime-dom): capture errors when setting value for IDL (#3578)
fix #3576
|
4 years ago |
GU Yiling
|
e3f5dcb99b
|
fix(runtime-dom): should remove attribute when binding `null` to `value` (#3564)
|
4 years ago |
Thorsten Lünborg
|
c5d147c57f
|
fix(runtime-dom): ensure readonly type prop on textarea is handled patched as attribute (#2888)
close #2766
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
|
4 years ago |
luwuer
|
f262438073
|
fix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Thorsten Lünborg <t.luenborg@googlemail.com>
|
5 years ago |
edison
|
fb6b9f8e8f
|
fix(runtime-dom): attribute should be removed with nullish values (#2679)
fix #2677
|
5 years ago |
Eduardo San Martin Morote
|
00683fce9a
|
fix(runtime-dom): patch `form` as an attribute (#1788)
Close #1787
|
5 years ago |
Evan You
|
5c74243211
|
test: move mockWarn into setup files
|
5 years ago |
Evan You
|
cb6a0915c5
|
fix(runtime-dom): remove attrs with nullish values
fix #1576
|
5 years ago |
Felix Rilling
|
829b35e426
|
chore: typo fixes (#1546)
* chore: fix typos in comments/JSDoc.
* chore: fix typo in internal function name.
* chore: fix typos in test comments/descriptions/variable names.
|
5 years ago |
Evan You
|
98bee596bd
|
fix(runtime-core): should catch dom prop set TypeErrors
based on #1051
|
5 years ago |
Evan You
|
20bc7ba1c5
|
fix(runtime-dom): should not coerce nullish values to empty strings for non-string dom props
fix #1049
close #1092, close #1093, close #1094
|
5 years ago |
likui
|
27b5c71944
|
fix(runtime-dom): should patch svg innerHtml (#956)
|
5 years ago |
Evan You
|
ab16a065a8
|
refactor: adjust runtime-dom test structure + tests for dom props
|
5 years ago |