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>
|
2021-02-24 14:51:19 -05:00 |
|
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>
|
2021-02-03 19:11:09 +01:00 |
|
edison
|
fb6b9f8e8f
|
fix(runtime-dom): attribute should be removed with nullish values (#2679)
fix #2677
|
2020-11-30 19:28:03 -05:00 |
|
Eduardo San Martin Morote
|
00683fce9a
|
fix(runtime-dom): patch form as an attribute (#1788)
Close #1787
|
2020-08-06 09:32:28 -04:00 |
|
Evan You
|
5c74243211
|
test: move mockWarn into setup files
|
2020-07-27 22:58:51 -04:00 |
|
Evan You
|
cb6a0915c5
|
fix(runtime-dom): remove attrs with nullish values
fix #1576
|
2020-07-14 16:25:21 -04:00 |
|
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.
|
2020-07-08 12:32:42 +02:00 |
|
Evan You
|
98bee596bd
|
fix(runtime-core): should catch dom prop set TypeErrors
based on #1051
|
2020-05-01 18:47:27 -04:00 |
|
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
|
2020-05-01 11:06:24 -04:00 |
|
likui
|
27b5c71944
|
fix(runtime-dom): should patch svg innerHtml (#956)
|
2020-04-13 12:13:37 -04:00 |
|
Evan You
|
ab16a065a8
|
refactor: adjust runtime-dom test structure + tests for dom props
|
2020-04-10 15:37:30 -04:00 |
|