三咲智子 Kevin Deng
|
b8713589de
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-22 02:42:52 +08:00 |
Rizumu Ayaka
|
e07eac9ba3
|
feat(runtime-vapor): createSelector (#279)
|
2024-09-22 02:30:21 +08:00 |
Evan You
|
6fcb80172f
|
release: v3.5.7
|
2024-09-20 23:50:05 +08:00 |
Evan You
|
960706eebf
|
fix(reactivity): do not remove dep from depsMap when unsubbed by computed
follow up of 235ea4772 after discovering regression in vant ecosystem-ci tests
|
2024-09-20 23:39:59 +08:00 |
linzhe
|
b030c8bc73
|
fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
close #11982
|
2024-09-20 20:48:15 +08:00 |
山吹色御守
|
9eca65ee98
|
fix(types): correct type inference of all-optional props (#11644)
fix #11733
fix vuejs/language-tools#4704
|
2024-09-20 20:36:57 +08:00 |
Evan You
|
235ea4772e
|
fix(reactivity): fix memory leak from dep instances of garbage collected objects
close #11979
close #11971
|
2024-09-20 20:32:40 +08:00 |
Evan You
|
5c8b76ed6c
|
fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub removal
ref #11956
|
2024-09-20 20:06:39 +08:00 |
Alex Liu
|
f927a4ae6f
|
fix(transition): respect `duration` setting even when it is `0` (#11967)
|
2024-09-20 16:47:01 +08:00 |
edison
|
a2f6edeb02
|
fix(ssr): don't render comments in TransitionGroup (#11961)
close #11958
|
2024-09-20 16:46:45 +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 |
山吹色御守
|
215e154072
|
fix(compiler-sfc): initialize scope with null prototype object (#11963)
|
2024-09-20 16:44:14 +08:00 |
skirtle
|
d18d6aa1b2
|
fix(scheduler): ensure recursive jobs can't be queued twice (#11955)
|
2024-09-20 16:43:35 +08:00 |
linzhe
|
7257e6a342
|
fix(hydration): avoid observing non-Element node (#11954)
close #11952
|
2024-09-20 16:41:58 +08:00 |
Kevin Deng 三咲智子
|
884c190f08
|
feat: `v-memo` for `v-for` (#276)
|
2024-09-19 15:40:20 +08:00 |
三咲智子 Kevin Deng
|
cc58f651e1
|
refactor(compiler-vapor): remove `proxyRefs` in v-for
|
2024-09-19 01:17:16 +08:00 |
Kevin Deng 三咲智子
|
e1bedb8ad0
|
refactor!: drop custom directives (#274)
|
2024-09-19 01:15:17 +08:00 |
Michael Brevard
|
e075dfad5c
|
perf(hydration): avoid observer if element is in viewport (#11639)
|
2024-09-18 15:45:31 +08:00 |
Rizumu Ayaka
|
6791c887da
|
perf: improve benchmark test code (#268)
|
2024-09-17 23:19:33 +08:00 |
三咲智子 Kevin Deng
|
3f1ee07fd2
|
fix(runtime-vapor): swc minify error
|
2024-09-17 16:26:31 +08:00 |
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
|
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 |
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]
|
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 |
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 |
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 |
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 |