zhiyuanzmj
|
ff7fa88de1
|
fix(compiler-vapor): move `next`, `child` and `nthChild` before setInsertionState (#13057)
|
2025-06-18 09:05:43 +08:00 |
zhiyuanzmj
|
99482a4ddf
|
fix(compiler-vapor): prevent caching variables in function expression (#13244)
|
2025-06-18 08:53:38 +08:00 |
edison
|
978c47f751
|
feat(compiler-vapor): resolve implicitly self-referencing component (#13400)
|
2025-06-18 08:36:25 +08:00 |
edison
|
08f9c1d9f6
|
fix(compiler-vapor): properly locate last if node (#13399)
|
2025-06-18 08:36:05 +08:00 |
zhiyuanzmj
|
122f75824d
|
test(compiler-vapor): fix v-for test (#13347)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
|
2025-05-19 11:42:54 +08:00 |
zhiyuanzmj
|
5036f91ca4
|
test(compiler-vapor): add index test for v-for (#13004)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
|
2025-05-15 14:43:02 +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
|
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
|
97c40a69fb
|
refactor(vapor): refactor interpolation transform to make it hydration friendly
|
2025-03-07 20:49:21 +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
|
1b50febfe9
|
perf(vapor): use nthChild instead of nextn (#12847)
|
2025-02-12 16:43:26 +08:00 |
Evan You
|
242cc15fa6
|
refactor(vapor): use bitwise flags for v-for runtime optimizations
|
2025-02-12 15:40:09 +08:00 |
Evan You
|
63cf2ee3f1
|
refactor: adjust isConstantNode
|
2025-02-12 11:57:16 +08:00 |
Evan You
|
5d1c6ca5a9
|
perf(vapor): optimize text bindings and v-text
|
2025-02-11 18:39:27 +08:00 |
Evan You
|
a2fa0db998
|
wip(vapor): improve node traversal codegen
|
2025-02-11 02:21:59 +08:00 |
Evan You
|
263318db46
|
perf(vapor): generate simpler evenet delegation code when possible
|
2025-02-10 16:17:25 +08:00 |
Evan You
|
a2b4289045
|
refactor(vapor): avoid unnecessary wrapping for event handlers
|
2025-02-10 15:50:34 +08:00 |
Evan You
|
0392eb41e0
|
test(vapor): update vModel compiler tests
|
2025-02-02 12:27:17 +08:00 |
Evan You
|
e5af194486
|
wip(vapor): simplified builtin directive v-show
|
2025-01-31 22:29:51 +08:00 |
Evan You
|
9f1025d854
|
wip(vapor): createDynamicComponent
|
2025-01-31 17:04:56 +08:00 |
Evan You
|
cad7f0e583
|
wip(vapor): improve v-for codegen + minor optimization
|
2025-01-31 13:14:16 +08:00 |
Evan You
|
a13db00c59
|
chore: mark test as todo
|
2025-01-30 22:45:41 +08:00 |
Evan You
|
c89e01efbf
|
wip(vapor): support default values in v-for destructure
|
2025-01-30 21:51:48 +08:00 |
Evan You
|
95cf749f8b
|
wip(vapor): support rest elements in v-for destructure
|
2025-01-30 21:15:25 +08:00 |
Evan You
|
1ff6b136db
|
refactor: remove prefixIdentifier and mode usage in compiler-vapor
vapor compilation always assume module mode + prefixIdentifier: true
|
2025-01-30 20:10:40 +08:00 |
Evan You
|
fca1aef896
|
wip: v-for destructure expression rewrite (part 1)
|
2025-01-30 20:06:41 +08:00 |
edison
|
20cd429766
|
fix(compiler-vapor): once modifier work with component event (#12606)
|
2025-01-08 15:19:08 +08:00 |
edison
|
58b49749c7
|
refactor(compiler-vapor): cache multiple access to the same expression (#12568)
|
2025-01-08 15:05:48 +08:00 |
edison
|
757b3df56e
|
refactor(compiler-vapor): cache inline handlers passed to component (#12563)
|
2025-01-08 14:35:09 +08:00 |
edison
|
ef6986fbc3
|
refactor(compiler-vapor): move operation with constant values out of renderEffect (#12547)
|
2024-12-16 14:30:38 +08:00 |
edison
|
bd130019d1
|
refactor(vapor): import v-o withModifiers or withKeys on demand (#12539)
|
2024-12-16 14:28:56 +08:00 |
Evan You
|
c07734debf
|
wip(vapor): further tweak single root attr fallthrough behavior
|
2024-12-13 20:23:20 +08:00 |
Evan You
|
4160b6d567
|
test(vapor): fix templateRef compiler tests
|
2024-12-13 09:39:29 +08:00 |
Evan You
|
4505727412
|
wip: refactor vapor vBind codegen
|
2024-12-12 18:17:29 +08:00 |
Evan You
|
dfe06f8f4e
|
wip: cache setProp prev value on element, simplify codegen
Also separate `setClass`/`setClassIncremental` and `setStyle`/
`setStyleIncremental`
|
2024-12-12 13:18:04 +08:00 |
Evan You
|
64e007eabe
|
chore: Merge branch 'main' into vapor
|
2024-12-11 14:27:54 +08:00 |
edison
|
1bb9a0f8c7
|
refactor: drop recordPropMetadata + merge renderEffect (#301)
|
2024-12-11 14:02:34 +08:00 |
Evan You
|
23fe7f991f
|
chore: make type check pass
|
2024-12-11 11:50:17 +08:00 |
Evan You
|
25989f6ede
|
chore: update compiler-vapor inline mode snapshots
|
2024-12-10 18:44:36 +08:00 |
Evan You
|
2b05c1e906
|
wip: remove setInheritAttrs codegen
|
2024-12-09 17:19:16 +08:00 |
Evan You
|
4df4624415
|
chore: make vapor compiler tests pass
|
2024-12-09 13:09:31 +08:00 |
Evan You
|
23ba438be1
|
wip(vapor): align compiler with new props runtime behavior
|
2024-12-04 21:08:12 +08:00 |
edison
|
0196e1a499
|
perf(runtime-vapor): optimize `setDOMProp` on static tag + key (#294)
|
2024-12-01 17:04:42 +08:00 |
edison
|
e61cedf3fd
|
perf(runtime-vapor): use `setAttr` or `setDOMProp` instead of `setDynamicProp` when possible (#291)
Co-authored-by: Doctor Wu <doctorwu@moego.pet>
|
2024-11-27 16:55:45 +08:00 |
Kevin Deng 三咲智子
|
9a2158d2f0
|
refactor(vapor): drop `v-memo` (#288)
* refactor(runtime-vapor): drop memo
* drop
|
2024-11-18 04:51:15 +08:00 |
三咲智子 Kevin Deng
|
3f6ce964c7
|
feat(vapor): support more magic vars
|
2024-11-16 06:58:26 +08:00 |
三咲智子 Kevin Deng
|
81b3d36304
|
fix(vapor): destructure in `v-for`
|
2024-11-16 06:33:44 +08:00 |
三咲智子 Kevin Deng
|
0c7817ceed
|
fix(compiler-vapor): stringify number prop value
|
2024-11-16 04:23:21 +08:00 |
三咲智子 Kevin Deng
|
faa3e2c0d2
|
fix(runtime-vapor): `v-if` with inherit attrs
|
2024-11-15 00:42:54 +08:00 |