]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
三咲智子 Kevin Deng [Mon, 7 Oct 2024 05:14:18 +0000 (13:14 +0800)]
fix(compiler-vapor): quote slot name
三咲智子 Kevin Deng [Sun, 6 Oct 2024 03:22:54 +0000 (11:22 +0800)]
fix(runtime-shared): dedupe deps
三咲智子 Kevin Deng [Sat, 5 Oct 2024 17:42:32 +0000 (01:42 +0800)]
perf(runtime): clear container on unmount
三咲智子 Kevin Deng [Sat, 5 Oct 2024 13:23:37 +0000 (21:23 +0800)]
feat(runtime-vapor): fast path for clear all children
三咲智子 Kevin Deng [Sat, 5 Oct 2024 09:08:13 +0000 (17:08 +0800)]
fix(runtime-vapor): stale memo cache
三咲智子 Kevin Deng [Sat, 5 Oct 2024 07:59:15 +0000 (15:59 +0800)]
chore: rename repo name
三咲智子 Kevin Deng [Sat, 5 Oct 2024 07:58:10 +0000 (15:58 +0800)]
ci: continuous release without checking
三咲智子 Kevin Deng [Sat, 5 Oct 2024 03:41:54 +0000 (11:41 +0800)]
chore(benchmark): dedupe deps
三咲智子 Kevin Deng [Sat, 5 Oct 2024 03:40:13 +0000 (11:40 +0800)]
Merge tag 'v3.5.11'
Evan You [Thu, 3 Oct 2024 15:49:47 +0000 (23:49 +0800)]
release: v3.5.11
山吹色御守 [Thu, 3 Oct 2024 15:24:09 +0000 (23:24 +0800)]
fix(type): should not intersect `PublicProps` with `Props` (#12077)
山吹色御守 [Thu, 3 Oct 2024 15:22:57 +0000 (23:22 +0800)]
fix(types): infer the first generic type of `Ref` correctly (#12094)
山吹色御守 [Thu, 3 Oct 2024 15:22:27 +0000 (23:22 +0800)]
fix(types): correctly infer `TypeProps` when it is `any` (#12073)
close #12058
skirtle [Thu, 3 Oct 2024 15:21:31 +0000 (16:21 +0100)]
fix(scheduler): job ordering when the post queue is flushing (#12090)
renovate[bot] [Thu, 3 Oct 2024 15:17:36 +0000 (23:17 +0800)]
chore(deps): update dependency rollup to ^4.24.0 (#12081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 3 Oct 2024 15:17:22 +0000 (23:17 +0800)]
chore(deps): update all non-major dependencies (#12080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tycho [Thu, 3 Oct 2024 15:16:52 +0000 (23:16 +0800)]
fix(reactivity): prevent overwriting `next` property during batch processing (#12075)
close #12072
Doctor Wu [Mon, 30 Sep 2024 10:57:27 +0000 (18:57 +0800)]
chore(benchmark): fix conflict args (#282)
Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>
三咲智子 Kevin Deng [Sat, 28 Sep 2024 17:55:00 +0000 (01:55 +0800)]
chore(runtime-vapor): add benchmark build flag
Rizumu Ayaka [Sat, 28 Sep 2024 16:47:44 +0000 (00:47 +0800)]
refactor(runtime-vapor): remove shallowRef list for v-for (#281)
Evan You [Sat, 28 Sep 2024 11:24:55 +0000 (19:24 +0800)]
chore: remove no longer used property on Dep
山吹色御守 [Sat, 28 Sep 2024 01:56:09 +0000 (09:56 +0800)]
fix(compiler-sfc): do not skip `TSSatisfiesExpression` when transforming props destructure (#12062)
close #12061
Rizumu Ayaka [Fri, 27 Sep 2024 17:53:29 +0000 (01:53 +0800)]
test(runtime-vapor): fix shallowRef in v-for (#280)
三咲智子 Kevin Deng [Fri, 27 Sep 2024 17:42:45 +0000 (01:42 +0800)]
refactor(runtime-vapor): remove support of shallowRef in v-for
Co-authored-by: Rizumu Ayaka <rizumu@ayaka.moe>
Evan You [Fri, 27 Sep 2024 15:16:33 +0000 (23:16 +0800)]
release: v3.5.10
Evan You [Fri, 27 Sep 2024 15:10:11 +0000 (23:10 +0800)]
fix(reactivity): fix nested batch edge case
Evan You [Fri, 27 Sep 2024 03:22:36 +0000 (11:22 +0800)]
fix(reactivity): only clear notified flags for computed in first batch iteration
close #12045
Evan You [Fri, 27 Sep 2024 03:06:34 +0000 (11:06 +0800)]
test: add test case for #11928
Tycho [Fri, 27 Sep 2024 02:23:01 +0000 (10:23 +0800)]
fix(types/ref): handle nested refs in UnwrapRef (#12049)
close #12044
Evan You [Fri, 27 Sep 2024 01:25:00 +0000 (09:25 +0800)]
fix(custom-element): properly set kebab-case props on Vue custom elements
close #12030
close #12032
Evan You [Thu, 26 Sep 2024 11:30:19 +0000 (19:30 +0800)]
workflow: link to release workflow in release script [ci skip]
Evan You [Thu, 26 Sep 2024 11:28:03 +0000 (19:28 +0800)]
release: v3.5.9
Evan You [Thu, 26 Sep 2024 10:38:02 +0000 (18:38 +0800)]
fix(reactivity): fix recursive sync watcher on computed edge case
close #12033
close #12037
edison [Thu, 26 Sep 2024 09:08:48 +0000 (17:08 +0800)]
fix(runtime-core): avoid rendering plain object as VNode (#12038)
close #12035
close vitejs/vite-plugin-vue#353
renovate[bot] [Thu, 26 Sep 2024 09:07:20 +0000 (17:07 +0800)]
chore(deps): update build (#12001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Thu, 26 Sep 2024 09:05:37 +0000 (17:05 +0800)]
fix(vue): properly cache runtime compilation (#12019)
山吹色御守 [Thu, 26 Sep 2024 09:00:05 +0000 (17:00 +0800)]
fix(types): correct type inference of union event names (#12022)
Evan You [Thu, 26 Sep 2024 08:58:38 +0000 (16:58 +0800)]
fix(reactivity): fix property dep removal regression
close #12020
close #12021
yangxiuxiu [Tue, 24 Sep 2024 10:02:01 +0000 (18:02 +0800)]
refactor(reactivity): avoid optional chaining in getDepFromReactive (#12007)
btea [Tue, 24 Sep 2024 10:01:20 +0000 (18:01 +0800)]
chore: remove unused argument (#12006)
Boshen [Tue, 24 Sep 2024 10:00:39 +0000 (18:00 +0800)]
chore(types): disambiguate the `Comment` type in hydration.ts (#12009)
Evan You [Mon, 23 Sep 2024 00:38:24 +0000 (08:38 +0800)]
fix(runtime-core): make useId() always return a string
三咲智子 Kevin Deng [Sun, 22 Sep 2024 14:34:41 +0000 (22:34 +0800)]
chore: upgrade deps, remove playground demos
Evan You [Sun, 22 Sep 2024 03:53:14 +0000 (11:53 +0800)]
release: v3.5.8
Jürg Lehni [Sun, 22 Sep 2024 03:49:35 +0000 (05:49 +0200)]
fix(reactivity): do not remove dep from depsMap when cleaning up deps of computed (#11995)
Evan You [Sun, 22 Sep 2024 03:24:10 +0000 (11:24 +0800)]
test: simplify computed last sub test case
三咲智子 Kevin Deng [Sat, 21 Sep 2024 18:42:52 +0000 (02:42 +0800)]
Merge remote-tracking branch 'upstream/main'
Rizumu Ayaka [Sat, 21 Sep 2024 18:30:21 +0000 (02:30 +0800)]
feat(runtime-vapor): createSelector (#279)
Evan You [Fri, 20 Sep 2024 15:50:05 +0000 (23:50 +0800)]
release: v3.5.7
Evan You [Fri, 20 Sep 2024 15:39:33 +0000 (23:39 +0800)]
fix(reactivity): do not remove dep from depsMap when unsubbed by computed
follow up of
235ea4772 after discovering regression in vant ecosystem-ci tests
linzhe [Fri, 20 Sep 2024 12:48:15 +0000 (20:48 +0800)]
fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
close #11982
山吹色御守 [Fri, 20 Sep 2024 12:36:57 +0000 (20:36 +0800)]
fix(types): correct type inference of all-optional props (#11644)
fix #11733
fix vuejs/language-tools#4704
Evan You [Fri, 20 Sep 2024 12:31:40 +0000 (20:31 +0800)]
fix(reactivity): fix memory leak from dep instances of garbage collected objects
close #11979
close #11971
Evan You [Fri, 20 Sep 2024 11:59:39 +0000 (19:59 +0800)]
fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub removal
ref #11956
Alex Liu [Fri, 20 Sep 2024 08:47:01 +0000 (16:47 +0800)]
fix(transition): respect `duration` setting even when it is `0` (#11967)
edison [Fri, 20 Sep 2024 08:46:45 +0000 (16:46 +0800)]
fix(ssr): don't render comments in TransitionGroup (#11961)
close #11958
edison [Fri, 20 Sep 2024 08:45:47 +0000 (16:45 +0800)]
fix(compile-core): fix v-model with newlines edge case (#11960)
close #8306
Hongkun [Fri, 20 Sep 2024 08:44:49 +0000 (16:44 +0800)]
chore(sfc-playground): resolve autosave conflict issue (#11970)
山吹色御守 [Fri, 20 Sep 2024 08:44:14 +0000 (16:44 +0800)]
fix(compiler-sfc): initialize scope with null prototype object (#11963)
skirtle [Fri, 20 Sep 2024 08:43:35 +0000 (09:43 +0100)]
fix(scheduler): ensure recursive jobs can't be queued twice (#11955)
linzhe [Fri, 20 Sep 2024 08:41:58 +0000 (16:41 +0800)]
fix(hydration): avoid observing non-Element node (#11954)
close #11952
Kevin Deng 三咲智子 [Thu, 19 Sep 2024 07:40:20 +0000 (15:40 +0800)]
feat: `v-memo` for `v-for` (#276)
三咲智子 Kevin Deng [Wed, 18 Sep 2024 17:17:16 +0000 (01:17 +0800)]
refactor(compiler-vapor): remove `proxyRefs` in v-for
Kevin Deng 三咲智子 [Wed, 18 Sep 2024 17:15:17 +0000 (01:15 +0800)]
refactor!: drop custom directives (#274)
Michael Brevard [Wed, 18 Sep 2024 07:44:23 +0000 (10:44 +0300)]
perf(hydration): avoid observer if element is in viewport (#11639)
Rizumu Ayaka [Tue, 17 Sep 2024 15:19:33 +0000 (23:19 +0800)]
perf: improve benchmark test code (#268)
三咲智子 Kevin Deng [Tue, 17 Sep 2024 09:15:58 +0000 (17:15 +0800)]
chore(benchmark): 4x cpu slowdown
三咲智子 Kevin Deng [Tue, 17 Sep 2024 08:12:58 +0000 (16:12 +0800)]
fix(runtime-vapor): swc minify error
三咲智子 Kevin Deng [Tue, 17 Sep 2024 07:44:24 +0000 (15:44 +0800)]
chore(benchmark): fix path
zhiyuanzmj [Tue, 17 Sep 2024 03:45:20 +0000 (11:45 +0800)]
feat(compiler-vapor): support v-slots expression for jsx-vapor (#271)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
三咲智子 Kevin Deng [Tue, 17 Sep 2024 03:22:59 +0000 (11:22 +0800)]
chore: update readme & sponsors
三咲智子 Kevin Deng [Tue, 17 Sep 2024 02:39:36 +0000 (10:39 +0800)]
ci: cleanup & fix repo
三咲智子 Kevin Deng [Tue, 17 Sep 2024 02:32:28 +0000 (10:32 +0800)]
Merge remote-tracking branch 'upstream/main'
Evan You [Mon, 16 Sep 2024 08:11:38 +0000 (16:11 +0800)]
release: v3.5.6
Evan You [Mon, 16 Sep 2024 08:00:31 +0000 (16:00 +0800)]
fix(reactivity): avoid exponential perf cost and reduce call stack depth for deeply chained computeds (#11944)
close #11928
renovate[bot] [Mon, 16 Sep 2024 07:00:53 +0000 (15:00 +0800)]
fix(deps): update playground (#11939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Mon, 16 Sep 2024 07:00:41 +0000 (15:00 +0800)]
chore(deps): update vitest to ^2.1.1 (#11943)
Evan You [Mon, 16 Sep 2024 03:24:36 +0000 (11:24 +0800)]
fix(compiler-sfc): preserve old behavior when using withDefaults with desutructure
close #11930
renovate[bot] [Mon, 16 Sep 2024 03:13:23 +0000 (11:13 +0800)]
chore(deps): update dependency eslint-plugin-import-x to v4 (#11942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 16 Sep 2024 02:59:58 +0000 (10:59 +0800)]
chore(deps): update lint (#11940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 16 Sep 2024 02:59:38 +0000 (10:59 +0800)]
fix(deps): update dependency postcss to ^8.4.47 (#11938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 16 Sep 2024 02:59:26 +0000 (10:59 +0800)]
chore(deps): update dependency npm-run-all2 to ^6.2.3 (#11937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 16 Sep 2024 02:59:15 +0000 (10:59 +0800)]
chore(deps): update build (#11936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Mon, 16 Sep 2024 02:58:23 +0000 (10:58 +0800)]
fix(compile-dom): should be able to stringify mathML (#11891)
Yang Mingshan [Mon, 16 Sep 2024 02:56:32 +0000 (10:56 +0800)]
fix(watch): `once` option should be ignored by watchEffect (#11884)
Matt Garrett [Mon, 16 Sep 2024 02:49:16 +0000 (19:49 -0700)]
fix(watch): unwatch should be callable during SSR (#11925)
close #11924
Tycho [Mon, 16 Sep 2024 02:30:58 +0000 (10:30 +0800)]
chore(types): migrate global types to packages-private (#11904)
ML [Mon, 16 Sep 2024 02:30:04 +0000 (03:30 +0100)]
types: improve app.directive type generics (#11926)
Tycho [Mon, 16 Sep 2024 02:28:46 +0000 (10:28 +0800)]
fix(reactivity): rely on dirty check only when computed has deps (#11931)
close #11929
Tycho [Mon, 16 Sep 2024 01:59:13 +0000 (09:59 +0800)]
refactor(reactivity): simplify isDirty condition (#11933)
2nofa11 [Sat, 14 Sep 2024 04:00:10 +0000 (13:00 +0900)]
chore:fix-issue-id (#11927) [ci skip]
edison [Fri, 13 Sep 2024 14:05:01 +0000 (22:05 +0800)]
docs: avoid pre rendering as html[ci skip] (#11922)
Evan You [Fri, 13 Sep 2024 13:38:17 +0000 (21:38 +0800)]
release: v3.5.5
Evan You [Fri, 13 Sep 2024 13:24:40 +0000 (21:24 +0800)]
fix(hydration): fix mismatch of leading newline in <textarea> and <pre>
close #11873
close #11874
Evan You [Fri, 13 Sep 2024 13:13:52 +0000 (21:13 +0800)]
fix(compiler-dom): should ignore leading newline in <textarea> per spec
edison [Fri, 13 Sep 2024 12:19:47 +0000 (20:19 +0800)]
fix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907)
close #11868
linzhe [Fri, 13 Sep 2024 12:18:10 +0000 (20:18 +0800)]
fix(custom-element): handle nested customElement mount w/ shadowRoot false (#11861)
close #11851
close #11871
Evan You [Fri, 13 Sep 2024 12:08:24 +0000 (20:08 +0800)]
fix(compiler-dom): fix stringify static edge for partially eligible chunks in cached parent
close #11879
close #11890
edison [Fri, 13 Sep 2024 10:37:42 +0000 (18:37 +0800)]
fix(TransitionGroup): not warn unkeyed text children with whitespece preserve (#11888)
close #11885
Evan You [Fri, 13 Sep 2024 10:34:59 +0000 (18:34 +0800)]
fix(reactivity): properly clean up deps, fix memory leak
close #11901