Jevon
|
9412c20531
|
feat: support v-on="obj" (#149)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2024-03-14 14:15:45 +08:00 |
三咲智子 Kevin Deng
|
421eba3e01
|
refactor(compiler-vapor): simplify genExpression
|
2024-03-12 15:50:23 +08:00 |
Rizumu Ayaka
|
c79629f0ef
|
fix(compiler-vapor): member expression with assignment (#146)
|
2024-03-12 15:46:30 +08:00 |
三咲智子 Kevin Deng
|
ebd3710d72
|
refactor(runtime-vapor): don't record metadata for `on`
|
2024-03-07 17:44:42 +08:00 |
三咲智子 Kevin Deng
|
280b8cbdab
|
refactor: remove getCurrentEffect, add effect flag for on
Use the effect flag to distinguish whether it is in the effect of a v-for block.
|
2024-03-07 17:41:07 +08:00 |
三咲智子 Kevin Deng
|
03d1d0a956
|
refactor: delegate set modelValue event
|
2024-03-06 00:48:34 +08:00 |
三咲智子 Kevin Deng
|
11b99ba9ab
|
fix(runtime-vapor): clean event handler in current effect
|
2024-03-05 23:43:19 +08:00 |
三咲智子 Kevin Deng
|
d20cf6d9d2
|
chore: update todo list
|
2024-03-05 17:56:06 +08:00 |
FireBushtree
|
d3ca3f7492
|
test(runtime-vapor): v-model directive (#142)
|
2024-03-04 13:52:14 +08:00 |
三咲智子 Kevin Deng
|
91997bb3b3
|
ci: publish with npm provenance
|
2024-03-03 03:48:05 +08:00 |
Rizumu Ayaka
|
b925c6290b
|
perf(runtime-vapor): don't wrap `Array.from` for array in v-for (#141)
|
2024-03-03 00:40:02 +08:00 |
三咲智子 Kevin Deng
|
5a0365d944
|
Merge remote-tracking branch 'upstream/main'
|
2024-03-01 21:50:49 +08:00 |
FireBushtree
|
ccd3f3923f
|
fix(runtime-vapor): trigger event after `v-model` (#137)
|
2024-03-01 18:23:49 +08:00 |
三咲智子 Kevin Deng
|
5a0bc110d9
|
refactor(runtime-vapor): record event metadata as array
|
2024-03-01 18:16:17 +08:00 |
三咲智子 Kevin Deng
|
7f861441d7
|
refactor(runtime-vapor): extract metadata kind
|
2024-03-01 17:50:54 +08:00 |
三咲智子 Kevin Deng
|
4af8e87953
|
feat: support more source types for v-for
closes #139
Co-authored-by: wangjie36 <826036140@qq.com>
|
2024-03-01 06:37:53 +08:00 |
三咲智子 Kevin Deng
|
d51d55843f
|
refactor(runtime-vapor): tweak createFor
|
2024-03-01 04:22:17 +08:00 |
Evan You
|
f66a75ea75
|
release: v3.4.21
|
2024-02-28 12:12:15 +01:00 |
Doctor Wu
|
b3f8b5a4e7
|
fix(runtime-dom): avoid unset option's value (#10416)
close #10412
re-fix #10396
|
2024-02-28 19:07:12 +08:00 |
edison
|
bc37258caa
|
fix(warning): stringify args in warn handler (#10414)
close #10409
|
2024-02-28 19:06:18 +08:00 |
edison
|
7c97778aec
|
fix(suspense): ensure nested suspense patching if in fallback state (#10417)
close #10415
|
2024-02-28 19:05:22 +08:00 |
三咲智子 Kevin Deng
|
1f6a1102aa
|
test: clean snapshot
|
2024-02-28 15:19:24 +08:00 |
三咲智子 Kevin Deng
|
83641f709b
|
chore(playground): add vapor flag
|
2024-02-27 23:29:18 +08:00 |
三咲智子 Kevin Deng
|
65909f6e60
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-27 18:48:24 +08:00 |
三咲智子 Kevin Deng
|
fac30af9ec
|
refactor(runtime-vapor): tweak types
|
2024-02-27 16:48:33 +08:00 |
三咲智子 Kevin Deng
|
cb53a1e0cf
|
fix(playground): upgrade vite plugin
|
2024-02-26 23:09:29 +08:00 |
三咲智子 Kevin Deng
|
0e57653183
|
test(runtime-vapor): add template tests
[skip-release]
|
2024-02-26 22:57:35 +08:00 |
三咲智子 Kevin Deng
|
2c15171dcf
|
feat: add next helper for sibilings
|
2024-02-26 22:37:08 +08:00 |
三咲智子 Kevin Deng
|
2075042956
|
refactor: remove append helper
replace `append` with `insertBefore`
|
2024-02-26 21:38:04 +08:00 |
三咲智子 Kevin Deng
|
11bda8a088
|
refactor(runtime-vapor): move template to dom
[skip release]
|
2024-02-26 21:19:28 +08:00 |
三咲智子 Kevin Deng
|
e5c1f8d1a2
|
refactor: split delegate & register event
|
2024-02-26 15:18:16 +08:00 |
Evan You
|
89de26cdcd
|
release: v3.4.20
|
2024-02-26 10:07:13 +08:00 |
Evan You
|
b97ad0ee9a
|
chore: update e2eUtils puppeteer options
|
2024-02-26 09:54:12 +08:00 |
Evan You
|
b3bd3a210a
|
build: disable reexportProtoFromExternal in rollup config
|
2024-02-26 09:53:59 +08:00 |
三咲智子 Kevin Deng
|
a24809fbd2
|
chore: limit typescript lib to es2016 (#10164)
* chore: limit typescript lib to es2015
* chore: set target to es2015
* chore: update
|
2024-02-26 09:37:05 +08:00 |
renovate[bot]
|
822cb72e01
|
chore(deps): update test to ^1.3.1 (#10355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:36:32 +08:00 |
renovate[bot]
|
77e872eac7
|
chore(deps): update lint (#10323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:34:29 +08:00 |
renovate[bot]
|
b92e6ce1ca
|
chore(deps): update build (#10321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:34:09 +08:00 |
Evan You
|
9192a9043d
|
chore: format renovate.json
|
2024-02-26 09:31:50 +08:00 |
renovate[bot]
|
4e44d3d109
|
chore(deps): update dependency marked to v12 (#10404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:29:55 +08:00 |
renovate[bot]
|
617258f930
|
chore(deps): update test (#10406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:29:21 +08:00 |
renovate[bot]
|
07a5d5454e
|
chore(deps): update lint (#10405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:27:45 +08:00 |
Evan You
|
09d6eaf9d6
|
chore(deps): unpin rollup
original issue resolved by https://github.com/rollup/rollup/pull/5380
|
2024-02-26 09:25:53 +08:00 |
Evan You
|
09a64ed3fe
|
chore(deps): pin @rollup/plugin-replace in renovate.json
|
2024-02-26 09:24:38 +08:00 |
renovate[bot]
|
bcf16659c8
|
chore(deps): update compiler (#10322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:16:38 +08:00 |
renovate[bot]
|
2529b97ebd
|
chore(deps): update all non-major dependencies (#10320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:15:57 +08:00 |
Evan You
|
364f8902c8
|
fix(runtime-dom): fix nested v-show priority regression
close #10338
|
2024-02-26 09:11:05 +08:00 |
Evan You
|
6c74fb07a7
|
chore: rename and export DefineSetupFnComponent
|
2024-02-25 23:38:39 +08:00 |
Evan You
|
e0e02535cd
|
fix(parser): should not treat uppercase components as special tags
close #10395
|
2024-02-25 23:05:15 +08:00 |
Evan You
|
9a365fe00d
|
refactor: use more descriptive name for v-show original display key
|
2024-02-25 21:50:47 +08:00 |