HcySunYang
|
ecd97ee6e4
fix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845)
|
il y a 4 ans |
Evan You
|
8b94464a3b
fix(compiler-sfc): fix style injection when using normal script + setup
|
il y a 4 ans |
edison
|
2c7bd42801
fix(compiler-sfc): fix template expression assignment codegen for script setup let refs (#3626)
|
il y a 4 ans |
Evan You
|
aa96a0e88a
release: v3.1.0-beta.6
|
il y a 4 ans |
HcySunYang
|
6bfb50aff9
fix(compiler-sfc): correctly remove parens used for wrapping (#3582)
|
il y a 4 ans |
Evan You
|
6fbf0dd315
chore: use variable instead of literal
|
il y a 4 ans |
GU Yiling
|
e3f5dcb99b
fix(runtime-dom): should remove attribute when binding `null` to `value` (#3564)
|
il y a 4 ans |
Evan You
|
071986a2c6
fix(transition): fix higher order transition components with merged listeners
|
il y a 4 ans |
edison
|
d6607c9864
fix(runtime-core): fix resolving inheritAttrs from mixins (#3742)
|
il y a 4 ans |
HcySunYang
|
9b2e894017
fix(compiler-core): improve the isMemberExpression function (#3675)
|
il y a 4 ans |
Evan You
|
1ff06376ff
chore: type fix
|
il y a 4 ans |
Evan You
|
03a7a73148
fix(reactivity): ensure computed always expose value
|
il y a 4 ans |
Evan You
|
32e21333dd
fix(runtime-core): stricter compat root mount check
|
il y a 4 ans |
Evan You
|
669037277b
fix(compiler-dom): fix in-browser attribute value decoding w/ html tags
|
il y a 4 ans |
HcySunYang
|
a641eb201f
fix(runtime-core): fix cases of reused children arrays in render functions (#3670)
|
il y a 4 ans |
HcySunYang
|
ff50e8d78c
fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699)
|
il y a 4 ans |
Evan You
|
9f24195d2c
fix(suspense): fix suspense patching in optimized mode
|
il y a 4 ans |
Evan You
|
f0eb1978b2
release: v3.1.0-beta.5
|
il y a 4 ans |
Evan You
|
b46a4dccf6
fix(ssr): handle hydrated async component unmounted before resolve
|
il y a 4 ans |
Evan You
|
b57e995edd
fix(scheduler): handle preFlush cb queued inside postFlush cb
|
il y a 4 ans |
HcySunYang
|
e8ddf86080
fix(runtime-core): properly check forwarded slots type (#3781)
|
il y a 4 ans |
edison
|
4e3f82f683
fix(runtime-core/teleport): ensure the nested teleport can be unmounted correctly (#3629)
|
il y a 4 ans |
HcySunYang
|
201060717d
fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554)
|
il y a 4 ans |
Evan You
|
1526f94edf
fix(watch): should not leak this context to setup watch getters
|
il y a 4 ans |
HcySunYang
|
9e3708ca75
fix(keep-alive): include/exclude should work with async component (#3531)
|
il y a 4 ans |
Evan You
|
f1f52300e6
release: v3.1.0-beta.4
|
il y a 4 ans |
Evan You
|
b76c453507
refactor: adjust absent prop casting logic
|
il y a 4 ans |
Evan You
|
0255be2f4b
fix(runtime-core): avoid double-setting props when casting
|
il y a 4 ans |
HcySunYang
|
4ce0df6ef1
fix(runtime-core): avoid the proxy object polluting the slots of the internal instance (#3698)
|
il y a 4 ans |
HcySunYang
|
7c74feb3dc
fix(compiler-dom): comments in the v-if branchs should be ignored when used in Transition (#3622)
|
il y a 4 ans |