daiwei
4b6cb1f52a
release: v3.5.21
2025-09-02 17:59:45 +08:00
yangxiuxiu
5d75a170c8
fix(Suspence): handle Suspense + KeepAlive HMR updating edge case ( #13076 )
...
close #13075
2025-09-02 17:44:13 +08:00
Alex Snezhko
55922ff316
fix(compiler-sfc): check lang before attempt to compile script ( #13508 )
...
close #8368
2025-09-02 17:39:29 +08:00
山吹色御守
1e8b65aa49
perf: improve regexp performance with non-capturing groups ( #13567 )
2025-09-02 17:30:02 +08:00
skirtle
f2699a5cb3
fix(watch): use maximum depth for duplicates ( #13434 )
2025-09-02 17:29:08 +08:00
edison
99d54b28b4
fix(compiler-core): force dynamic slots when slot referencing scope vars ( #9427 )
...
close #9380
2025-09-02 17:24:56 +08:00
Red Huang
15fc75f403
fix(runtime-core): use separate emits caches for components and mixins ( #11661 )
2025-09-02 17:15:46 +08:00
Yang Mingshan
4810f1489f
chore(types): compatible with TS 5.8 ( #12973 )
2025-09-02 17:13:08 +08:00
edison
7171defb45
refactor: remove canary release workflows ( #13794 )
...
now using continuous release with pkg.pr.new
2025-09-02 17:12:42 +08:00
edison
26bce3dc6c
chore: update side effect annotations to use standardized format ( #13839 )
2025-09-02 17:12:19 +08:00
Andrei L
842a392ae5
types(jsx): add undefined to optional properties ( #12771 )
...
close #6068
2025-09-02 17:11:18 +08:00
edison
1392734ae5
fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd-party libraries ( #13817 )
...
close vitejs/vite-plugin-vue#644
2025-09-02 17:10:30 +08:00
edison
8696e346b4
fix(compiler-sfc): support `${configDir}` in paths for TypeScript 5.5+ ( #13491 )
...
close #13484
2025-09-02 17:09:44 +08:00
edison
93ba107672
fix(templateRef): prevent unnecessary set ref on dynamic ref change or component unmount ( #12642 )
...
close #12639
2025-09-02 17:08:53 +08:00
linzhe
00978f7d14
fix(Teleport): hydrate disabled Teleport with undefined target ( #11235 )
...
close #11230
2025-09-02 17:08:15 +08:00
edison
ef20b86b36
fix(hmr): prevent update unmounting component during HMR reload ( #13815 )
...
close vitejs/vite-plugin-vue#599
2025-09-02 17:07:36 +08:00
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