Evan You
|
59cf2958e7
fix(transition): handle edge case of cancel leave before next frame
|
4 years ago |
Evan You
|
9309b044bd
fix(ssr): fix hydration error for slot outlet inside transition
|
4 years ago |
Evan You
|
da49c863a2
fix(keep-alive): fix unmounting late-included components
|
4 years ago |
Evan You
|
20ed16f68c
fix(keep-alive): invoke initial activated hook for async components
|
4 years ago |
Evan You
|
9d815d28ad
chore: remove dbeugger [ci skip]
|
4 years ago |
Dongcai Huang
|
109453f2ba
chore: add explaination about the utility type IfAny<T, Y, N> (#5862) [ci skip]
|
4 years ago |
ygj6
|
d0695dad32
chore: normalize file paths in test filter for windows (#5315)
|
4 years ago |
patak
|
cb69208a87
chore: issues forms (#5145)
|
4 years ago |
WangJing
|
9329feb7d3
chore(compiler): improve readability of compiler-core's test case (#4886)
|
4 years ago |
Evan You
|
54753c3401
chore: update branch references
|
4 years ago |
HeYunfei
|
b5b103a736
chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669)
|
4 years ago |
edison
|
cd395559ce
chore(compiler-core): use aliasHelper (#3592)
|
4 years ago |
Evan You
|
c44b3fc2ff
chore: update ci step name [ci skip]
|
4 years ago |
Evan You
|
b5aa768733
workflow: upgrade to pnpm 7
|
4 years ago |
Zardddddd60
|
eed3973459
chore(runtime-code): delete outdated test case (#3036)
|
4 years ago |
edison
|
f1d1cdbb69
fix(runtime-core): fix activated hook when using async component with KeepAlive (#5459)
|
4 years ago |
Simon Legner
|
d4fcfddec6
fix(types): allow indeterminate for checkbox (#3473)
|
4 years ago |
Johnson Chu
|
c901dca5ad
feat(types): avoid props JSDocs loss by `default` option (#5871)
|
4 years ago |
Evan You
|
425310e8b6
fix(transition/v-show): ensure transition is in persisted mode when used with v-show
|
4 years ago |
Evan You
|
2bab639683
fix(runtime-core): fix directive inheritance on dev root fragment
|
4 years ago |
Evan You
|
51f3d386de
fix(compiler-core): template v-if should never be treated as dev root fragment
|
4 years ago |
Evan You
|
b7025d24f1
fix(compiler-sfc): ensure consistent behavior of export default render with script setup
|
4 years ago |
Evan You
|
41d255ba5d
fix(compiler-sfc): fix skipped srcset transform when using base option
|
4 years ago |
Evan You
|
57bb37bd64
fix(ssr): should not hoist transformed asset urls in ssr compile
|
4 years ago |
Kael
|
fec12d7dcc
fix(runtime-core): transition hooks can be arrays of functions (#5177)
|
4 years ago |
Kael
|
da10dd7de9
fix(ssr): don't warn for missing teleport target if disabled (#5135)
|
4 years ago |
edison
|
cd659fc86f
fix(ssr): should de-optimize on vnode with PatchFlags.BAIL (#4818)
|
4 years ago |
Evan You
|
410144149f
fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive
|
4 years ago |
Evan You
|
03b03eee44
chore: bump vite
|
4 years ago |
Thorsten Lünborg
|
e4dffe900a
fix(runtime-core): ensure raw slot function is only normalized once (#5358)
|
4 years ago |