]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
daiwei [Mon, 7 Jul 2025 00:37:12 +0000 (08:37 +0800)]
Merge branch 'vapor' into minor
edison [Mon, 7 Jul 2025 00:34:02 +0000 (08:34 +0800)]
Revert "feat: Vapor mode (#12359)" (#13578)
This reverts commit
bfe5ce309c6fc16bb49cca78e141862bc12708ac.
Evan You [Mon, 7 Jul 2025 00:06:20 +0000 (08:06 +0800)]
feat: Vapor mode (#12359)
Johnson Chu [Mon, 7 Jul 2025 00:05:18 +0000 (08:05 +0800)]
fix(reactivity): avoid unwrapping `.value` when the proxy is a direct wrapper of Ref (#13569)
daiwei [Fri, 4 Jul 2025 06:28:15 +0000 (14:28 +0800)]
fix: format
daiwei [Fri, 4 Jul 2025 06:20:10 +0000 (14:20 +0800)]
chore: Merge branch 'minor' into vapor
daiwei [Fri, 4 Jul 2025 05:52:08 +0000 (13:52 +0800)]
chore: Merge branch 'main' into minor
renovate[bot] [Fri, 4 Jul 2025 03:47:51 +0000 (11:47 +0800)]
chore(deps): update build (#13542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Fri, 4 Jul 2025 03:29:51 +0000 (11:29 +0800)]
test(runtime-vapor): add vdomInterop tests (#13563)
GU Yiling [Thu, 3 Jul 2025 08:20:28 +0000 (16:20 +0800)]
fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461)
close #12434
close #12439
close #7474
close #7475
renovate[bot] [Thu, 3 Jul 2025 00:16:56 +0000 (08:16 +0800)]
chore(deps): update all non-major dependencies (#13541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Thu, 26 Jun 2025 07:41:25 +0000 (15:41 +0800)]
fix(compiler-vapor): handle variable name substring edge cases (#13520)
edison [Thu, 26 Jun 2025 07:35:27 +0000 (15:35 +0800)]
fix(compiler-vapor): properly handle static ref in inline mode (#13257)
edison [Thu, 26 Jun 2025 07:34:47 +0000 (15:34 +0800)]
fix(runtime-vapor): ensure props are shallow reactive in VDOM component (#13502)
edison [Thu, 26 Jun 2025 06:46:21 +0000 (14:46 +0800)]
fix(compiler-sfc): always use defineComponent in SSR mode (#13525)
edison [Thu, 26 Jun 2025 06:44:39 +0000 (14:44 +0800)]
fix(compiler-vapor): properly cache variable with optional chaining (#13519)
renovate[bot] [Mon, 23 Jun 2025 06:33:04 +0000 (14:33 +0800)]
chore(deps): update dependency vite to v5.4.19 [security] (#13517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 23 Jun 2025 06:32:41 +0000 (14:32 +0800)]
chore(deps): update build (#13516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 23 Jun 2025 06:04:52 +0000 (14:04 +0800)]
chore(deps): update all non-major dependencies (#13515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
daiwei [Fri, 20 Jun 2025 00:59:51 +0000 (08:59 +0800)]
chore: update snap
zhiyuanzmj [Fri, 20 Jun 2025 00:55:50 +0000 (08:55 +0800)]
fix(compiler-vapor): correct execution order of operations (#13351)
edison [Fri, 20 Jun 2025 00:44:35 +0000 (08:44 +0800)]
fix(runtime-vapor): should not warn invalid watch source when directly watching props (#13384)
zhiyuanzmj [Fri, 20 Jun 2025 00:43:15 +0000 (08:43 +0800)]
fix(compiler-vapor): remove types for expressions (#13395)
edison [Fri, 20 Jun 2025 00:40:52 +0000 (08:40 +0800)]
fix(runtime-vapor): dynamic component attrs fallthrough (#13466)
edison [Fri, 20 Jun 2025 00:38:24 +0000 (08:38 +0800)]
fix(runtime-vapor): dynamic component work with insertionState (#13142)
zhiyuanzmj [Fri, 20 Jun 2025 00:30:36 +0000 (08:30 +0800)]
chore(compiler-vapor): use compiler-dom instead of compiler-core (#13364)
edison [Fri, 20 Jun 2025 00:29:50 +0000 (08:29 +0800)]
fix(runtime-vapor): properly mount component when using setInsertionState (#13041)
Runyasak Chaengnaimuang [Fri, 20 Jun 2025 00:17:54 +0000 (07:17 +0700)]
fix(compiler-vapor): prevent v-for components from being single root (#13149)
zhiyuanzmj [Fri, 20 Jun 2025 00:16:47 +0000 (08:16 +0800)]
fix(compiler-vapor): prevent caching UpdateExpression (#13346)
edison [Fri, 20 Jun 2025 00:11:40 +0000 (08:11 +0800)]
fix(runtime-vapor): dynamic component fallback rendering with insertion state (#13492)
zhiyuanzmj [Fri, 20 Jun 2025 00:11:05 +0000 (08:11 +0800)]
fix(compiler-vapor): don't generate default slot for whitespace when preserved (#13009)
edison [Fri, 20 Jun 2025 00:08:34 +0000 (08:08 +0800)]
fix(runtime-vapor): should not fallthrough emit handlers to vdom child (#13500)
daiwei [Wed, 18 Jun 2025 13:14:18 +0000 (21:14 +0800)]
release: v3.5.17
edison [Wed, 18 Jun 2025 12:54:32 +0000 (20:54 +0800)]
fix(ssr): handle initial selected state for select with v-model + v-for/v-if option (#13487)
close #13486
Tycho [Wed, 18 Jun 2025 12:54:09 +0000 (20:54 +0800)]
fix(compiler-sfc): improved type resolution for function type aliases (#13452)
close #13444
edison [Wed, 18 Jun 2025 12:53:48 +0000 (20:53 +0800)]
fix(slots): make cache indexes marker non-enumerable (#13469)
close #13468
Mark Florian [Wed, 18 Jun 2025 12:53:25 +0000 (13:53 +0100)]
fix(compat): allow v-model built in modifiers on component (#12654)
close #12652
renovate[bot] [Wed, 18 Jun 2025 07:08:15 +0000 (15:08 +0800)]
fix(deps): update compiler (#13480)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 18 Jun 2025 07:08:00 +0000 (15:08 +0800)]
chore(deps): update dependency vite to v5.4.19 [security] (#13281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 18 Jun 2025 07:02:46 +0000 (15:02 +0800)]
chore(deps): update build (#13479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tycho [Wed, 18 Jun 2025 02:17:49 +0000 (10:17 +0800)]
chore(local-playground): fix vapor tsconfig include path (#13490)
Tycho [Wed, 18 Jun 2025 02:17:22 +0000 (10:17 +0800)]
fix(runtime-vapor): respect immutability for readonly reactive arrays in `v-for` (#13187)
daiwei [Wed, 18 Jun 2025 01:30:17 +0000 (09:30 +0800)]
chore: Merge branch 'minor' into vapor
zhiyuanzmj [Wed, 18 Jun 2025 01:05:43 +0000 (09:05 +0800)]
fix(compiler-vapor): move `next`, `child` and `nthChild` before setInsertionState (#13057)
edison [Wed, 18 Jun 2025 01:01:59 +0000 (09:01 +0800)]
fix(runtime-vapor): reset insertion state to avoid duplicate block inserts during non-hydration (#13220)
zhiyuanzmj [Wed, 18 Jun 2025 00:53:38 +0000 (08:53 +0800)]
fix(compiler-vapor): prevent caching variables in function expression (#13244)
edison [Wed, 18 Jun 2025 00:51:29 +0000 (08:51 +0800)]
fix(runtime-vapor): set ref on dynamic component (#13172)
zhiyuanzmj [Wed, 18 Jun 2025 00:44:50 +0000 (08:44 +0800)]
fix(runtime-vapor): prevent passing an empty string to classList.add (#12974)
edison [Wed, 18 Jun 2025 00:36:25 +0000 (08:36 +0800)]
feat(compiler-vapor): resolve implicitly self-referencing component (#13400)
edison [Wed, 18 Jun 2025 00:36:05 +0000 (08:36 +0800)]
fix(compiler-vapor): properly locate last if node (#13399)
renovate[bot] [Mon, 16 Jun 2025 01:42:04 +0000 (09:42 +0800)]
chore(deps): update autofix-ci/action digest to
635ffb0 (#13450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Fri, 13 Jun 2025 03:54:02 +0000 (11:54 +0800)]
fix(deps): update dependency @vue/repl to ^4.6.1 (#13471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Fri, 13 Jun 2025 03:03:48 +0000 (11:03 +0800)]
chore(deps): update @vue/repl to version 4.6.0 (#13470)
renovate[bot] [Fri, 13 Jun 2025 00:26:12 +0000 (08:26 +0800)]
chore(deps): update all non-major dependencies (#13451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
xiejiahe [Fri, 13 Jun 2025 00:24:57 +0000 (08:24 +0800)]
chore(build): replace node:fs repeated import (#13467)
linzhe [Fri, 13 Jun 2025 00:24:27 +0000 (08:24 +0800)]
chore: export `jsxs` type (#13463)
pengbo [Fri, 6 Jun 2025 00:25:02 +0000 (08:25 +0800)]
chore(compile-core): removed the optional tag parameter from condenseWhitespace's signature (#13437)
renovate[bot] [Thu, 5 Jun 2025 02:39:31 +0000 (10:39 +0800)]
chore(deps): update dependency esbuild to ^0.25.5 (#13427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 5 Jun 2025 02:38:49 +0000 (10:38 +0800)]
chore(deps): update all non-major dependencies (#13426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
daiwei [Thu, 5 Jun 2025 02:26:52 +0000 (10:26 +0800)]
chore: update snap
Alex Snezhko [Thu, 5 Jun 2025 02:23:00 +0000 (22:23 -0400)]
fix(compiler-core): prevent comments from blocking static node hoisting (#13345)
close #13344
inottn [Thu, 5 Jun 2025 02:19:48 +0000 (10:19 +0800)]
fix(runtime-core): unset old ref during patching when new ref is absent (#12900)
fix #12898
SerKo [Thu, 5 Jun 2025 02:19:16 +0000 (10:19 +0800)]
fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804)
close #12803
edison [Thu, 5 Jun 2025 02:10:52 +0000 (10:10 +0800)]
fix(custom-element): ensure configureApp is applied to async component (#12607)
close #12448
edison [Thu, 5 Jun 2025 02:02:26 +0000 (10:02 +0800)]
fix(custom-element): prevent injecting child styles if shadowRoot is false (#12769)
close #12630
Arman Tang [Thu, 5 Jun 2025 02:01:51 +0000 (10:01 +0800)]
chore(shared): update patch flag name (#12831)
edison [Thu, 5 Jun 2025 02:01:22 +0000 (10:01 +0800)]
fix(compile-sfc): handle mapped types work with omit and pick (#12648)
close #12647
edison [Thu, 5 Jun 2025 01:44:25 +0000 (09:44 +0800)]
fix(compiler-core): ignore whitespace when matching adjacent v-if (#12321)
close #9173
山吹色御守 [Thu, 5 Jun 2025 01:39:05 +0000 (18:39 -0700)]
fix(compiler-core): do not increase newlines in `InEntity` state (#13362)
山吹色御守 [Thu, 5 Jun 2025 01:36:47 +0000 (18:36 -0700)]
fix(types): typo of `vOnce` and `vSlot` (#13343)
skirtle [Fri, 30 May 2025 06:43:23 +0000 (07:43 +0100)]
chore(hydration): reuse existing variable (#13412)
btea [Fri, 30 May 2025 02:35:27 +0000 (10:35 +0800)]
test(compiler-sfc): direct descendant wildcard rule selector (#13411)
add test case for #13387
daiwei [Thu, 29 May 2025 01:04:53 +0000 (09:04 +0800)]
chore: update changelog
daiwei [Thu, 29 May 2025 00:24:16 +0000 (08:24 +0800)]
release: v3.5.16
edison [Thu, 29 May 2025 00:21:19 +0000 (08:21 +0800)]
Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1…" (#13406)
This reverts commit
949df808809fd7cccf7718797beab0654aa68302.
Arpit Jain [Wed, 28 May 2025 00:26:28 +0000 (17:26 -0700)]
chore: fix typos
edison [Tue, 27 May 2025 10:49:34 +0000 (18:49 +0800)]
Revert "fix(compiler-sfc): add error handling for defineModel() without varia…" (#13390)
This reverts commit
00734afef5f7bddbdaee52aa5359a6ef989f32d3.
daiwei [Mon, 26 May 2025 12:38:56 +0000 (20:38 +0800)]
release: v3.5.15
renovate[bot] [Mon, 26 May 2025 01:45:16 +0000 (09:45 +0800)]
chore(deps): update dependency lint-staged to v16 (#13381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 26 May 2025 01:41:35 +0000 (09:41 +0800)]
chore(deps): update dependency eslint-plugin-import-x to ^4.13.1 (#13380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 26 May 2025 01:28:23 +0000 (09:28 +0800)]
chore(deps): update dependency @vitest/eslint-plugin to ^1.2.1 (#13379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 26 May 2025 01:27:29 +0000 (09:27 +0800)]
chore(deps): update build (#13378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Thu, 22 May 2025 07:48:20 +0000 (15:48 +0800)]
chore(workflow): add TypeScript type checking step to CI pipeline (#13367)
edison [Thu, 22 May 2025 03:38:58 +0000 (11:38 +0800)]
chore: fix type check error (#13366)
yangxiuxiu [Thu, 22 May 2025 00:44:34 +0000 (08:44 +0800)]
fix(compat): should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993)
fix #12992
thecodewarrior [Thu, 22 May 2025 00:41:27 +0000 (17:41 -0700)]
fix(compiler-sfc): add scoping tag to trailing universal selector (#12918)
close #12906
edison [Thu, 22 May 2025 00:38:27 +0000 (08:38 +0800)]
fix(custom-element): properly resolve props for sync component defs (#12855)
close #12854
edison [Thu, 22 May 2025 00:05:39 +0000 (08:05 +0800)]
fix(custom-element): ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201)
close #13199
Tycho [Thu, 22 May 2025 00:03:33 +0000 (08:03 +0800)]
fix(types): exclude `undefined` from inferred prop types with default values (#13007)
close #13006
renovate[bot] [Wed, 21 May 2025 01:20:45 +0000 (09:20 +0800)]
chore(deps): update all non-major dependencies (#13353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 21 May 2025 01:17:42 +0000 (09:17 +0800)]
chore(deps): update test (#13354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 21 May 2025 01:07:01 +0000 (09:07 +0800)]
chore(deps): update dependency rollup to ^4.41.0 (#13356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 21 May 2025 01:06:37 +0000 (09:06 +0800)]
chore(deps): update lint (#13357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Runyasak Chaengnaimuang [Wed, 21 May 2025 01:06:05 +0000 (08:06 +0700)]
fix(compiler-sfc): add error handling for defineModel() without variable assignment (#13352)
close #13280
Evan You [Tue, 20 May 2025 10:44:33 +0000 (06:44 -0400)]
chore: update package graph to include vapor packages [ci skip]
edison [Tue, 20 May 2025 00:46:01 +0000 (08:46 +0800)]
fix(compile-sfc): handle inline template source map in prod build (#12701)
close #12682
close vitejs/vite-plugin-vue#500
Tycho [Tue, 20 May 2025 00:44:35 +0000 (08:44 +0800)]
fix(types): avoid merging component instance into `$props` in `ComponentInstance` (#12870)
close #12751
Tycho [Tue, 20 May 2025 00:44:13 +0000 (08:44 +0800)]
fix(watch): update `oldValue` before running `cb` to prevent stale value (#12296)
close #12294
edison [Tue, 20 May 2025 00:43:51 +0000 (08:43 +0800)]
fix(compat): ensure false value on input retains value attribute (#13216)
close #13205
edison [Tue, 20 May 2025 00:34:36 +0000 (08:34 +0800)]
fix(custom-element): preserve appContext during update (#12455)
close #12453