]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
40 hours agoMerge branch 'minor' into edison/fix/checkboxIndeterminate edison/fix/checkboxIndeterminate 13953/head
edison [Thu, 6 Nov 2025 05:59:39 +0000 (13:59 +0800)] 
Merge branch 'minor' into edison/fix/checkboxIndeterminate

40 hours agofix(compiler-vapor): handle boolean as constant node (#13994)
zhiyuanzmj [Thu, 6 Nov 2025 05:58:48 +0000 (13:58 +0800)] 
fix(compiler-vapor): handle boolean as constant node (#13994)

40 hours agofix(compiler-vapor): handle numbers as static text (#13957)
zhiyuanzmj [Thu, 6 Nov 2025 05:57:19 +0000 (13:57 +0800)] 
fix(compiler-vapor): handle numbers as static text (#13957)

44 hours agorelease: v3.6.0-alpha.3 v3.6.0-alpha.3
daiwei [Thu, 6 Nov 2025 01:33:44 +0000 (09:33 +0800)] 
release: v3.6.0-alpha.3

45 hours agochore: Merge branch 'main' into minor
daiwei [Thu, 6 Nov 2025 01:11:54 +0000 (09:11 +0800)] 
chore: Merge branch 'main' into minor

45 hours agofix(runtime-vapor): pass plain object props to createVNode during vdom interop (...
edison [Thu, 6 Nov 2025 00:52:53 +0000 (08:52 +0800)] 
fix(runtime-vapor): pass plain object props to createVNode during vdom interop (#13382)

close #14027

45 hours agorelease: v3.5.23 v3.5.23
daiwei [Thu, 6 Nov 2025 00:27:08 +0000 (08:27 +0800)] 
release: v3.5.23

2 days agofix(suspense): clear placeholder and fallback el after resolve to enable GC (#13928)
edison [Wed, 5 Nov 2025 13:53:06 +0000 (21:53 +0800)] 
fix(suspense): clear placeholder and fallback el after resolve to enable GC (#13928)

2 days agofix(TransitionGroup): use offsetLeft and offsetTop instead of getBoundingClientRect...
Jooies [Wed, 5 Nov 2025 09:20:25 +0000 (17:20 +0800)] 
fix(TransitionGroup): use offsetLeft and offsetTop instead of getBoundingClientRect  to avoid transform scale affect animation (#6108)

close #6105

2 days agofix(runtime-core): pass props and children to loadingComponent (#13997)
indykoning [Wed, 5 Nov 2025 09:18:20 +0000 (10:18 +0100)] 
fix(runtime-core): pass props and children to loadingComponent (#13997)

2 days agofix(compiler-core): correctly handle ts type assertions in expressions (#13397)
zhiyuanzmj [Wed, 5 Nov 2025 09:17:49 +0000 (17:17 +0800)] 
fix(compiler-core): correctly handle ts type assertions in expressions (#13397)

similar to #13395

2 days agofix(compiler-sfc): resolve numeric literals and template literals without expressions...
山吹色御守 [Wed, 5 Nov 2025 09:13:04 +0000 (17:13 +0800)] 
fix(compiler-sfc): resolve numeric literals and template literals without expressions as static property key (#13998)

2 days agofix(compiler): using guard instead of non-nullish assertion (#13982)
沈青川 [Wed, 5 Nov 2025 09:12:23 +0000 (17:12 +0800)] 
fix(compiler): using guard instead of non-nullish assertion (#13982)

2 days agofix(v-model): handle number modifier on change (#13959)
rzzf [Wed, 5 Nov 2025 09:11:35 +0000 (17:11 +0800)] 
fix(v-model): handle number modifier on change (#13959)

close #13958

2 days agofix(hydration): avoid mismatch during hydrate text with newlines in interpolation...
edison [Wed, 5 Nov 2025 09:05:50 +0000 (17:05 +0800)] 
fix(hydration): avoid mismatch during hydrate text with newlines in interpolation (#9232)

close #9229

2 days agofix(compiler-ssr): textarea with v-text directive SSR (#13975)
Alex Snezhko [Wed, 5 Nov 2025 09:05:29 +0000 (01:05 -0800)] 
fix(compiler-ssr): textarea with v-text directive SSR (#13975)

2 days agorefactor(runtime-core): check feature flag when forwarding `data` properties (#13966)
skirtle [Wed, 5 Nov 2025 09:04:55 +0000 (09:04 +0000)] 
refactor(runtime-core): check feature flag when forwarding `data` properties (#13966)

2 days agofix(custom-element): optimize slot retrieval to avoid duplicates (#13961)
edison [Wed, 5 Nov 2025 09:04:33 +0000 (17:04 +0800)] 
fix(custom-element): optimize slot retrieval to avoid duplicates (#13961)

close #13955

2 days agochore(lint): replace deprecated `tseslint.config` and `prefer-ts-expect-error` (...
Vida Xie [Wed, 5 Nov 2025 09:04:12 +0000 (17:04 +0800)] 
chore(lint): replace deprecated `tseslint.config` and `prefer-ts-expect-error` (#13942)

2 days agofix(runtime-dom): ensure iframe sandbox is handled as an attribute to prevent uninten...
clay jenson [Wed, 5 Nov 2025 08:53:58 +0000 (16:53 +0800)] 
fix(runtime-dom): ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950)

close #13946

2 days agofix(compiler-core): fix v-bind shorthand handling for in-DOM templates (#13933)
edison [Wed, 5 Nov 2025 08:51:29 +0000 (16:51 +0800)] 
fix(compiler-core): fix v-bind shorthand handling for in-DOM templates (#13933)

close #13930

2 days agotypes(runtime-core): add `undefined` to `NativeType` type (#13594)
Dylan Lathrum [Wed, 5 Nov 2025 08:50:58 +0000 (01:50 -0700)] 
types(runtime-core): add `undefined` to `NativeType` type  (#13594)

close #13593

2 days agofix(custom-element): batch custom element prop patching (#13478)
Alex Snezhko [Wed, 5 Nov 2025 08:50:00 +0000 (00:50 -0800)] 
fix(custom-element): batch custom element prop patching (#13478)

close #12619

2 days agotypes(jsx-runtime): use interface instead of type for ReservedProps (#12385)
zhiyuanzmj [Wed, 5 Nov 2025 08:35:37 +0000 (16:35 +0800)] 
types(jsx-runtime): use interface instead of type for ReservedProps (#12385)

2 days agorefactor(reactivity): sync alien-signals 3.0.0 changes (#14057)
Johnson Chu [Wed, 5 Nov 2025 08:31:04 +0000 (16:31 +0800)] 
refactor(reactivity): sync alien-signals 3.0.0 changes (#14057)

2 days agofeat(runtime-vapor): add support for async components in VaporKeepAlive (#14040)
edison [Wed, 5 Nov 2025 03:55:57 +0000 (11:55 +0800)] 
feat(runtime-vapor): add support for async components in VaporKeepAlive (#14040)

2 days agofix(runtime-vapor): remove v-cloak and add data-v-app after app mount (#14035)
edison [Wed, 5 Nov 2025 03:55:27 +0000 (11:55 +0800)] 
fix(runtime-vapor): remove v-cloak and add data-v-app after app mount (#14035)

2 days agofeat(runtime-vapor): vapor transition work with vapor async component (#14053)
edison [Wed, 5 Nov 2025 03:42:28 +0000 (11:42 +0800)] 
feat(runtime-vapor): vapor transition work with vapor async component (#14053)

2 days agofeat(runtime-vapor): vapor transition work with vapor teleport (#14047)
edison [Wed, 5 Nov 2025 03:31:13 +0000 (11:31 +0800)] 
feat(runtime-vapor): vapor transition work with vapor teleport (#14047)

2 days agofeat(runtime-vapor): vapor transition work with vapor keep-alive (#14050)
edison [Wed, 5 Nov 2025 03:11:46 +0000 (11:11 +0800)] 
feat(runtime-vapor): vapor transition work with vapor keep-alive (#14050)

3 days agofix(deps): update dependency monaco-editor to ^0.54.0 (#13985)
renovate[bot] [Tue, 4 Nov 2025 03:28:30 +0000 (11:28 +0800)] 
fix(deps): update dependency monaco-editor to ^0.54.0 (#13985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update actions/setup-node action to v6 (#13999)
renovate[bot] [Tue, 4 Nov 2025 03:27:57 +0000 (11:27 +0800)] 
chore(deps): update actions/setup-node action to v6 (#13999)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update dependency pretty-bytes to v7 (#13968)
renovate[bot] [Tue, 4 Nov 2025 03:27:35 +0000 (11:27 +0800)] 
chore(deps): update dependency pretty-bytes to v7 (#13968)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update actions/upload-artifact action to v5 (#14022)
renovate[bot] [Tue, 4 Nov 2025 03:27:10 +0000 (11:27 +0800)] 
chore(deps): update actions/upload-artifact action to v5 (#14022)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update compiler (#14021)
renovate[bot] [Tue, 4 Nov 2025 03:26:42 +0000 (11:26 +0800)] 
chore(deps): update compiler (#14021)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update build (#13939)
renovate[bot] [Tue, 4 Nov 2025 03:21:53 +0000 (11:21 +0800)] 
chore(deps): update build (#13939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore: fix typo
daiwei [Tue, 4 Nov 2025 03:16:50 +0000 (11:16 +0800)] 
chore: fix typo

3 days agochore(deps): update all non-major dependencies (#13967)
renovate[bot] [Tue, 4 Nov 2025 03:12:05 +0000 (11:12 +0800)] 
chore(deps): update all non-major dependencies (#13967)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 days agochore(deps): update test (#13940)
renovate[bot] [Tue, 4 Nov 2025 03:06:23 +0000 (11:06 +0800)] 
chore(deps): update test (#13940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agorefactor: remove duplicated async loader properties
daiwei [Mon, 27 Oct 2025 03:32:51 +0000 (11:32 +0800)] 
refactor: remove duplicated async loader properties

11 days agofix(hmr): properly stop render effects during hmr re-render (#14023)
edison [Mon, 27 Oct 2025 03:00:50 +0000 (11:00 +0800)] 
fix(hmr): properly stop render effects during hmr re-render (#14023)

2 weeks agorefactor: rewrite defineVaporAsyncComponent import to defineAsyncComponent in SSR...
edison [Fri, 24 Oct 2025 00:48:55 +0000 (08:48 +0800)] 
refactor: rewrite defineVaporAsyncComponent import to defineAsyncComponent in SSR + vapor mode (#14016)

This limits the defineVaporAsyncComponent only used in the `.vue` file in SSR
revert https://github.com/vuejs/core/pull/13383/commits/897404317ef749c12d59f9731d0e8d94b013c6ac

2 weeks ago[autofix.ci] apply automated fixes
autofix-ci[bot] [Thu, 23 Oct 2025 06:16:44 +0000 (06:16 +0000)] 
[autofix.ci] apply automated fixes

2 weeks agorefactor(tests): port async component and keepalive tests
daiwei [Thu, 23 Oct 2025 06:14:25 +0000 (14:14 +0800)] 
refactor(tests): port async component and keepalive tests

2 weeks agorefactor(tests): port keepalive e2e tests to unit test
daiwei [Thu, 23 Oct 2025 03:38:53 +0000 (11:38 +0800)] 
refactor(tests): port keepalive e2e tests to unit test

2 weeks agorefactor(tests): simplify imports and reuse compile function
daiwei [Thu, 23 Oct 2025 02:59:51 +0000 (10:59 +0800)] 
refactor(tests): simplify imports and  reuse compile function

2 weeks agorefactor(compiler-vapor): exclude special built-ins from withVaporCtx (#14010)
edison [Thu, 23 Oct 2025 02:32:51 +0000 (10:32 +0800)] 
refactor(compiler-vapor): exclude special built-ins from withVaporCtx (#14010)

Also adds documentation to withVaporCtx explaining its purpose and exceptions.

2 weeks agorefactor(vapor): replace forwardedSlotCreator with withVaporCtx (#14009)
edison [Wed, 22 Oct 2025 12:48:29 +0000 (20:48 +0800)] 
refactor(vapor): replace forwardedSlotCreator with withVaporCtx (#14009)

2 weeks agochore(types): mark the vapor-related APIs as internal (#14008)
edison [Wed, 22 Oct 2025 06:08:56 +0000 (14:08 +0800)] 
chore(types): mark the vapor-related APIs as internal (#14008)

2 weeks agochore: Merge branch 'main' into minor
daiwei [Wed, 22 Oct 2025 03:04:44 +0000 (11:04 +0800)] 
chore: Merge branch 'main' into minor

2 weeks agofeat(vapor): set scopeId (#14004)
edison [Wed, 22 Oct 2025 02:35:04 +0000 (10:35 +0800)] 
feat(vapor): set scopeId (#14004)

2 weeks agofeat(runtime-vapor): add withVaporCtx helper to manage currentInstance context in...
edison [Wed, 22 Oct 2025 02:24:46 +0000 (10:24 +0800)] 
feat(runtime-vapor): add withVaporCtx helper to manage currentInstance context in slot blocks (#14007)

2 weeks agochore(runtime-vapor): refactor createKeyedFragment for improved insertion handling...
edison [Tue, 21 Oct 2025 09:11:03 +0000 (17:11 +0800)] 
chore(runtime-vapor): refactor createKeyedFragment for improved insertion handling (#14005)

2 weeks agofeat(runtime-vapor): add support for v-once (#13459)
edison [Tue, 21 Oct 2025 03:03:29 +0000 (11:03 +0800)] 
feat(runtime-vapor): add support for v-once (#13459)

2 weeks agofeat(hydration): hydrate vapor async component (#14003)
edison [Tue, 21 Oct 2025 01:40:50 +0000 (09:40 +0800)] 
feat(hydration): hydrate vapor async component (#14003)

2 weeks agofeat(hydration): hydrate VaporTeleport (#14002)
edison [Tue, 21 Oct 2025 01:10:26 +0000 (09:10 +0800)] 
feat(hydration): hydrate VaporTeleport (#14002)

2 weeks agofeat(hydration): hydrate VaporTransition (#14001)
edison [Tue, 21 Oct 2025 00:47:14 +0000 (08:47 +0800)] 
feat(hydration): hydrate VaporTransition (#14001)

2 weeks agofix(runtime-vapor): setting innerHTML should go through trusted types (#14000)
edison [Tue, 21 Oct 2025 00:31:35 +0000 (08:31 +0800)] 
fix(runtime-vapor): setting innerHTML should go through trusted types (#14000)

2 weeks agofeat(vapor): hydration (#13226)
edison [Tue, 21 Oct 2025 00:29:08 +0000 (08:29 +0800)] 
feat(vapor): hydration (#13226)

2 weeks agofeat(vapor): vapor teleport (#13082)
edison [Mon, 20 Oct 2025 08:10:07 +0000 (16:10 +0800)] 
feat(vapor): vapor teleport (#13082)

2 weeks agofeat(vapor): defineVaporAsyncComponent (#13059)
edison [Mon, 20 Oct 2025 07:44:55 +0000 (15:44 +0800)] 
feat(vapor): defineVaporAsyncComponent (#13059)

2 weeks agofeat(compiler-vapor): support keys and nonKeys modifier for component event (#13053)
zhiyuanzmj [Mon, 20 Oct 2025 07:21:19 +0000 (15:21 +0800)] 
feat(compiler-vapor): support keys and nonKeys modifier for component event (#13053)

2 weeks agofeat(vapor): template ref vdom interop (#13323)
edison [Mon, 20 Oct 2025 06:47:49 +0000 (14:47 +0800)] 
feat(vapor): template ref vdom interop (#13323)

2 weeks agofeat(vapor): forwarded slots (#13408)
edison [Mon, 20 Oct 2025 06:34:54 +0000 (14:34 +0800)] 
feat(vapor): forwarded slots (#13408)

2 weeks agofeat(vapor): vapor keepalive (#13186)
edison [Mon, 20 Oct 2025 06:21:27 +0000 (14:21 +0800)] 
feat(vapor): vapor keepalive (#13186)

2 weeks agofeat(runtime-vapor): v-html and v-text work with component (#13496)
edison [Mon, 20 Oct 2025 05:50:34 +0000 (13:50 +0800)] 
feat(runtime-vapor): v-html and v-text work with component (#13496)

2 weeks agofeat(vapor): vapor transition + transition-group (#12962)
edison [Mon, 20 Oct 2025 03:39:50 +0000 (11:39 +0800)] 
feat(vapor): vapor transition + transition-group (#12962)

2 weeks agofix(vapor): avoid unnecessary block movement in renderList (#13722)
Johnson Chu [Mon, 20 Oct 2025 02:18:07 +0000 (10:18 +0800)] 
fix(vapor): avoid unnecessary block movement in renderList (#13722)

3 weeks agorefactor(compiler-vapor): remove redundant empty strings (#13993) vapor-alpha-branch
zhiyuanzmj [Fri, 17 Oct 2025 02:38:30 +0000 (10:38 +0800)] 
refactor(compiler-vapor): remove redundant empty strings (#13993)

3 weeks agodocs: remove COMPILER_V_BIND_PROP (#13986)
edison [Mon, 13 Oct 2025 07:03:10 +0000 (15:03 +0800)] 
docs: remove COMPILER_V_BIND_PROP (#13986)

.prop was removed in 3.0. It was reintroduced in 3.2.
see vuejs/core@1c7d737

4 weeks agotest(v-model): mutating an array or set checkbox value (#13974)
skirtle [Thu, 9 Oct 2025 02:16:11 +0000 (03:16 +0100)] 
test(v-model): mutating an array or set checkbox value (#13974)

4 weeks agochore: fix typo (#13973)
abeer0 [Thu, 9 Oct 2025 01:28:26 +0000 (07:28 +0600)] 
chore: fix typo (#13973)

4 weeks agochore: fix typo. (#13948)
王二狗 [Sat, 4 Oct 2025 01:46:30 +0000 (09:46 +0800)] 
chore: fix typo. (#13948)

5 weeks agofix(compiler-vapor): set static indeterminate as prop
daiwei [Tue, 30 Sep 2025 08:32:22 +0000 (16:32 +0800)] 
fix(compiler-vapor): set static indeterminate as  prop

6 weeks agorelease: v3.5.22 v3.5.22
daiwei [Thu, 25 Sep 2025 01:05:13 +0000 (09:05 +0800)] 
release: v3.5.22

6 weeks agofix(transition-group): run `forceReflow` on the correct document (fix #13849) (#13853)
Tobias Messner [Thu, 25 Sep 2025 00:42:52 +0000 (02:42 +0200)] 
fix(transition-group): run `forceReflow` on the correct document (fix #13849) (#13853)

close #13849

6 weeks agochore(deps): update build (#13856)
renovate[bot] [Wed, 24 Sep 2025 13:46:10 +0000 (21:46 +0800)] 
chore(deps): update build (#13856)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update dependency jsdom to v27 (#13913)
renovate[bot] [Wed, 24 Sep 2025 13:45:42 +0000 (21:45 +0800)] 
chore(deps): update dependency jsdom to v27 (#13913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update compiler (#13857)
renovate[bot] [Wed, 24 Sep 2025 13:40:59 +0000 (21:40 +0800)] 
chore(deps): update compiler (#13857)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update test (#13882)
renovate[bot] [Wed, 24 Sep 2025 13:40:29 +0000 (21:40 +0800)] 
chore(deps): update test (#13882)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update actions/github-script action to v8 (#13885)
renovate[bot] [Wed, 24 Sep 2025 13:37:46 +0000 (21:37 +0800)] 
chore(deps): update actions/github-script action to v8 (#13885)

6 weeks agochore(deps): update actions/setup-node action to v5 (#13912)
renovate[bot] [Wed, 24 Sep 2025 13:36:44 +0000 (21:36 +0800)] 
chore(deps): update actions/setup-node action to v5 (#13912)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update all non-major dependencies (#13883)
renovate[bot] [Wed, 24 Sep 2025 13:34:31 +0000 (21:34 +0800)] 
chore(deps): update all non-major dependencies (#13883)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agofix(compiler-core): identifiers in switch-case should not be inferred as references...
Tony Wang [Wed, 24 Sep 2025 13:33:48 +0000 (21:33 +0800)] 
fix(compiler-core): identifiers in switch-case should not be inferred as references (#13923)

6 weeks agorefactor(compiler): add separate transform for vbind shorthand (#13438)
edison [Wed, 24 Sep 2025 13:23:07 +0000 (21:23 +0800)] 
refactor(compiler): add separate transform for vbind shorthand (#13438)

close #13169
close #13170
close #11321
close #12298
close #12828

use tests from #13170 and #12298 and #12828

6 weeks agofeat(custom-element): allow specifying additional options for `shadowRoot` in custom...
Matthias Hryniszak [Wed, 24 Sep 2025 13:14:54 +0000 (15:14 +0200)] 
feat(custom-element): allow specifying additional options for `shadowRoot` in custom elements (#12965)

close #12964

6 weeks agoRevert "fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime...
edison [Wed, 24 Sep 2025 10:02:05 +0000 (18:02 +0800)] 
Revert "fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd-party libraries" (#13925)

This reverts commit 1392734ae5d5a3b2be124753e198eafa324f6815.

6 weeks agofix(types): more precise types for Events and added missing definitions (#9675)
Massimiliano Torromeo [Wed, 24 Sep 2025 09:56:28 +0000 (11:56 +0200)] 
fix(types): more precise types for Events and added missing definitions (#9675)

6 weeks agofix(custom-element): set prop runs pending mutations before disconnect (#13897)
Alex Snezhko [Wed, 24 Sep 2025 09:42:11 +0000 (02:42 -0700)] 
fix(custom-element): set prop runs pending mutations before disconnect (#13897)

close #13315

6 weeks agofix(compiler-sfc): enhance inferRuntimeType to support TSMappedType with indexed...
edison [Wed, 24 Sep 2025 09:29:38 +0000 (17:29 +0800)] 
fix(compiler-sfc): enhance inferRuntimeType to support TSMappedType with indexed access (#13848)

close #13847

6 weeks agochore(types): improve type safety in watch functions and instanceWatch (#13918)
Arthur Darkstone [Wed, 24 Sep 2025 09:21:41 +0000 (17:21 +0800)] 
chore(types): improve type safety in watch functions and instanceWatch (#13918)

6 weeks agofix(custom-element): properly mount multiple Teleports in custom element component...
linzhe [Wed, 24 Sep 2025 09:15:36 +0000 (17:15 +0800)] 
fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900)

close #13899

6 weeks agofix(compiler-dom): nodes with v-once shouldn't be stringified (#13878)
Arman Tang [Wed, 24 Sep 2025 09:13:44 +0000 (17:13 +0800)] 
fix(compiler-dom): nodes with v-once shouldn't be stringified (#13878)

6 weeks agofix(types): widen directive arg type from string to any (#13758)
czhlin [Wed, 24 Sep 2025 09:12:25 +0000 (17:12 +0800)] 
fix(types): widen directive arg type from string to any (#13758)

closes #13757

6 weeks agofix(compiler-sfc): ensure css custom properties do not start with a digit (#13870)
Daniel Roe [Wed, 24 Sep 2025 09:11:36 +0000 (10:11 +0100)] 
fix(compiler-sfc): ensure css custom properties do not start with a digit (#13870)

6 weeks agofix(reactivity): respect readonly during ref unwrapping (#13905)
edison [Wed, 24 Sep 2025 09:10:49 +0000 (17:10 +0800)] 
fix(reactivity): respect readonly during ref unwrapping (#13905)

close #13903

6 weeks agofix(compiler-sfc): add support for @vue-ignore in runtime type resolution (#13906)
edison [Wed, 24 Sep 2025 09:10:20 +0000 (17:10 +0800)] 
fix(compiler-sfc): add support for @vue-ignore in runtime type resolution (#13906)

6 weeks agofix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907)
edison [Wed, 24 Sep 2025 09:08:25 +0000 (17:08 +0800)] 
fix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907)

close #13904

6 weeks agofix(compiler-ssr): ensure v-show has a higher priority in SSR (#12171)
linzhe [Wed, 24 Sep 2025 09:06:03 +0000 (17:06 +0800)] 
fix(compiler-ssr): ensure v-show has a higher priority in SSR (#12171)

close #12162

6 weeks agofix(types): set dom stub type to `never` instead of `{}` (#13915)
山吹色御守 [Wed, 24 Sep 2025 09:04:51 +0000 (17:04 +0800)] 
fix(types): set dom stub type to `never` instead of `{}` (#13915)

re-fix #11564