daiwei
|
f83ab96bca
|
chore: update test
|
2025-04-08 15:19:42 +08:00 |
daiwei
|
305a0e8b89
|
fix(templateRef): add support for dynamic components
|
2025-04-08 14:52:33 +08:00 |
edison
|
f78a9d068d
|
Merge branch 'minor' into vapor
|
2025-04-01 21:01:53 +08:00 |
Johnson Chu
|
826550cd62
|
fix(reactivity): queuing effects in an array (#13078)
|
2025-03-30 23:36:02 -07:00 |
daiwei
|
d523d24ac0
|
Merge remote-tracking branch 'origin/main' into minor
|
2025-03-29 13:51:19 +08:00 |
renovate[bot]
|
40fd95ffd3
|
chore(deps): update all non-major dependencies (#13092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-25 08:12:49 +08:00 |
Eduardo San Martin Morote
|
7278d35213
|
docs(tsdoc): remove extra () in link tag (#13086)
|
2025-03-24 08:20:35 +08:00 |
Tycho
|
f6f64befb8
|
types: enhance plugin type inference for better IDE support (#13063)
* types: enhance plugin type inference for better JSDoc and IDE support
* test: clean up
* chore: tweaks
|
2025-03-19 11:44:32 +08:00 |
Buer Yang
|
10e54dcc86
|
fix(types): the directive's modifiers should be optional (#12605)
* fix(types): the directive's modifiers should be optional
* fix: test
---------
Co-authored-by: edison <daiwei521@126.com>
|
2025-03-19 11:38:59 +08:00 |
renovate[bot]
|
4fea167b57
|
fix(deps): update compiler (#13051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-17 13:27:17 +08:00 |
edison
|
fdbd026583
|
fix(customFormatter): properly accessing ref value during debugger (#12948)
|
2025-03-14 08:19:06 +08:00 |
Shinigami
|
636a8619f0
|
feat(types): add type TemplateRef (#12645)
* feat(types): add type TemplateRef
* chore: simplify
Co-authored-by: jh-leong <jh.leong@outlook.com>
---------
Co-authored-by: jh-leong <jh.leong@outlook.com>
|
2025-03-14 08:17:49 +08:00 |
Evan You
|
2696f14e1c
|
wip(vapor): fix insertion for vdom interop
|
2025-03-12 09:27:37 +08:00 |
Evan You
|
e5e4d295ba
|
wip(vapor): test cases
|
2025-03-12 09:18:57 +08:00 |
Evan You
|
2a76b52d7f
|
wip(vapor): fix children gen for dynamic with anchor insertion
|
2025-03-11 20:32:07 +08:00 |
Evan You
|
a51dd42dc6
|
test(vapor): refactor hydration tests to include compilation
|
2025-03-11 19:06:10 +08:00 |
Evan You
|
3a9d6f781c
|
fix(vapor): properly handle return when compiling vapor component for ssr
|
2025-03-11 19:05:46 +08:00 |
Evan You
|
9ff6177697
|
chore(vapor): remove no longer needed CREATE_TEXT_NODE IR type
|
2025-03-11 15:33:21 +08:00 |
Evan You
|
f6d7b90195
|
wip(vapor): corresponding runtime behavior for if/for/slot-outlet post compiler change
|
2025-03-11 15:27:51 +08:00 |
Evan You
|
9722574744
|
wip(vapor): adjust children and block generation order for hydration
|
2025-03-11 15:09:36 +08:00 |
Evan You
|
e3a33e6092
|
wip(vapor): component hydration
|
2025-03-10 16:18:02 +08:00 |
Evan You
|
a2415de7bf
|
wip(vapor): text hydration tests
|
2025-03-09 20:14:03 +08:00 |
Evan You
|
97c40a69fb
|
refactor(vapor): refactor interpolation transform to make it hydration friendly
|
2025-03-07 20:49:21 +08:00 |
Evan You
|
bb50640a70
|
test: fix missed warning assertion
|
2025-03-07 20:49:21 +08:00 |
Evan You
|
e9d912a188
|
wip(vapor): more hydration
|
2025-03-07 20:49:21 +08:00 |
Evan You
|
64270ae1b4
|
wip(vapor): basic hydration
|
2025-03-07 20:49:20 +08:00 |
Cédric Exbrayat
|
6f85cbaaa4
|
test(reactivity): enable tests marked as todo (#13003)
PR #12349 marked these tests as todo. They are actually working now.
|
2025-03-07 16:36:32 +08:00 |
renovate[bot]
|
4b1931cf89
|
chore(deps): update all non-major dependencies (#12983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-04 20:15:44 +08:00 |
zhiyuanzmj
|
bce7164bf0
|
feat(runtime-vapor): support functional component for defineVaporComponent (#12927)
|
2025-02-28 17:07:55 +08:00 |
zhiyuanzmj
|
5452404b71
|
feat(compiler-vapor): add jsx support for setText and createTextNode (#12893)
|
2025-02-28 17:06:19 +08:00 |
zhiyuanzmj
|
a95b5e70e6
|
feat(runtime-vapor): expose VaporFragment for jsx-vapor (#12890)
|
2025-02-28 17:03:11 +08:00 |
edison
|
ad5bb16709
|
fix(compiler-vapor): properly cache variable used in object property shorthand (#12815)
|
2025-02-28 17:02:52 +08:00 |
edison
|
05d9b429a4
|
fix(vapor): handle next host node for vapor component (#12820)
|
2025-02-28 17:02:11 +08:00 |
edison
|
fb484f4f3c
|
fix(vapor): handle vapor mode with empty script (#12910)
|
2025-02-28 16:59:02 +08:00 |
Johnson Chu
|
b7977d4d75
|
refactor(reactivity): sync alien-signals 1.0.4 changes (#12791)
|
2025-02-27 11:07:35 +08:00 |
Johnson Chu
|
1ac0499b7d
|
refactor(reactivity): sync alien-signals 1.0.4 changes (#12791)
|
2025-02-25 15:23:25 +08:00 |
Sunny
|
604d08760e
|
test(reactivity): add tests for reactive and non-reactive objects (#12576)
|
2025-02-20 17:00:31 +08:00 |
daiwei
|
84663ccc2c
|
Merge branch 'main' into minor
|
2025-02-20 13:50:31 +08:00 |
FatRadish
|
295b5ec19b
|
fix(reactivity): ensure markRaw objects are not reactive (#12824)
close #12807
|
2025-02-19 14:25:30 +08:00 |
edison
|
cbf5821028
|
chore(deps): fix MappingItem type (#12891)
|
2025-02-17 15:07:10 +08:00 |
renovate[bot]
|
4a1884f8dc
|
chore(deps): update all non-major dependencies (#12886)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-17 14:50:22 +08:00 |
daiwei
|
61604f6375
|
Merge remote-tracking branch 'origin/main' into minor
|
2025-02-13 09:43:47 +08:00 |
Evan You
|
c6fe9f9417
|
wip(vapor): new impl + test for vapor custom directive
|
2025-02-12 17:27:04 +08:00 |
edison
|
1b50febfe9
|
perf(vapor): use nthChild instead of nextn (#12847)
|
2025-02-12 16:43:26 +08:00 |
Evan You
|
8254b5f5ef
|
test(vapor): test case for dom event handling
|
2025-02-12 16:41:35 +08:00 |
Evan You
|
d48706336a
|
chore: fix mishandled regex const check
|
2025-02-12 15:49:32 +08:00 |
Evan You
|
4121de4960
|
refactor(vapor): reorg node op helpers + remove children helper
|
2025-02-12 15:47:14 +08:00 |
Evan You
|
242cc15fa6
|
refactor(vapor): use bitwise flags for v-for runtime optimizations
|
2025-02-12 15:40:09 +08:00 |
edison
|
d6a6ec13ce
|
fix(runtime-core): prevent unmounted vnode from being inserted during transition leave (#12862)
close #12860
|
2025-02-12 15:30:08 +08:00 |
Evan You
|
63cf2ee3f1
|
refactor: adjust isConstantNode
|
2025-02-12 11:57:16 +08:00 |