Eduardo San Martin Morote
|
ce457f9f4d
fix(slot): add a function to return the slot fallback content (#12014)
|
5 gadi atpakaļ |
Des Preston
|
862070662d
fix(compiler): event handlers with modifiers swallowing arguments (fix #10867) (#10958)
|
5 gadi atpakaļ |
GU Yiling
|
569b728ab1
fix: fix function expression regex (#9922)
|
7 gadi atpakaļ |
GU Yiling
|
3433ba5bee
fix(codegen): support named function expression in v-on (#9709)
|
7 gadi atpakaļ |
Evan You
|
7ec4627902
fix: ensure generated scoped slot code is compatible with 2.5
|
7 gadi atpakaļ |
Evan You
|
29c348f3cf
fix: fix keyCode check for Chrome autofill fake key events
|
7 gadi atpakaļ |
Evan You
|
44a4ca33b9
fix: restore slot-scope + v-if behavior
|
7 gadi atpakaļ |
Filipe Amaral
|
55bfb94a33
fix(compiler): fix inline-template crashing (#9365)
|
7 gadi atpakaļ |
Evan You
|
5851961ca3
refactor: adjust codegen for v-if on scoped slot
|
7 gadi atpakaļ |
Evan You
|
dbc0582587
feat: dynamic directive arguments for v-on, v-bind and custom directives (#9373)
|
7 gadi atpakaļ |
Evan You
|
f219bedae8
perf: improve scoped slots change detection accuracy (#9371)
|
7 gadi atpakaļ |
Evan You
|
9432737cf8
fix: cover more cases in v-on inline return value
|
7 gadi atpakaļ |
Evan You
|
4074104fac
perf: skip normalization on single child element v-for
|
7 gadi atpakaļ |
Andrew Hyndman
|
3d449376d5
fix(v-model): properly handle multiline v-model expressions (#9184)
|
7 gadi atpakaļ |
GU Yiling
|
0ed0aad772
fix: fix keyName checking for space and delete in IE11 (#9150)
|
7 gadi atpakaļ |
Evan You
|
1b4a8a0c1e
fix(compiler): fix codegen for v-for component inside template
|
7 gadi atpakaļ |
Subhash
|
ef8524ab7d
fix(compiler): wrap scoped slots v-if conditions in parens (#9119)
|
7 gadi atpakaļ |
Kevin Ball
|
ecac831691
fix(compiler): templates inside v-pre should be rendered to HTML (#8146)
|
7 gadi atpakaļ |
Jovino Xu
|
aef2a5f3db
fix(compiler): maybeComponent should return true when "is" attribute exists (#8114)
|
7 gadi atpakaļ |
Alex
|
6bc75cacb7
fix(v-on): return handler value when using modifiers (#7704)
|
8 gadi atpakaļ |
Eduardo San Martin Morote
|
dc97a39c2f
fix(codegen): support filters with () in older browsers (#7545)
|
8 gadi atpakaļ |
Evan You
|
f7311c90b3
refactor: move keyName alias map to compiler
|
8 gadi atpakaļ |
Evan You
|
cd334070f3
fix: address potential regex backtrack
|
8 gadi atpakaļ |
Evan You
|
4e00688e4a
build: update dev dependencies
|
8 gadi atpakaļ |
Evan You
|
5875c7c490
fix: revert shared static tree cache to avoid memory leak
|
8 gadi atpakaļ |
Evan You
|
f0a66c5817
refactor: cache v-once and purely static trees separately
|
8 gadi atpakaļ |
Evan You
|
dae173d96d
feat: support denoting normal elements as scoped slot
|
8 gadi atpakaļ |
Evan You
|
4987eeb3a7
feat: v-on automatic key inference
|
8 gadi atpakaļ |
Nick Messing
|
9734e878ec
feat: add .exact event modifier (#5977)
|
8 gadi atpakaļ |
Chris Casola
|
baabd6d140
fix(compiler): warn when inline-template component has no children (fix #6703) (#6715)
|
8 gadi atpakaļ |