Daniel Roe
35da3c6dcb
fix(compiler-sfc): support global augments with named exports ( #13789 )
2025-09-02 17:03:16 +08:00
edison
8f6b505051
fix(runtime-core): disable tracking block in h function ( #8213 )
...
close #6913
2025-09-02 16:59:57 +08:00
Folee
e322436887
fix(custom-element): prevent defineCustomElement from mutating the options object ( #13791 )
2025-09-02 16:56:33 +08:00
renovate[bot]
d11cdd4a01
chore(deps): update build ( #13799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 16:44:46 +08:00
renovate[bot]
ce9e6d1f4c
chore(deps): update test ( #13801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 16:44:14 +08:00
renovate[bot]
bbf0f4cc44
chore(deps): update dependency npm-run-all2 to v8 ( #13802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 16:43:40 +08:00
renovate[bot]
a28794edfa
chore(deps): update dependency magic-string to ^0.30.18 ( #13800 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 15:32:53 +08:00
王二狗
63279661e8
chore: fix typo ( #13833 )
2025-09-01 14:37:31 +08:00
Ari Perkkiö
233b1250ce
chore(test): migrate to Vitest inline projects ( #13838 )
2025-09-01 13:59:34 +08:00
Zhong
24fccb4ee4
types(runtime-dom): improve event types ( #13804 )
...
close #13796
2025-08-25 15:25:10 +08:00
daiwei
3aa782df38
release: v3.5.20
2025-08-25 15:08:32 +08:00
edison
1031e8de08
fix(runtime-dom): add name to vShow for prop mismatch check ( #13806 )
...
close #13805
re-fix #13744
revert #13777
The implementation in #13777 requires users to configure __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__, otherwise errors like #13805 will occur.
2025-08-25 14:52:50 +08:00
Zhong
0f916d8c39
types(compiler-sfc): add explicit return type to genModelProps ( #13441 )
2025-08-23 21:32:53 +08:00
Zhong
952886e299
chore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots
...
The changes correct the casing of a function name from legacyresolveScopedSlots to legacyResolveScopedSlots in both its definition and usage. No logic, control flow, or public API behavior is altered; only the symbol's casing is updated for consistency.
2025-08-23 21:30:50 +08:00
yangdan8
a48ffdad65
chore(reactivity): optimize size retrieval in createInstrumentations ( #13759 )
2025-08-21 17:52:55 +08:00
吴杨帆
cde15b07bf
chore: fix typo
2025-08-21 17:39:55 +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]
19a0cbd431
chore(deps): update build ( #13748 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:21:14 +08:00
renovate[bot]
40d8d61c64
chore(deps): update test ( #13734 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:20:44 +08:00
renovate[bot]
5bdb2b4693
chore(deps): update dawidd6/action-download-artifact action to v11 ( #13774 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:15:44 +08:00
renovate[bot]
be7c7e57ac
chore(deps): update actions/checkout action to v5 ( #13773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:14:57 +08:00
renovate[bot]
40654d4aa4
chore(deps): update compiler ( #13713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:14:32 +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
renovate[bot]
2a0382ca7a
chore(deps): update build ( #13712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:14:03 +08:00
renovate[bot]
5eed143dd1
fix(deps): update dependency @vue/repl to ^4.6.3 ( #13747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 22:13:36 +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
edison
7420564b20
chore(ci): trusted publisher ( #13768 )
...
Related to e18e/ecosystem-issues#201
2025-08-20 20:39:07 +08:00
alentide
8963b7979a
test(runtime-core): remove incorrect suspense test in vnode spec ( #13782 )
2025-08-20 20:36:37 +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
zhiyuanzmj
9b029239ed
fix(compiler-core): identifiers in function parameters should not be inferred as references ( #13548 )
2025-07-23 08:41:50 +08:00
edison
d8e40ef7e1
fix(compiler-sfc): transform empty srcset w/ includeAbsolute: true ( #13639 )
...
close vitejs/vite-plugin-vue#631
2025-07-23 08:41:17 +08:00
linzhe
90573b06bf
fix(custom-element): ensure exposed methods are accessible from custom elements by making them enumerable ( #13634 )
...
close #13632
2025-07-23 08:40:40 +08:00
edison
c5f7db1154
fix(slots): refine internal key checking to support slot names starting with an underscore ( #13612 )
...
close #13611
2025-07-23 08:40:20 +08:00
edison
a9269c642b
fix(hydration): prevent lazy hydration for updated components ( #13511 )
...
close #13510
2025-07-23 08:36:47 +08:00