daiwei
|
277d57cd2e
|
chore: Merge branch 'minor' into edison/feat/svgAndMathML
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
|
2025-10-13 14:10:10 +08:00 |
daiwei
|
b428617ef1
|
refactor: proper namespace using wrapping approach
|
2025-10-13 14:02:41 +08:00 |
edison
|
3b5e13c7eb
|
fix(compiler-vapor): treat template v-for with single component child as component (#13914)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
|
2025-09-24 16:59:31 +08:00 |
edison
|
b65a6b869e
|
fix(runtime-vapor): sync parent component block reference during HMR reload (#13866)
|
2025-09-24 16:58:49 +08:00 |
edison
|
3c31b71abc
|
fix(compiler-vapor): escape html for safer template output (#13919)
|
2025-09-24 16:56:36 +08:00 |
edison
|
23bc91ca59
|
fix(runtime-vapor): setting innerHTML should go through trusted types (#13825)
|
2025-09-24 16:56:15 +08:00 |
edison
|
5ce227bd22
|
fix(runtime-vapor): handle vapor attrs fallthrough to vdom component (#13551)
|
2025-09-02 14:05:16 +08:00 |
Jack
|
96ca3b0243
|
fix(vapor): handle next host node for vapor component (#13823)
close #13824
---------
Co-authored-by: daiwei <daiwei521@126.com>
|
2025-08-29 15:48:41 +08:00 |
edison
|
d6e69c552b
|
Merge branch 'minor' into edison/feat/svgAndMathML
|
2025-08-28 21:32:55 +08:00 |
daiwei
|
ecef5332f8
|
feat: enhance SVG support in dynamic props and attrs handling
|
2025-08-28 21:32:04 +08:00 |
daiwei
|
716b6de355
|
chore: Merge branch 'main' into minor
|
2025-08-21 14:03:13 +08:00 |
daiwei
|
20b888bd59
|
release: v3.5.19
|
2025-08-21 10:29:08 +08:00 |
equt
|
0a202d890f
|
fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (#13725)
close #13724
|
2025-08-21 10:03:16 +08:00 |
edison
|
d9dd628800
|
fix(compiler-sfc): improve type inference for generic type aliases types (#12876)
close #12872
|
2025-08-21 09:48:40 +08:00 |
Alex Snezhko
|
4a2953f57b
|
fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (#13449)
close 12852
|
2025-08-21 08:46:10 +08:00 |
renovate[bot]
|
10edfb5fc0
|
chore(deps): update all non-major dependencies (#13733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-20 22:14:18 +08:00 |
edison
|
a8713159ee
|
fix(suspense): don't immediately resolve suspense on last dep unmount (#13456)
close #13453
|
2025-08-20 22:11:16 +08:00 |
Adrian Cerbaro
|
0562548ab3
|
fix(compiler-sfc): throw mismatched script langs error before invoking babel (#13194)
Close #13193
|
2025-08-20 21:05:52 +08:00 |
skirtle
|
d7283f3b7f
|
fix(runtime-core): improve consistency of `PublicInstanceProxyHandlers.has` (#13507)
|
2025-08-20 21:05:26 +08:00 |
edison
|
3190b179b0
|
fix(Transition): handle KeepAlive + transition leaving edge case (#13152)
close #13153
|
2025-08-20 20:56:08 +08:00 |
edison
|
7f60ef83e7
|
fix(compiler-core): prevent cached array children from retaining detached dom nodes (#13691)
fix element-plus/element-plus#21408
Re-fix #13211
|
2025-08-20 20:51:04 +08:00 |
edison
|
6e5143d963
|
fix(hmr): prevent updating unmounting component during HMR rerender (#13775)
close #13771
close #13772
|
2025-08-20 20:49:59 +08:00 |
Tycho
|
1498821ed9
|
fix(reactivity): warn on nested readonly ref update during unwrapping (#12141)
|
2025-08-20 20:45:01 +08:00 |
edison
|
439e1a543e
|
fix(hydration): also set vShow name if __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__ flag is enabled (#13777)
close #13744
|
2025-08-20 20:41:07 +08:00 |
alentide
|
8963b7979a
|
test(runtime-core): remove incorrect suspense test in vnode spec (#13782)
|
2025-08-20 20:36:37 +08:00 |
edison
|
6a801de36b
|
fix(runtime-vapor): properly handle consecutive prepend operations with insertionState (#13558)
close #13764
|
2025-08-20 17:51:40 +08:00 |
Rizumu Ayaka
|
57354e195a
|
refactor(compiler-sfc): destructure built-in properties ($emit,$attrs,$slots) in inline mode (#13663)
Co-authored-by: daiwei <daiwei521@126.com>
|
2025-08-20 17:50:53 +08:00 |
edison
|
e56997f0d5
|
fix(runtime-vapor): fix readonly warning when useTemplateRef has same variable name as template ref (#13672)
close #13665
align to bc63df0
|
2025-08-20 17:50:04 +08:00 |
edison
|
def21b6780
|
fix(runtime-vapor): apply v-show to vdom child (#13767)
close #13765
|
2025-08-20 17:49:33 +08:00 |
edison
|
248b394e15
|
fix(compiler-vapor): adjust children generation order for hydration (#13729)
|
2025-08-20 17:49:12 +08:00 |
daiwei
|
1c9eb70348
|
test: add tests for SVG/MATH tags without explicit root
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
svg/math tags might be the root of a component
|
2025-08-03 10:51:22 +08:00 |
daiwei
|
d0da0226ad
|
fix: use Namespace type for namespace handling
|
2025-08-03 10:33:39 +08:00 |
daiwei
|
8bc32865a5
|
refactor: move namespaces type and enum to shared package
|
2025-08-03 10:29:59 +08:00 |
daiwei
|
07fd7e4d41
|
fix(runtime-vapor): properly handle fast remove in keyed diff
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
|
2025-07-30 20:40:36 +08:00 |
edison
|
348ffafbc6
|
fix(runtime-vapor): resolve multiple vFor rendering issues (#13714)
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
size data / upload (push) Waiting to run
Details
|
2025-07-30 09:25:35 +08:00 |
daiwei
|
fb4207c999
|
fix: improve namespace handling for SVG and MathML tags
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
|
2025-07-29 09:51:25 +08:00 |
daiwei
|
1b28566d5e
|
test: update
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
|
2025-07-28 08:31:12 +08:00 |
daiwei
|
4fcc7393f3
|
chore: tweaks
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
|
2025-07-26 16:37:28 +08:00 |
daiwei
|
e2f84fc075
|
wip: save
|
2025-07-26 16:32:03 +08:00 |
daiwei
|
2807a8b35c
|
wip: save
|
2025-07-25 17:54:03 +08:00 |
daiwei
|
307baff82d
|
wip: save
|
2025-07-25 17:33:30 +08:00 |
daiwei
|
0d22bbc96b
|
wip: add tests
|
2025-07-25 17:09:09 +08:00 |
daiwei
|
40b1e1e5de
|
feat(runtime-vapor): support svg and MathML
|
2025-07-25 16:10:29 +08:00 |
awaken1ng
|
c875019d49
|
fix(devtools): clear performance measures (#13701)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
canary release / canary (push) Has been cancelled
Details
canary minor release / canary (push) Has been cancelled
Details
Lock Closed Issues / action (push) Has been cancelled
Details
Auto close issues with "can't reproduce" label / close-issues (push) Has been cancelled
Details
close #13700
|
2025-07-25 08:48:57 +08:00 |
zhangenming
|
31f798581c
|
chore(runtime-core): use NO instead of ()=>false (#13695)
|
2025-07-25 08:45:38 +08:00 |
linzhe
|
911e67045e
|
fix(compiler-core): adjacent v-else should cause a compiler error (#13699)
close #13698
|
2025-07-25 08:30:05 +08:00 |
daiwei
|
c486536105
|
release: v3.5.18
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
|
2025-07-23 08:57:59 +08:00 |
Alex Snezhko
|
7343f7c95f
|
dx(runtime-core): fix warning message for useSlots, useAttrs invocation with missing instance (#13647)
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
size data / upload (push) Waiting to run
Details
|
2025-07-23 08:42:50 +08:00 |
edison
|
8cfc10a80b
|
fix(ssr): ensure empty slots render as a comment node in Transition (#13396)
close #13394
|
2025-07-23 08:42:34 +08:00 |
linzhe
|
7f2994393d
|
fix(runtime-core): ensure correct anchor el for unresolved async components (#13560)
close #13559
|
2025-07-23 08:42:10 +08:00 |