zhiyuanzmj
|
ced7ee684c
|
feat(compiler-vapor): support v-slots expression for jsx-vapor (#271)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2024-09-17 11:45:20 +08:00 |
三咲智子 Kevin Deng
|
1094b05259
|
chore: update readme & sponsors
|
2024-09-17 11:32:28 +08:00 |
三咲智子 Kevin Deng
|
daf098ef68
|
ci: cleanup & fix repo
|
2024-09-17 11:10:01 +08:00 |
三咲智子 Kevin Deng
|
594cb1412d
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-17 10:33:35 +08:00 |
Evan You
|
9a36f2a0b8
|
release: v3.5.6
|
2024-09-16 16:11:38 +08:00 |
Evan You
|
c74bb8c2dd
|
fix(reactivity): avoid exponential perf cost and reduce call stack depth for deeply chained computeds (#11944)
close #11928
|
2024-09-16 16:00:31 +08:00 |
renovate[bot]
|
cbc39d54f0
|
fix(deps): update playground (#11939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 15:00:53 +08:00 |
edison
|
3db0a0f979
|
chore(deps): update vitest to ^2.1.1 (#11943)
|
2024-09-16 15:00:41 +08:00 |
Evan You
|
8492c3c49a
|
fix(compiler-sfc): preserve old behavior when using withDefaults with desutructure
close #11930
|
2024-09-16 11:25:04 +08:00 |
renovate[bot]
|
fbae210d9d
|
chore(deps): update dependency eslint-plugin-import-x to v4 (#11942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 11:13:23 +08:00 |
renovate[bot]
|
726db0ad2c
|
chore(deps): update lint (#11940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 10:59:58 +08:00 |
renovate[bot]
|
47bda40653
|
fix(deps): update dependency postcss to ^8.4.47 (#11938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 10:59:38 +08:00 |
renovate[bot]
|
732a38ef63
|
chore(deps): update dependency npm-run-all2 to ^6.2.3 (#11937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 10:59:26 +08:00 |
renovate[bot]
|
6b07244dd5
|
chore(deps): update build (#11936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-16 10:59:15 +08:00 |
edison
|
85c138ced1
|
fix(compile-dom): should be able to stringify mathML (#11891)
|
2024-09-16 10:58:23 +08:00 |
Yang Mingshan
|
49fa673493
|
fix(watch): `once` option should be ignored by watchEffect (#11884)
|
2024-09-16 10:56:32 +08:00 |
Matt Garrett
|
2d6adf78a0
|
fix(watch): unwatch should be callable during SSR (#11925)
close #11924
|
2024-09-16 10:49:16 +08:00 |
Tycho
|
bc3ddca9d0
|
chore(types): migrate global types to packages-private (#11904)
|
2024-09-16 10:30:58 +08:00 |
ML
|
1bad606eb3
|
types: improve app.directive type generics (#11926)
|
2024-09-16 10:30:04 +08:00 |
Tycho
|
aa5dafd2b5
|
fix(reactivity): rely on dirty check only when computed has deps (#11931)
close #11929
|
2024-09-16 10:28:46 +08:00 |
Tycho
|
346bfaf760
|
refactor(reactivity): simplify isDirty condition (#11933)
|
2024-09-16 09:59:13 +08:00 |
2nofa11
|
817dca8712
|
chore:fix-issue-id (#11927) [ci skip]
|
2024-09-14 12:00:10 +08:00 |
edison
|
effcccd258
|
docs: avoid pre rendering as html[ci skip] (#11922)
|
2024-09-13 22:05:01 +08:00 |
Evan You
|
7f2de3f53e
|
release: v3.5.5
|
2024-09-13 21:38:17 +08:00 |
Evan You
|
a5f3c2eb4d
|
fix(hydration): fix mismatch of leading newline in <textarea> and <pre>
close #11873
close #11874
|
2024-09-13 21:24:59 +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
|
10a2c6053b
|
fix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907)
close #11868
|
2024-09-13 20:19:47 +08:00 |
linzhe
|
f2d8019188
|
fix(custom-element): handle nested customElement mount w/ shadowRoot false (#11861)
close #11851
close #11871
|
2024-09-13 20:18:10 +08:00 |
Evan You
|
1d99d61c1b
|
fix(compiler-dom): fix stringify static edge for partially eligible chunks in cached parent
close #11879
close #11890
|
2024-09-13 20:08:40 +08:00 |
edison
|
7571f20bc3
|
fix(TransitionGroup): not warn unkeyed text children with whitespece preserve (#11888)
close #11885
|
2024-09-13 18:37:42 +08:00 |
Evan You
|
8ea5d6d698
|
fix(reactivity): properly clean up deps, fix memory leak
close #11901
|
2024-09-13 18:35:16 +08:00 |
Evan You
|
11eebcb4df
|
refactor(reactivity): use class for Link
|
2024-09-13 18:35:16 +08:00 |
edison
|
7fe6c795a1
|
fix(runtime-core): properly update async component nested in KeepAlive (#11917)
close #11916
|
2024-09-13 17:17:56 +08:00 |
linzhe
|
0e7bc717e6
|
fix(compiler-sfc): nested css supports atrule and comment (#11899)
close #11896
|
2024-09-13 16:53:49 +08:00 |
edison
|
706d4ac1d0
|
fix(compiler-core): fix handling of delimiterOpen in VPre (#11915)
close #11913
|
2024-09-13 16:46:01 +08:00 |
Hongkun
|
d0b513eb46
|
chore(sfc-playground): editor can modify whether auto-save is enabled (#11428)
|
2024-09-10 19:15:29 +08:00 |
Evan You
|
f599321a65
|
chore: refactor scripts to js, remove need for tsx
|
2024-09-10 19:13:42 +08:00 |
Evan You
|
91212fa408
|
release: v3.5.4
|
2024-09-10 17:05:04 +08:00 |
Evan You
|
b1db66a1a9
|
chore(deps): upgrade to TypeScript 5.6
|
2024-09-10 16:46:19 +08:00 |
Evan You
|
e596378e0b
|
fix: Revert "fix: Revert "fix(reactivity): self-referencing computed should refresh""
This reverts commit 35c760f82f .
|
2024-09-10 16:01:20 +08:00 |
Yang Mingshan
|
48613bb928
|
refactor(scheduler): simplify checkRecursiveUpdates (#11856)
|
2024-09-10 15:51:10 +08:00 |
zhangenming
|
f80d447c17
|
perf(reactivity): trigger deps directly instead of storing in an array first (#11695)
|
2024-09-10 15:48:51 +08:00 |
Tycho
|
ced59ab8f2
|
fix(runtime-core): handle shallow reactive arrays in renderList correctly (#11870)
close #11869
|
2024-09-10 15:48:14 +08:00 |
Konv Suu
|
67d6596d40
|
fix(reactivity): fix markRaw error on already marked object (#11864)
close #11862
|
2024-09-10 15:40:43 +08:00 |
renovate[bot]
|
d13cd22eef
|
chore(deps): update build (#11859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-10 15:39:01 +08:00 |
renovate[bot]
|
207d0eabdf
|
chore(deps): update all non-major dependencies (#11858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-10 15:38:45 +08:00 |
山吹色御守
|
b1de75ed04
|
fix(compiler-sfc): correct scoped injection for nesting selector (#11854)
close #10567
|
2024-09-10 15:38:33 +08:00 |
btea
|
fe2ab1bbac
|
chore: remove unused variable (#11842)
|
2024-09-07 18:30:58 +08:00 |
Evan You
|
b1430f250d
|
refactor: remove rarely used argument in makeMap + optimize perf
|
2024-09-07 15:40:17 +08:00 |
山吹色御守
|
dad6738099
|
fix(types): correctly infer `TypeEmits` with both tuple and function syntax (#11840)
close #11836
|
2024-09-06 16:10:56 +08:00 |