]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
daiwei [Tue, 29 Jul 2025 10:21:12 +0000 (18:21 +0800)]
fix(hydration): handle v-if on insertion parent
daiwei [Tue, 29 Jul 2025 06:25:18 +0000 (14:25 +0800)]
chore: Merge branch 'edison/feat/fowardedSlots' into edison/testVapor
daiwei [Tue, 29 Jul 2025 05:59:41 +0000 (13:59 +0800)]
chore: Merge branch 'minor' into edison/testVapor
daiwei [Fri, 25 Jul 2025 14:15:47 +0000 (22:15 +0800)]
chore: tweaks
daiwei [Fri, 25 Jul 2025 13:55:55 +0000 (21:55 +0800)]
chore: Merge branch 'edison/fix/vaporSlotFallback' into edison/feat/fowardedSlots
daiwei [Fri, 25 Jul 2025 13:51:07 +0000 (21:51 +0800)]
fix(runtime-vapor): improve fallback handling for nested fragments
daiwei [Fri, 25 Jul 2025 02:16:29 +0000 (10:16 +0800)]
chore: tweaks
daiwei [Fri, 25 Jul 2025 02:52:01 +0000 (10:52 +0800)]
chore: Merge branch 'edison/fix/vaporSlotFallback' into edison/feat/fowardedSlots
daiwei [Fri, 25 Jul 2025 02:16:29 +0000 (10:16 +0800)]
chore: tweaks
daiwei [Fri, 25 Jul 2025 02:16:46 +0000 (10:16 +0800)]
Merge branch 'edison/fix/vaporSlotFallback' into edison/feat/fowardedSlots
daiwei [Fri, 25 Jul 2025 02:16:29 +0000 (10:16 +0800)]
chore: tweaks
daiwei [Wed, 23 Jul 2025 13:51:15 +0000 (21:51 +0800)]
chore: Merge branch 'edison/fix/vaporSlotFallback' into edison/feat/fowardedSlots
daiwei [Wed, 23 Jul 2025 10:07:22 +0000 (18:07 +0800)]
wip: render fallback nodes for vfor
edison [Tue, 22 Jul 2025 07:00:41 +0000 (15:00 +0800)]
test(runtime-vapor): port tests from rendererChildren.spec.ts (#13649)
daiwei [Tue, 22 Jul 2025 02:31:16 +0000 (10:31 +0800)]
chore: tweaks
daiwei [Tue, 22 Jul 2025 02:22:19 +0000 (10:22 +0800)]
chore: tweaks
edison [Mon, 21 Jul 2025 13:07:02 +0000 (21:07 +0800)]
Merge branch 'minor' into edison/feat/fowardedSlots
daiwei [Mon, 21 Jul 2025 00:29:31 +0000 (08:29 +0800)]
fix(runtime-vapor): render slot fallback if slot content is not a valid block
close #13668
daiwei [Fri, 18 Jul 2025 09:37:08 +0000 (17:37 +0800)]
release: v3.6.0-alpha.2
edison [Fri, 18 Jul 2025 09:34:50 +0000 (17:34 +0800)]
fix(runtime-vapor): handle v-model vdom interop error (#13643)
zhiyuanzmj [Fri, 18 Jul 2025 09:15:20 +0000 (17:15 +0800)]
fix(runtime-vapor): remove access globalProperties warning (#13609)
zhiyuanzmj [Fri, 18 Jul 2025 09:01:58 +0000 (17:01 +0800)]
fix(reactivity): allow collect effects in EffectScope (#13657)
close #13656
Doctor Wu [Fri, 18 Jul 2025 07:28:01 +0000 (15:28 +0800)]
fix(reactivity): remove link check to align with 3.5 (#13654)
close #13620
zhiyuanzmj [Fri, 18 Jul 2025 07:26:05 +0000 (15:26 +0800)]
fix(runtime-core): use __vapor instead of vapor to identify Vapor components (#13652)
Rizumu Ayaka [Fri, 18 Jul 2025 07:24:52 +0000 (15:24 +0800)]
fix(compiler-vapor): handle empty interpolation (#13592)
zhiyuanzmj [Fri, 18 Jul 2025 07:03:36 +0000 (15:03 +0800)]
fix(compiler-vapor): handle special characters in cached variable names (#13626)
Johnson Chu [Fri, 18 Jul 2025 07:00:04 +0000 (15:00 +0800)]
fix(compiler-vapor): selectors was not initialized in time when the initial value of createFor source was not empty (#13642)
edison [Wed, 16 Jul 2025 12:51:22 +0000 (20:51 +0800)]
Merge branch 'minor' into edison/feat/fowardedSlots
edison [Wed, 16 Jul 2025 05:49:52 +0000 (13:49 +0800)]
fix(runtime-vapor): component emits vdom interop (#13498)
daiwei [Tue, 15 Jul 2025 03:49:20 +0000 (11:49 +0800)]
chore: fix typo
Evan You [Sat, 12 Jul 2025 08:09:19 +0000 (16:09 +0800)]
chore: fix incorrect package.json repo link
Evan You [Sat, 12 Jul 2025 08:00:05 +0000 (16:00 +0800)]
release: v3.6.0-alpha.1
Johnson Chu [Thu, 10 Jul 2025 09:14:59 +0000 (17:14 +0800)]
fix(reactivity): add back STOP flag (#13605)
edison [Thu, 10 Jul 2025 02:53:25 +0000 (10:53 +0800)]
fix(deps): add estree-walker (#13604)
zhiyuanzmj [Thu, 10 Jul 2025 02:38:21 +0000 (10:38 +0800)]
fix(runtime-vapor): fix error when props are not provided
edison [Thu, 10 Jul 2025 02:08:13 +0000 (10:08 +0800)]
fix(type): remove internal doc for refs (#13589)
Johnson Chu [Thu, 10 Jul 2025 01:48:39 +0000 (09:48 +0800)]
perf(vapor): more efficient renderList update algorithm (#13279)
zhiyuanzmj [Thu, 10 Jul 2025 01:46:41 +0000 (09:46 +0800)]
feat(runtime-vapor): support functional slot in vdom component (#13576)
zhiyuanzmj [Thu, 10 Jul 2025 01:12:22 +0000 (09:12 +0800)]
feat(vapor): add vapor flag for createVaporApp (#13360)
Johnson Chu [Thu, 10 Jul 2025 01:06:13 +0000 (09:06 +0800)]
feat(vapor): generate more efficient runtime code for specific interpolation patterns (#13278)
Johnson Chu [Thu, 10 Jul 2025 00:56:19 +0000 (08:56 +0800)]
refactor(reactivity, runtime-core): improve performance-critical code (#13274)
zhiyuanzmj [Thu, 10 Jul 2025 00:31:28 +0000 (08:31 +0800)]
feat(runtime-vapor): expose isVaporComponent (#13307)
zhiyuanzmj [Thu, 10 Jul 2025 00:30:25 +0000 (08:30 +0800)]
feat(runtime-vapor): support HMR for non-compiled setup component (#13102)
edison [Wed, 9 Jul 2025 00:45:09 +0000 (08:45 +0800)]
fix(devtools): allow setting devtools hook after createApp (#13580)
edison [Wed, 9 Jul 2025 00:44:41 +0000 (08:44 +0800)]
fix(compiler-vapor): add missing dependency for @babel/parser in package.json (#13581)
edison [Wed, 9 Jul 2025 00:44:24 +0000 (08:44 +0800)]
fix(scheduler): improve error handling in job flushing (#13587)
edison [Wed, 9 Jul 2025 00:43:57 +0000 (08:43 +0800)]
fix(parse): make 'vapor' property optional (#13590)
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>
daiwei [Wed, 25 Jun 2025 14:55:37 +0000 (22:55 +0800)]
wip: hydration
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)
daiwei [Wed, 25 Jun 2025 06:52:10 +0000 (14:52 +0800)]
chore: Merge branch 'edison/feat/vaporHydration' into edison/testVapor
daiwei [Wed, 25 Jun 2025 06:48:07 +0000 (14:48 +0800)]
chore: update
remove unnecessary locateHydrationNode for DynamicFragment
daiwei [Wed, 25 Jun 2025 03:08:35 +0000 (11:08 +0800)]
Merge branch 'edison/fix/ssrScriptCodegen' into edison/testVapor
daiwei [Wed, 25 Jun 2025 03:06:33 +0000 (11:06 +0800)]
fix(compiler-sfc): always use defineComponent in SSR mode
daiwei [Tue, 24 Jun 2025 09:12:38 +0000 (17:12 +0800)]
Merge branch 'edison/feat/setScopeId' into edison/testVapor
daiwei [Tue, 24 Jun 2025 09:11:47 +0000 (17:11 +0800)]
chore: update
daiwei [Tue, 24 Jun 2025 07:58:39 +0000 (15:58 +0800)]
chore: Merge branch 'edison/fix/cacheSameExpr' into edison/testVapor
daiwei [Tue, 24 Jun 2025 03:37:53 +0000 (11:37 +0800)]
fix(compiler-vapor): handle variable name substring edge cases
daiwei [Mon, 23 Jun 2025 13:43:46 +0000 (21:43 +0800)]
Merge branch 'edison/fix/cacheOptionalMemberExpr' into edison/testVapor
daiwei [Mon, 23 Jun 2025 13:39:23 +0000 (21:39 +0800)]
fix(compiler-vapor): properly cache variable with optional chaining
daiwei [Mon, 23 Jun 2025 07:53:10 +0000 (15:53 +0800)]
chore: Merge branch 'edison/feat/vaporAsyncComponent' into edison/testVapor
daiwei [Mon, 23 Jun 2025 07:22:11 +0000 (15:22 +0800)]
chore: Merge branch 'edison/feat/vaporTeleport' into edison/testVapor
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 07:33:00 +0000 (15:33 +0800)]
chore: Merge branch 'edison/feat/setScopeId' into edison/testVapor
daiwei [Fri, 20 Jun 2025 07:24:11 +0000 (15:24 +0800)]
chore: Merge branch 'edison/feat/fowardedSlots' into edison/feat/setScopeId
daiwei [Fri, 20 Jun 2025 06:22:23 +0000 (14:22 +0800)]
chore: Merge branch 'vapor' into edison/feat/fowardedSlots
daiwei [Fri, 20 Jun 2025 06:09:36 +0000 (14:09 +0800)]
chore: Merge branch 'vapor' into edison/feat/vaporAsyncComponent
daiwei [Fri, 20 Jun 2025 06:00:11 +0000 (14:00 +0800)]
chore: Merge branch 'vapor' into edison/feat/vaporHydration
daiwei [Fri, 20 Jun 2025 03:29:36 +0000 (11:29 +0800)]
chore: Merge branch 'vapor' into edison/feat/vaporTeleport
daiwei [Fri, 20 Jun 2025 02:40:31 +0000 (10:40 +0800)]
wip: fix e2e test
daiwei [Fri, 20 Jun 2025 02:23:43 +0000 (10:23 +0800)]
Merge branch 'edison/feat/fowardedSlots' into edison/testVapor
daiwei [Fri, 20 Jun 2025 01:35:45 +0000 (09:35 +0800)]
chore: Merge branch 'vapor' into edison/testVapor
daiwei [Fri, 20 Jun 2025 01:23:18 +0000 (09:23 +0800)]
Merge branch 'edison/fix/emitVdomInterop' into edison/testVapor
daiwei [Thu, 19 Jun 2025 08:52:37 +0000 (16:52 +0800)]
fix(vapor): component emits vdom interop
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)