Commit Graph

7675 Commits

Author SHA1 Message Date
daiwei e2f84fc075 wip: save 2025-07-26 16:32:03 +08:00
daiwei 2807a8b35c wip: save 2025-07-25 17:54:03 +08:00
daiwei 307baff82d wip: save 2025-07-25 17:33:30 +08:00
daiwei 0d22bbc96b wip: add tests 2025-07-25 17:09:09 +08:00
daiwei 40b1e1e5de feat(runtime-vapor): support svg and MathML 2025-07-25 16:10:29 +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
edison 00695a5b41
fix(compiler-core): avoid cached text vnodes retaining detached DOM nodes (#13662)
close #13661
2025-07-23 08:36:15 +08:00
renovate[bot] da1f8d7987
chore(deps): update all non-major dependencies (#13627)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 15:01:21 +08:00
renovate[bot] 0b6616a9c1
chore(deps): update dependency @babel/types to ^7.28.1 (#13628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 15:01:02 +08:00
edison f70f9d1a6b
test(runtime-vapor): port tests from rendererChildren.spec.ts (#13649)
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-22 15:00:41 +08:00
renovate[bot] 42b272da57
chore(deps): update build (#13670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 14:58:11 +08:00
daiwei 56a7f9dd18 release: v3.6.0-alpha.2
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-18 17:37:08 +08:00
edison 2be828a0c1
fix(runtime-vapor): handle v-model vdom interop error (#13643) 2025-07-18 17:34:50 +08:00
zhiyuanzmj fca74b00a8
fix(runtime-vapor): remove access globalProperties warning (#13609) 2025-07-18 17:15:20 +08:00
zhiyuanzmj b9fb79a1fd
fix(reactivity): allow collect effects in EffectScope (#13657)
close #13656
2025-07-18 17:01:58 +08:00
山吹色御守 e60edc06f2
chore(test): report correct value of `__EXTEND_POINT__` when subsequent error codes is less than it (#13213)
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (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
canary release / canary (push) Has been cancelled Details
canary minor release / canary (push) Has been cancelled Details
2025-07-18 16:24:29 +08:00
山吹色御守 21b685ad9d
fix(compiler-core): avoid self updates of `v-pre` (#12556) 2025-07-18 16:22:56 +08:00
山吹色御守 ce933390ad
fix(compiler-core): recognize empty string as non-identifier (#12553) 2025-07-18 15:58:50 +08:00
山吹色御守 d3af67e878
fix(compiler-core): transform empty `v-bind` dynamic argument content correctly (#12554) 2025-07-18 15:56:01 +08:00
Doctor Wu 3cb27d156f
fix(reactivity): remove link check to align with 3.5 (#13654)
close #13620
2025-07-18 15:28:01 +08:00
zhiyuanzmj ad21b1b7e9
fix(runtime-core): use __vapor instead of vapor to identify Vapor components (#13652) 2025-07-18 15:26:05 +08:00
Rizumu Ayaka d1f2915cfe
fix(compiler-vapor): handle empty interpolation (#13592) 2025-07-18 15:24:52 +08:00
zhiyuanzmj a5e106d96e
fix(compiler-vapor): handle special characters in cached variable names (#13626) 2025-07-18 15:03:36 +08:00
Johnson Chu f04c9c342d
fix(compiler-vapor): selectors was not initialized in time when the initial value of createFor source was not empty (#13642) 2025-07-18 15:00:04 +08:00
edison e0e8221d7f
chore(sfc-playground): import vaporInteropPlugin only if Vapor mode is supported (#13645)
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-17 10:03:13 +08:00
edison d95fc186c2
fix(runtime-vapor): component emits vdom interop (#13498)
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-16 13:49:52 +08:00
daiwei 5ab938db50 chore: fix typo
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-15 11:49:20 +08:00
Evan You f4934ac18e
chore: fix incorrect package.json repo link
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-12 16:09:19 +08:00
Evan You 65abd6edbd
release: v3.6.0-alpha.1 2025-07-12 16:00:05 +08:00
Johnson Chu b4d8e7184c
fix(reactivity): add back STOP flag (#13605)
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-10 17:14:59 +08:00
edison c14171e6e5
fix(deps): add estree-walker (#13604)
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-10 10:53:25 +08:00
zhiyuanzmj be7d5a6c34
fix(runtime-vapor): fix error when props are not provided 2025-07-10 10:38:21 +08:00
edison 487d25efac
fix(type): remove internal doc for refs (#13589) 2025-07-09 19:08:13 -07:00
Johnson Chu 7cf9d9857d
perf(vapor): more efficient renderList update algorithm (#13279) 2025-07-09 18:48:39 -07:00
zhiyuanzmj d5adf95dda
feat(runtime-vapor): support functional slot in vdom component (#13576) 2025-07-09 18:46:41 -07:00
zhiyuanzmj 1611bb1446
feat(vapor): add vapor flag for createVaporApp (#13360) 2025-07-09 18:12:22 -07:00
Johnson Chu 1dd74e2ae0
feat(vapor): generate more efficient runtime code for specific interpolation patterns (#13278) 2025-07-09 18:06:13 -07:00
Johnson Chu 5a528aa5cc
refactor(reactivity, runtime-core): improve performance-critical code (#13274) 2025-07-09 17:56:19 -07:00
zhiyuanzmj 1e424c4ec4
feat(runtime-vapor): expose isVaporComponent (#13307) 2025-07-09 17:31:28 -07:00