Li Chen
|
0f8c9917f8
chore(runtime-core): use ReactiveFlags.SKIP in vnode for consistency (#1901)
|
5 лет назад |
Evan You
|
f02e2f99d9
fix(runtime-core): disable block tracking when calling compiled slot function in tempalte expressions
|
5 лет назад |
HcySunYang
|
7ffb79c563
fix(runtime-core): correctly track dynamic nodes in renderSlot (#1911)
|
5 лет назад |
Evan You
|
eb2ae44d94
refactor(types): widen `Component` type to include consutructor types
|
5 лет назад |
Evan You
|
791eff3dfb
fix(runtime-core): avoid manual slot invocation in template expressions interfering with block tracking
|
5 лет назад |
Evan You
|
fbf865d9d4
fix(compiler-core): always compile Teleport and Suspense as blocks
|
5 лет назад |
Evan You
|
c852bf18d7
fix(v-model): v-model listeners should not fallthrough to plain element root
|
5 лет назад |
Evan You
|
1af3531719
fix(runtime-core): fix attr fallthrough on compiled framgent w/ single static element + comments
|
5 лет назад |
Evan You
|
6390ddfb7d
fix(runtime-core): do not use bail patchFlag on cloned vnodes
|
5 лет назад |
Evan You
|
03c681e396
refactor(types): move component props interfaces + expose `AllowedComponentProps`
|
5 лет назад |
Stanislav
|
fa5ddf8d06
chore(types): convert type literals to records (#1615)
|
5 лет назад |
HcySunYang
|
5d8a64d53a
feat(types): deny unknown attributes on component by default (#1614)
|
6 лет назад |
Evan You
|
aab99abd28
fix(slots): properly force update on forwarded slots
|
6 лет назад |
Pick
|
2b60870f8a
refactor(types): improve code readability & friendly to type hints (#1560)
|
6 лет назад |
Evan You
|
d7184c99e6
refactor(types): add VNode to VNodeTypes
|
6 лет назад |
Evan You
|
31e37b417b
chore: warn NaN vnode key
|
6 лет назад |
Evan You
|
c9629f2692
feat(runtime-core): support creating vnode from existing vnode
|
6 лет назад |
Evan You
|
d5dbd27193
fix(ssr): handle fallthrough attrs in ssr compile output
|
6 лет назад |
Albert Liu
|
a60f3b1430
refactor(types): remove unnecessary as any (#1411)
|
6 лет назад |
Evan You
|
be69beed5e
fix(runtime-core): cloneVNode should preserve correct ctx instance when normalizing ref
|
6 лет назад |
Evan You
|
e76ed4c269
refactor(hmr): simplify hmr force update check
|
6 лет назад |
Evan You
|
3fafc3b3ac
types(runtime-core): improve types for transition hook (#1009)
|
6 лет назад |
Evan You
|
e4dc03a8b1
feat(types): adjust type exports for manual render function and tooling usage
|
6 лет назад |
Evan You
|
24168bbb33
chore: improve comments
|
6 лет назад |
Evan You
|
dbf627f136
wip(runtime): support multi-element static vnode in renderer
|
6 лет назад |
Evan You
|
40166a8637
feat(types): re-expose trasnformVNodeArgs
|
6 лет назад |
Evan You
|
d901b6bea8
refactor(reactivity): use more efficient reactive checks
|
6 лет назад |
Evan You
|
7f23555356
fix(teleport): teleport should always be tracked as dynamic child for unmount
|
6 лет назад |
Evan You
|
08bf7e3607
fix(runtime-core): cloned vnodes with extra props should de-opt
|
6 лет назад |
Evan You
|
68e1ce8b66
refactor(types): mark more internal APIs
|
6 лет назад |