Evan You
ad6c124e6c
release: v3.0.10
4 years ago
Evan You
67039b3434
release: v3.0.9
4 years ago
Evan You
9ff70be2b3
release: v3.0.8
4 years ago
HcySunYang
7715c49af9
fix(compiler-core): avoid generating useless createVNode helper ( #2938 )
close #2739
4 years ago
GU Yiling
ca6aa01181
fix(compiler-dom): stringifyStatic should remove attribute bindings with `null` value ( #3477 )
fix #3475
4 years ago
Evan You
f74b16ccfe
fix(compiler): properly bail stringfication for nested slot elements
4 years ago
Evan You
1a955e2278
release: v3.0.7
4 years ago
Evan You
d9f91e26f9
release: v3.0.6
5 years ago
Evan You
fcb6c8920c
fix(compiler-dom): fix cdn entries
ref #3181 #3185
5 years ago
Thorsten Lünborg
96b6433524
fix(compiler-dom): ensure global build filename matches the one defined in package.json ( close #3181 ) ( #3185 )
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
5 years ago
Evan You
5a5d037dbb
release: v3.0.5
5 years ago
Evan You
d067fb2dbb
release: v3.0.4
5 years ago
Evan You
bd6e211287
release: v3.0.3
5 years ago
Evan You
90bdf59f4c
refactor(compiler): better constant hoist/stringify checks
5 years ago
Evan You
f2d03a59c6
release: v3.0.2
5 years ago
Eduardo San Martin Morote
314ab2c7c5
fix(compiler): stringify values on v-text ( #2432 )
fix #2430
5 years ago
ᴜɴвʏтᴇ
052a621762
feat(compile-core): handle falsy dynamic args for v-on and v-bind ( #2393 )
fix #2388
5 years ago
Evan You
f17f0ddf68
release: v3.0.1
5 years ago
Evan You
d8c1536ead
release: v3.0.0
5 years ago
Evan You
876ecc8672
release: v3.0.0-rc.13
5 years ago
Evan You
985bd2bcb5
release: v3.0.0-rc.12
5 years ago
Evan You
f2ef7d7c8e
release: v3.0.0-rc.11
5 years ago
Evan You
4386653e76
release: v3.0.0-rc.10
5 years ago
Guillaume Chau
5df71b739d
chore: add repository directories
5 years ago
Evan You
94d94bafc5
release: v3.0.0-rc.9
5 years ago
Evan You
ede2e0d1b5
release: v3.0.0-rc.8
5 years ago
Evan You
6602d6dbff
release: v3.0.0-rc.7
5 years ago
XRenSiu
bb54a84cd1
chore: use '@vue/shared' instead of '@vue/shared/src' ( #1915 )
5 years ago
Evan You
91c4735416
release: v3.0.0-rc.6
5 years ago
edison
075d769e0b
chore: fix typo for `babelParserDefautPlugins` ( #1897 )
5 years ago
Evan You
848d9ce2ea
release: v3.0.0-rc.5
5 years ago
Evan You
0b3b1cfa48
fix(v-model): enable v-model type detection on custom elements
5 years ago
Evan You
c930f2ee8a
chore: update snapshot
5 years ago
Evan You
71c3c6e2a0
fix(v-model): allow v-model usage on declared custom elements
fix #1699
5 years ago
Evan You
d63daaf9b6
release: v3.0.0-rc.4
5 years ago
Evan You
7753485baa
release: v3.0.0-rc.3
5 years ago
Evan You
1f4045a086
release: v3.0.0-rc.2
5 years ago
Stanislav
fa5ddf8d06
chore(types): convert type literals to records ( #1615 )
5 years ago
Evan You
0ea14cade9
release: v3.0.0-rc.1
5 years ago
Evan You
5ed73cd874
release: v3.0.0-beta.24
5 years ago
Sohaib Alam
6136cf874e
chore: fix error message ( #1602 )
make the error message in `compiler-dom` and `compiler-ssr` a bit
cleaner and fix grammar
5 years ago
Evan You
8b5d153d7f
release: v3.0.0-beta.23
5 years ago
Evan You
fcbefdb769
release: v3.0.0-beta.22
5 years ago
Evan You
9188e9ea74
release: v3.0.0-beta.21
5 years ago
Evan You
00ab9e2e85
refactor: adjust event options handling to be JSX friendly
5 years ago
Evan You
380c6792d8
fix(v-on): refactor DOM event options modifer handling
fix #1567
Previously multiple `v-on` handlers with different event attach option
modifers (`.once`, `.capture` and `.passive`) are generated as an array
of objects in the form of `[{ handler, options }]` - however, this
makes it pretty complex for `runtime-dom` to properly handle all
possible value permutations, as each handler may need to be attached
with different options.
With this commit, they are now generated as event props with different
keys - e.g. `v-on:click.capture` is now generated as a prop named
`onClick.capture`. This allows them to be patched as separate props
which makes the runtime handling much simpler.
5 years ago
Evan You
576344d2c3
refactor(compiler): extract isStaticExp util
5 years ago
Evan You
6b63ba2f45
fix(compiler-dom): fix v-on .left .right modifier handling
5 years ago
Evan You
20df2f3817
release: v3.0.0-beta.20
5 years ago
Evan You
5e52f4e4d7
fix(compiler-dom): should ignore and warn side effect tags like script and style
This keeps behavior consistency with v2.
5 years ago