]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
8 months agotest(defineProps): add intersection type test (#8684)
zr [Mon, 14 Oct 2024 02:09:13 +0000 (10:09 +0800)] 
test(defineProps): add intersection type test (#8684)

Co-authored-by: daiwei <daiwei521@126.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
8 months agochore(deps): update dependency @swc/core to ^1.7.35 (#12165)
renovate[bot] [Mon, 14 Oct 2024 02:07:11 +0000 (10:07 +0800)] 
chore(deps): update dependency @swc/core to ^1.7.35 (#12165)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months agochore(deps): update all non-major dependencies (#12164)
renovate[bot] [Mon, 14 Oct 2024 02:06:33 +0000 (10:06 +0800)] 
chore(deps): update all non-major dependencies (#12164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months agoperf(runtime-core): use feature flag for call to resolveMergedOptions (#12163)
skirtle [Mon, 14 Oct 2024 00:18:18 +0000 (01:18 +0100)] 
perf(runtime-core): use feature flag for call to resolveMergedOptions (#12163)

Reduce bundle size when using `__VUE_OPTIONS_API__: false`

9 months agorelease: v3.5.12 v3.5.12
Evan You [Fri, 11 Oct 2024 13:12:32 +0000 (21:12 +0800)] 
release: v3.5.12

9 months agorefactor(reactivity): reduce size of collectionHandlers (#12152)
skirtle [Fri, 11 Oct 2024 13:10:09 +0000 (14:10 +0100)] 
refactor(reactivity): reduce size of collectionHandlers (#12152)

9 months agofix(runtime-dom): prevent unnecessary updates in v-model checkbox when value is uncha...
Tycho [Fri, 11 Oct 2024 13:00:08 +0000 (21:00 +0800)] 
fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value is unchanged (#12146)

close #12144

9 months agochore: format
Evan You [Fri, 11 Oct 2024 03:25:48 +0000 (11:25 +0800)] 
chore: format

9 months agotest(reactivity): test for verifying no unnecessary calls of reactive array identity...
KevinXi [Fri, 11 Oct 2024 03:24:03 +0000 (11:24 +0800)] 
test(reactivity): test for verifying no unnecessary calls of reactive array identity methods (#11328)

related: #9511

9 months agofix(hydration): provide compat fallback for idle callback hydration strategy (#11935)
Michael Brevard [Fri, 11 Oct 2024 03:22:01 +0000 (06:22 +0300)] 
fix(hydration): provide compat fallback for idle callback hydration strategy (#11935)

9 months agofix(types): retain union type narrowing with defaults applied (#12108)
edison [Fri, 11 Oct 2024 03:17:15 +0000 (11:17 +0800)] 
fix(types): retain union type narrowing with defaults applied (#12108)

close #12106

9 months agofix(compiler): clone loc to `ifNode` (#12131)
山吹色御守 [Fri, 11 Oct 2024 03:07:07 +0000 (11:07 +0800)] 
fix(compiler): clone loc to `ifNode` (#12131)

fix vuejs/language-tools#4911

9 months agofix(compiler-sfc): use sass modern api if available and avoid deprecation warning...
山吹色御守 [Fri, 11 Oct 2024 03:05:54 +0000 (11:05 +0800)] 
fix(compiler-sfc): use sass modern api if available and avoid deprecation warning (#11992)

9 months agofix(runtime-core): fix required prop check false positive for kebab-case edge cases...
YangLGggggggggg [Fri, 11 Oct 2024 03:02:58 +0000 (11:02 +0800)] 
fix(runtime-core): fix required prop check false positive for kebab-case edge cases  (#12034)

close #12011

9 months agochore(runtime-core): warn if use a non-ref to hold the element reference in DEV ...
edison [Fri, 11 Oct 2024 02:53:45 +0000 (10:53 +0800)] 
chore(runtime-core): warn if use a non-ref to hold the element reference in DEV (#12051)

close #12029

9 months agofix(compiler-sfc): do not skip TSInstantiationExpression when transforming props...
linzhe [Fri, 11 Oct 2024 02:51:57 +0000 (10:51 +0800)] 
fix(compiler-sfc):  do not skip TSInstantiationExpression when transforming props destructure (#12064)

9 months agofix(teleport): handle disabled teleport with updateCssVars (#12113)
linzhe [Fri, 11 Oct 2024 02:50:36 +0000 (10:50 +0800)] 
fix(teleport): handle disabled teleport with updateCssVars (#12113)

close #12112

9 months agofix(useId): ensure useId consistency when using serverPrefetch (#12128)
yangxiuxiu [Fri, 11 Oct 2024 02:49:14 +0000 (10:49 +0800)] 
fix(useId): ensure useId consistency when using serverPrefetch (#12128)

close #12102

9 months agoperf(reactivity): avoid unnecessary recursion in removeSub (#12135)
skirtle [Fri, 11 Oct 2024 02:48:54 +0000 (03:48 +0100)] 
perf(reactivity): avoid unnecessary recursion in removeSub (#12135)

9 months agofix(compiler-dom): avoid stringify option with null value (#12096)
edison [Fri, 11 Oct 2024 02:41:55 +0000 (10:41 +0800)] 
fix(compiler-dom): avoid stringify option with null value (#12096)

close #12093

9 months agofix(reactivity): trigger reactivity for Map key `undefined` (#12055)
Tycho [Fri, 11 Oct 2024 02:39:08 +0000 (10:39 +0800)] 
fix(reactivity): trigger reactivity for Map key `undefined` (#12055)

close #12054

9 months agofix(defineModel): handle kebab-case model correctly (#12063)
山吹色御守 [Fri, 11 Oct 2024 02:35:57 +0000 (10:35 +0800)] 
fix(defineModel): handle kebab-case model correctly (#12063)

close #12060

9 months agofix(transition/ssr): make transition appear work with Suspense in SSR (#12047)
edison [Fri, 11 Oct 2024 02:34:28 +0000 (10:34 +0800)] 
fix(transition/ssr): make transition appear work with Suspense in SSR (#12047)

close #12046

9 months agochore(sfc-playground): adjust the tooltip text for toggling the theme (#12116)
w2xi [Fri, 11 Oct 2024 02:31:01 +0000 (10:31 +0800)] 
chore(sfc-playground): adjust the tooltip text for toggling the theme (#12116)

* chore(sfc-playground): adjust the tooltip text for toggling the theme

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 months agofix(types): ensure `this.$props` type does not include `string` (#12123)
Tycho [Fri, 11 Oct 2024 02:30:09 +0000 (10:30 +0800)] 
fix(types): ensure `this.$props` type does not include `string` (#12123)

close #12122

9 months agofix(runtime-core): allow symbol values for slot prop key (#12069)
Tycho [Fri, 11 Oct 2024 02:28:54 +0000 (10:28 +0800)] 
fix(runtime-core): allow symbol values for slot prop key (#12069)

close #12068

9 months agofix(custom-element): properly remove hyphenated attribute (#12143)
edison [Fri, 11 Oct 2024 01:52:06 +0000 (09:52 +0800)] 
fix(custom-element): properly remove hyphenated attribute (#12143)

close #12139

9 months agochore(deps): update lint (#12118)
renovate[bot] [Mon, 7 Oct 2024 02:45:41 +0000 (10:45 +0800)] 
chore(deps): update lint (#12118)

* chore(deps): update lint

* chore: update package name

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: daiwei <daiwei521@126.com>
9 months agochore(deps-dev): bump vite from 5.4.0 to 5.4.8 (#12121)
dependabot[bot] [Mon, 7 Oct 2024 02:45:08 +0000 (10:45 +0800)] 
chore(deps-dev): bump vite from 5.4.0 to 5.4.8 (#12121)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.0 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months agochore(deps): update dependency @rollup/plugin-commonjs to v28 (#12120)
renovate[bot] [Mon, 7 Oct 2024 02:42:31 +0000 (10:42 +0800)] 
chore(deps): update dependency @rollup/plugin-commonjs to v28 (#12120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months agofix(deps): update dependency monaco-editor to ^0.52.0 (#12119)
renovate[bot] [Mon, 7 Oct 2024 02:33:18 +0000 (10:33 +0800)] 
fix(deps): update dependency monaco-editor to ^0.52.0 (#12119)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months agofix(watch): watchEffect clean-up with SSR (#12097)
skirtle [Fri, 4 Oct 2024 08:09:23 +0000 (09:09 +0100)] 
fix(watch): watchEffect clean-up with SSR (#12097)

close #11956

9 months agorelease: v3.5.11 v3.5.11
Evan You [Thu, 3 Oct 2024 15:49:47 +0000 (23:49 +0800)] 
release: v3.5.11

9 months agofix(type): should not intersect `PublicProps` with `Props` (#12077)
山吹色御守 [Thu, 3 Oct 2024 15:24:09 +0000 (23:24 +0800)] 
fix(type): should not intersect `PublicProps` with `Props` (#12077)

9 months agofix(types): infer the first generic type of `Ref` correctly (#12094)
山吹色御守 [Thu, 3 Oct 2024 15:22:57 +0000 (23:22 +0800)] 
fix(types): infer the first generic type of `Ref` correctly (#12094)

9 months agofix(types): correctly infer `TypeProps` when it is `any` (#12073)
山吹色御守 [Thu, 3 Oct 2024 15:22:27 +0000 (23:22 +0800)] 
fix(types): correctly infer `TypeProps` when it is `any` (#12073)

close #12058

9 months agofix(scheduler): job ordering when the post queue is flushing (#12090)
skirtle [Thu, 3 Oct 2024 15:21:31 +0000 (16:21 +0100)] 
fix(scheduler): job ordering when the post queue is flushing (#12090)

9 months agochore(deps): update dependency rollup to ^4.24.0 (#12081)
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>
9 months agochore(deps): update all non-major dependencies (#12080)
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>
9 months agofix(reactivity): prevent overwriting `next` property during batch processing (#12075)
Tycho [Thu, 3 Oct 2024 15:16:52 +0000 (23:16 +0800)] 
fix(reactivity): prevent overwriting `next` property during batch processing (#12075)

close #12072

9 months agochore: remove no longer used property on Dep
Evan You [Sat, 28 Sep 2024 11:24:55 +0000 (19:24 +0800)] 
chore: remove no longer used property on Dep

9 months agofix(compiler-sfc): do not skip `TSSatisfiesExpression` when transforming props destru...
山吹色御守 [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

9 months agorelease: v3.5.10 v3.5.10
Evan You [Fri, 27 Sep 2024 15:16:33 +0000 (23:16 +0800)] 
release: v3.5.10

9 months agofix(reactivity): fix nested batch edge case
Evan You [Fri, 27 Sep 2024 15:10:11 +0000 (23:10 +0800)] 
fix(reactivity): fix nested batch edge case

9 months agofix(reactivity): only clear notified flags for computed in first batch iteration
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

9 months agotest: add test case for #11928
Evan You [Fri, 27 Sep 2024 03:06:34 +0000 (11:06 +0800)] 
test: add test case for #11928

9 months agofix(types/ref): handle nested refs in UnwrapRef (#12049)
Tycho [Fri, 27 Sep 2024 02:23:01 +0000 (10:23 +0800)] 
fix(types/ref): handle nested refs in UnwrapRef (#12049)

close #12044

9 months agofix(custom-element): properly set kebab-case props on Vue custom elements
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

9 months agoworkflow: link to release workflow in release script [ci skip]
Evan You [Thu, 26 Sep 2024 11:30:19 +0000 (19:30 +0800)] 
workflow: link to release workflow in release script [ci skip]

9 months agorelease: v3.5.9 v3.5.9
Evan You [Thu, 26 Sep 2024 11:28:03 +0000 (19:28 +0800)] 
release: v3.5.9

9 months agofix(reactivity): fix recursive sync watcher on computed edge case
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

9 months agofix(runtime-core): avoid rendering plain object as VNode (#12038)
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

9 months agochore(deps): update build (#12001)
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>
9 months agofix(vue): properly cache runtime compilation (#12019)
edison [Thu, 26 Sep 2024 09:05:37 +0000 (17:05 +0800)] 
fix(vue): properly cache runtime compilation (#12019)

9 months agofix(types): correct type inference of union event names (#12022)
山吹色御守 [Thu, 26 Sep 2024 09:00:05 +0000 (17:00 +0800)] 
fix(types): correct type inference of union event names (#12022)

9 months agofix(reactivity): fix property dep removal regression
Evan You [Thu, 26 Sep 2024 08:58:38 +0000 (16:58 +0800)] 
fix(reactivity): fix property dep removal regression

close #12020
close #12021

9 months agorefactor(reactivity): avoid optional chaining in getDepFromReactive (#12007)
yangxiuxiu [Tue, 24 Sep 2024 10:02:01 +0000 (18:02 +0800)] 
refactor(reactivity): avoid optional chaining in getDepFromReactive (#12007)

9 months agochore: remove unused argument (#12006)
btea [Tue, 24 Sep 2024 10:01:20 +0000 (18:01 +0800)] 
chore: remove unused argument (#12006)

9 months agochore(types): disambiguate the `Comment` type in hydration.ts (#12009)
Boshen [Tue, 24 Sep 2024 10:00:39 +0000 (18:00 +0800)] 
chore(types): disambiguate the `Comment` type in hydration.ts (#12009)

9 months agofix(runtime-core): make useId() always return a string
Evan You [Mon, 23 Sep 2024 00:38:24 +0000 (08:38 +0800)] 
fix(runtime-core): make useId() always return a string

9 months agorelease: v3.5.8 v3.5.8
Evan You [Sun, 22 Sep 2024 03:53:14 +0000 (11:53 +0800)] 
release: v3.5.8

9 months agofix(reactivity): do not remove dep from depsMap when cleaning up deps of computed...
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)

9 months agotest: simplify computed last sub test case
Evan You [Sun, 22 Sep 2024 03:24:10 +0000 (11:24 +0800)] 
test: simplify computed last sub test case

9 months agorelease: v3.5.7 v3.5.7
Evan You [Fri, 20 Sep 2024 15:50:05 +0000 (23:50 +0800)] 
release: v3.5.7

9 months agofix(reactivity): do not remove dep from depsMap when unsubbed by computed
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

9 months agofix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
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

9 months agofix(types): correct type inference of all-optional props (#11644)
山吹色御守 [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

9 months agofix(reactivity): fix memory leak from dep instances of garbage collected objects
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

9 months agofix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub removal
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

9 months agofix(transition): respect `duration` setting even when it is `0` (#11967)
Alex Liu [Fri, 20 Sep 2024 08:47:01 +0000 (16:47 +0800)] 
fix(transition): respect `duration` setting even when it is `0` (#11967)

9 months agofix(ssr): don't render comments in TransitionGroup (#11961)
edison [Fri, 20 Sep 2024 08:46:45 +0000 (16:46 +0800)] 
fix(ssr): don't render comments in TransitionGroup (#11961)

close #11958

9 months agofix(compile-core): fix v-model with newlines edge case (#11960)
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

9 months agochore(sfc-playground): resolve autosave conflict issue (#11970)
Hongkun [Fri, 20 Sep 2024 08:44:49 +0000 (16:44 +0800)] 
chore(sfc-playground): resolve autosave conflict issue (#11970)

9 months agofix(compiler-sfc): initialize scope with null prototype object (#11963)
山吹色御守 [Fri, 20 Sep 2024 08:44:14 +0000 (16:44 +0800)] 
fix(compiler-sfc): initialize scope with null prototype object (#11963)

9 months agofix(scheduler): ensure recursive jobs can't be queued twice (#11955)
skirtle [Fri, 20 Sep 2024 08:43:35 +0000 (09:43 +0100)] 
fix(scheduler): ensure recursive jobs can't be queued twice (#11955)

9 months agofix(hydration): avoid observing non-Element node (#11954)
linzhe [Fri, 20 Sep 2024 08:41:58 +0000 (16:41 +0800)] 
fix(hydration): avoid observing non-Element node (#11954)

close #11952

9 months agoperf(hydration): avoid observer if element is in viewport (#11639)
Michael Brevard [Wed, 18 Sep 2024 07:44:23 +0000 (10:44 +0300)] 
perf(hydration): avoid observer if element is in viewport (#11639)

9 months agorelease: v3.5.6 v3.5.6
Evan You [Mon, 16 Sep 2024 08:11:38 +0000 (16:11 +0800)] 
release: v3.5.6

9 months agofix(reactivity): avoid exponential perf cost and reduce call stack depth for deeply...
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

9 months agofix(deps): update playground (#11939)
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>
9 months agochore(deps): update vitest to ^2.1.1 (#11943)
edison [Mon, 16 Sep 2024 07:00:41 +0000 (15:00 +0800)] 
chore(deps): update vitest to ^2.1.1 (#11943)

9 months agofix(compiler-sfc): preserve old behavior when using withDefaults with desutructure
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

9 months agochore(deps): update dependency eslint-plugin-import-x to v4 (#11942)
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>
9 months agochore(deps): update lint (#11940)
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>
9 months agofix(deps): update dependency postcss to ^8.4.47 (#11938)
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>
9 months agochore(deps): update dependency npm-run-all2 to ^6.2.3 (#11937)
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>
9 months agochore(deps): update build (#11936)
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>
9 months agofix(compile-dom): should be able to stringify mathML (#11891)
edison [Mon, 16 Sep 2024 02:58:23 +0000 (10:58 +0800)] 
fix(compile-dom): should be able to stringify mathML (#11891)

9 months agofix(watch): `once` option should be ignored by watchEffect (#11884)
Yang Mingshan [Mon, 16 Sep 2024 02:56:32 +0000 (10:56 +0800)] 
fix(watch): `once` option should be ignored by watchEffect (#11884)

9 months agofix(watch): unwatch should be callable during SSR (#11925)
Matt Garrett [Mon, 16 Sep 2024 02:49:16 +0000 (19:49 -0700)] 
fix(watch): unwatch should be callable during SSR (#11925)

close #11924

9 months agochore(types): migrate global types to packages-private (#11904)
Tycho [Mon, 16 Sep 2024 02:30:58 +0000 (10:30 +0800)] 
chore(types): migrate global types to packages-private (#11904)

9 months agotypes: improve app.directive type generics (#11926)
ML [Mon, 16 Sep 2024 02:30:04 +0000 (03:30 +0100)] 
types: improve app.directive type generics (#11926)

9 months agofix(reactivity): rely on dirty check only when computed has deps (#11931)
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

9 months agorefactor(reactivity): simplify isDirty condition (#11933)
Tycho [Mon, 16 Sep 2024 01:59:13 +0000 (09:59 +0800)] 
refactor(reactivity): simplify isDirty condition (#11933)

9 months agochore:fix-issue-id (#11927) [ci skip]
2nofa11 [Sat, 14 Sep 2024 04:00:10 +0000 (13:00 +0900)] 
chore:fix-issue-id (#11927) [ci skip]

9 months agodocs: avoid pre rendering as html[ci skip] (#11922)
edison [Fri, 13 Sep 2024 14:05:01 +0000 (22:05 +0800)] 
docs: avoid pre rendering as html[ci skip] (#11922)

9 months agorelease: v3.5.5 v3.5.5
Evan You [Fri, 13 Sep 2024 13:38:17 +0000 (21:38 +0800)] 
release: v3.5.5

9 months agofix(hydration): fix mismatch of leading newline in <textarea> and <pre>
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

9 months agofix(compiler-dom): should ignore leading newline in <textarea> per spec
Evan You [Fri, 13 Sep 2024 13:13:52 +0000 (21:13 +0800)] 
fix(compiler-dom): should ignore leading newline in <textarea> per spec

9 months agofix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907)
edison [Fri, 13 Sep 2024 12:19:47 +0000 (20:19 +0800)] 
fix(hmr): reload async child wrapped in Suspense + KeepAlive (#11907)

close #11868