Evan You
|
5e52f4e4d7
|
fix(compiler-dom): should ignore and warn side effect tags like script and style
This keeps behavior consistency with v2.
|
2020-07-08 12:32:07 -04:00 |
|
Evan You
|
e52b7cd7e7
|
fix(compiler-core): ignore comment nodes in transition children
fix #1352
|
2020-06-15 11:08:55 -04:00 |
|
Evan You
|
91fa52850a
|
chore: lint for unused arguments
|
2020-06-12 16:31:31 -04:00 |
|
Evan You
|
9b5d13e598
|
fix: bail stringification for slots
fix #1281, close #1286
|
2020-06-10 14:31:59 -04:00 |
|
蜗牛老湿
|
fbaf52ae9f
|
fix(compiler-dom): add tfoot,caption,col element on bail stringification (#1333)
|
2020-06-10 14:24:51 -04:00 |
|
Evan You
|
a938b61edc
|
fix(compiler-dom): bail stringification on table elements
close #1230, close #1268
|
2020-06-09 17:02:27 -04:00 |
|
Zardddddd60
|
64ec8bfb54
|
fix(compiler-core): bail static stringfication even threshold is met (#1298)
fix #1128
|
2020-06-09 16:26:03 -04:00 |
|
Jian Zhang
|
b2dd5612ff
|
chore: fix typo Stringiable -> Stringifiable (#1200)
|
2020-05-18 10:06:57 -04:00 |
|
Evan You
|
dd2bfb5a8f
|
fix(compiler-dom): should bail stringification on runtime constant regardless of position
ref: vuejs/vite#157
|
2020-05-18 10:04:18 -04:00 |
|
Evan You
|
d965bb6227
|
feat: improve static content stringiciation
Now a single static vnode can contain stringified content
for multiple consecutive nodes, which greatly improves the
coverage of this optimization.
|
2020-05-16 21:30:16 -04:00 |
|
Evan You
|
59d50dad9c
|
wip: account for text call nodes in stringify chunks
|
2020-05-15 17:55:24 -04:00 |
|
Evan You
|
baa6973b13
|
wip(compiler): tests for new stringification
|
2020-05-15 15:50:42 -04:00 |
|
Evan You
|
cb9444807e
|
wip(compiler): improve node stringification to support adjacent nodes
|
2020-05-15 12:58:44 -04:00 |
|
Evan You
|
304ab8c99b
|
fix(compiler-dom): bail static stringfication on non-attr bindings
fix #1128
|
2020-05-07 10:32:54 -04:00 |
|
Evan You
|
8df6bc0132
|
refactor: reuse parseStringStyle across compiler and runtime
|
2020-05-06 11:22:49 -04:00 |
|
Evan You
|
f9a3766fd6
|
fix(compiler): bail strigification on runtime constant expressions
|
2020-05-04 15:15:26 -04:00 |
|
Eduardo San Martin Morote
|
37b1dc8242
|
fix(transition): warn only when there is more than one rendered child (#903)
|
2020-03-31 18:12:51 -04:00 |
|
Evan You
|
9eef37fa32
|
refactor(compiler): remove modelValue from generated code for native v-model
|
2020-03-16 17:51:56 -04:00 |
|
Evan You
|
1b9b235663
|
fix(compiler-dom): properly stringify class/style bindings when hoisting static strings
|
2020-02-21 13:10:13 +01:00 |
|
Evan You
|
028f748c32
|
fix(v-on): transform click.right and click.middle modifiers
fix #735
|
2020-02-18 14:32:06 -05:00 |
|
Evan You
|
8b7c162125
|
feat(compiler-dom): handle constant expressions when stringifying static content
|
2020-02-12 15:00:00 -05:00 |
|
Evan You
|
4cc39e14a2
|
feat(compiler): warn invalid children for transition and keep-alive
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
1f2de9e232
|
fix(v-model): should use dynamic directive on input with dynamic v-bind
|
2020-02-05 15:21:47 -05:00 |
|
Evan You
|
c952321fcf
|
wip(compiler-ssr): v-model static types + textarea
|
2020-02-05 14:23:03 -05:00 |
|
Evan You
|
ebf920e6af
|
wip(compiler-ssr): dynamic v-bind + class/style merging
|
2020-02-04 18:37:32 -05:00 |
|
Evan You
|
6a5ed49ea9
|
wip(ssr): v-bind basic usage
|
2020-02-04 12:21:04 -05:00 |
|
Evan You
|
74cb207c22
|
chore: use correct import path for vCloak
|
2020-01-31 11:16:51 -05:00 |
|
Gabriel Loiácono
|
be4c22e423
|
chore(compiler-dom): changed function to arrow function (#487)
|
2019-11-24 22:11:15 -05:00 |
|
likui
|
00857ac816
|
feat(core): support v-show directive (#310)
|
2019-11-24 22:04:26 -05:00 |
|
Gabriel Loiácono
|
96623d0d52
|
perf(compiler-dom): generate modifiers in a function (#459)
|
2019-11-15 15:37:02 -05:00 |
|
Evan You
|
58593c4714
|
feat(v-on): cache handlers
|
2019-10-18 21:51:34 -04:00 |
|
Evan You
|
39ea67a2d2
|
chore: rename v-on guard constants
|
2019-10-18 16:36:42 -04:00 |
|
Evan You
|
cba34453db
|
refactor(v-on): avoid empty modifier guard with only key modifier
|
2019-10-18 16:20:45 -04:00 |
|
Carlos Rodrigues
|
6c80e13986
|
chore: typos [ci-skip] (#323)
|
2019-10-17 15:01:51 -04:00 |
|
Evan You
|
25dd507f71
|
feat(compiler-core/v-model): error when v-model is used on scope variable
|
2019-10-16 15:35:04 -04:00 |
|
Evan You
|
6f3e768d52
|
refactor: use makeMap in v-on dom transform
|
2019-10-15 22:29:52 -04:00 |
|
宋铄运
|
db5c343c33
|
test(runtime-dom): add test coverage for v-on runtime guards, fix "exact" guard (#298)
|
2019-10-15 17:08:43 -04:00 |
|
Cr
|
8eba1aba08
|
feat(vModel): warn if v-model is used on file input (#295)
|
2019-10-15 12:23:38 -04:00 |
|
Evan You
|
e3b14f5904
|
chore: comments grammar
|
2019-10-15 12:02:12 -04:00 |
|
Evan You
|
c7074c703e
|
refactor(v-on): do not generate persistent flag when no listener modifier is present
|
2019-10-14 23:06:51 -04:00 |
|
Evan You
|
37cbd0098d
|
chore: lint + include tsx files for lint
|
2019-10-14 15:07:43 -04:00 |
|
宋铄运
|
57a94b530d
|
feat(dom): transform + runtime for v-on (#213)
|
2019-10-14 00:33:23 -04:00 |
|
Evan You
|
d376439167
|
wip(compiler-dom): v-model runtime
|
2019-10-10 18:02:51 -04:00 |
|
Evan You
|
f91d335e65
|
feat(compiler): v-text transform + move dom-specific errros codes to compiler-dom
|
2019-10-09 11:13:13 -04:00 |
|
Adam Dorling
|
21441830dd
|
feat(compiler-dom): v-cloak transform (#141)
|
2019-10-09 10:41:31 -04:00 |
|
Evan You
|
eadcaead37
|
feat(compiler-dom): transform for v-html
|
2019-10-08 15:35:57 -04:00 |
|
Evan You
|
3354837ce1
|
refactor: move transformStyle to compiler-dom
|
2019-10-03 16:55:14 -04:00 |
|