Evan You
|
d48706336a
|
chore: fix mishandled regex const check
|
2025-02-12 15:49:32 +08:00 |
Evan You
|
63cf2ee3f1
|
refactor: adjust isConstantNode
|
2025-02-12 11:57:16 +08:00 |
Evan You
|
674151c9b9
|
chore: Merge branch 'minor' into vapor
|
2025-01-29 15:37:54 +08:00 |
edison
|
ef6986fbc3
|
refactor(compiler-vapor): move operation with constant values out of renderEffect (#12547)
|
2024-12-16 14:30:38 +08:00 |
LiquidAssContainer
|
11c053a542
|
fix(typos): fix comments referencing transformElement.ts (#12551)[ci-skip]
|
2024-12-16 10:43:01 +08:00 |
Evan You
|
7e8edcd9cd
|
build: add runtime-with-vapor format + fix sfc playground for vapor mode
|
2024-12-08 15:18:16 +08:00 |
三咲智子 Kevin Deng
|
f6ce3f9d43
|
Merge tag 'v3.5.13'
|
2024-11-16 02:48:30 +08:00 |
linzhe
|
99009eee0e
|
fix(compiler-core): handle v-memo + v-for with functional key (#12014)
close #12013
|
2024-11-14 15:14:29 +08:00 |
edison
|
37300fc261
|
fix(v-once): setting hasOnce to current block only when in v-once (#12374)
close #12371
|
2024-11-14 14:53:55 +08:00 |
Evan You
|
b1260e0dd6
|
Merge remote-tracking branch 'upstream/main'
|
2024-11-11 17:05:52 +08:00 |
山吹色御守
|
cde2c0671b
|
fix(compiler): clone loc to `ifNode` (#12131)
fix vuejs/language-tools#4911
|
2024-10-11 11:07:07 +08:00 |
三咲智子 Kevin Deng
|
b8713589de
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-22 02:42:52 +08:00 |
edison
|
62242886d7
|
fix(compile-core): fix v-model with newlines edge case (#11960)
close #8306
|
2024-09-20 16:45:47 +08:00 |
三咲智子 Kevin Deng
|
594cb1412d
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-17 10:33:35 +08:00 |
Evan You
|
3c4bf76276
|
fix(compiler-dom): should ignore leading newline in <textarea> per spec
|
2024-09-13 21:24:59 +08:00 |
edison
|
706d4ac1d0
|
fix(compiler-core): fix handling of delimiterOpen in VPre (#11915)
close #11913
|
2024-09-13 16:46:01 +08:00 |
btea
|
fe2ab1bbac
|
chore: remove unused variable (#11842)
|
2024-09-07 18:30:58 +08:00 |
山吹色御守
|
3f13203564
|
feat(compiler-core): parse modifiers as expression to provide location data (#11819)
|
2024-09-05 21:00:16 +08:00 |
Evan You
|
40193696b3
|
chore(build): use /*@__PURE__*/ annotation consistently
|
2024-09-04 20:24:33 +08:00 |
Evan You
|
ac9e7e8bfa
|
test: adjust coverage config, use v8 coverage
|
2024-08-29 10:41:29 +08:00 |
Evan You
|
e9e08155bf
|
fix(build): revert entities to 4.5 to avoid runtime resolution errors
close #11603
|
2024-08-15 10:16:32 +08:00 |
Evan You
|
5861229475
|
fix(compiler-core): use ast-based check for function expressions when possible
close #11615
|
2024-08-15 09:58:30 +08:00 |
三咲智子 Kevin Deng
|
2ef97fec30
|
refactor: isolatedDeclarations for vapor
|
2024-08-09 17:00:27 +08:00 |
三咲智子 Kevin Deng
|
4468a2bea8
|
Merge tag 'v3.5.0-beta.1'
|
2024-08-09 00:55:35 +08:00 |
Evan You
|
741d8a0710
|
chore: Merge branch 'main' into minor
|
2024-08-08 23:06:53 +08:00 |
Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |
山吹色御守
|
236fb7abeb
|
fix(compiler-core): use `isProp.arg.loc` instead of `isProp.loc` (#11547)
|
2024-08-08 17:13:24 +08:00 |
Evan You
|
eaf5455d77
|
chore: Merge branch 'main' into minor
|
2024-08-07 18:25:58 +08:00 |
Evan You
|
ea190f24e4
|
chore(deps): upgrade to entities 5.0
close #11507
|
2024-08-05 14:14:52 +08:00 |
Evan You
|
67bb820904
|
fix(compiler-core): properly handle for loop variable declarations in expression transforms
ref https://github.com/vuejs/core/pull/11467#issuecomment-2263069794
|
2024-08-05 14:07:44 +08:00 |
Evan You
|
077a1aeb3c
|
fix(compiler-core): fix expression transform for try...catch block params
close #11465
close #11467
|
2024-08-05 13:46:51 +08:00 |
三咲智子 Kevin Deng
|
a8248cf152
|
Merge remote-tracking branch 'upstream/minor'
|
2024-07-19 18:52:32 +08:00 |
Evan You
|
f15ba2c2e2
|
chore: Merge branch 'main' into minor
|
2024-07-17 17:32:31 +08:00 |
Evan You
|
d343a0dc01
|
fix(v-once): properly unmount v-once cached trees
close #5154
close #8809
|
2024-07-13 21:38:32 +08:00 |
Evan You
|
3107b57e2e
|
refactor: isVNode -> isVOnce
|
2024-07-13 21:07:45 +08:00 |
Evan You
|
aef807746a
|
refactor(compiler): move patchFlag text generation to codegen phase
|
2024-07-13 19:40:04 +08:00 |
Tycho
|
746352a14d
|
fix(compiler-core): handle inline comments with undefined bindings (#11217)
close #11216
|
2024-06-28 09:48:23 +08:00 |
三咲智子 Kevin Deng
|
4be49b2620
|
Merge remote-tracking branch 'upstream/minor'
|
2024-06-22 23:39:45 +08:00 |
Evan You
|
7d06ca3a83
|
chore: Merge branch 'main' into minor
|
2024-06-22 21:05:15 +08:00 |
_Kerman
|
e102670bde
|
fix(compiler-core): should not remove slot node with `v-else` (#11150)
|
2024-06-22 17:08:39 +08:00 |
Simon He
|
914f064429
|
refactor(compat/compiler-core): improve conditional branching (#11185)
|
2024-06-22 17:05:35 +08:00 |
三咲智子 Kevin Deng
|
cf8be999df
|
Merge remote-tracking branch 'upstream/minor'
|
2024-06-16 17:01:49 +08:00 |
Evan You
|
26356264d2
|
chore: Merge branch 'main' into minor
|
2024-06-14 12:32:28 +02:00 |
Vadim Kruglov
|
29425df1ac
|
fix(compiler-core): fix :key shorthand on v-for (#10942)
close #10882
close #10939
|
2024-06-04 20:18:24 +08:00 |
Evan You
|
cd0ea0d479
|
fix(compiler-core): change node hoisting to caching per instance (#11067)
close #5256
close #9219
close #10959
|
2024-06-04 20:09:54 +08:00 |
三咲智子 Kevin Deng
|
334e72eeee
|
Merge remote-tracking branch 'upstream/minor'
|
2024-05-30 21:41:53 +08:00 |
Wouter
|
5d258502a0
|
fix(compiler-core): emit TS-compatible function declaration when requested (#9363)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
|
2024-05-30 18:19:04 +08:00 |
Travis
|
3ea964473d
|
fix(compiler-core): allow unicode to appear in simple identifiers (#6765)
close #6367
|
2024-05-30 17:45:11 +08:00 |
huangcheng
|
b9ca202f47
|
fix(compiler-core): v-for expression missing source with spaces should emit error (#5821)
close #5819
|
2024-05-30 17:24:37 +08:00 |
Kevin Deng 三咲智子
|
cdb1d1795d
|
chore: disallow optional chaining (#10919)
|
2024-05-29 15:03:20 +08:00 |