From: Tycho Date: Fri, 16 Aug 2024 08:01:24 +0000 (+0800) Subject: chore: add 3.4.38 changelog (#11630) [ci skip] X-Git-Tag: v3.5.0-beta.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf8ea9ba79e21640d2f05970bbd431dc1d276a0;p=thirdparty%2Fvuejs%2Fcore.git chore: add 3.4.38 changelog (#11630) [ci skip] --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3fcdf640..c7af327bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -143,7 +143,7 @@ ## Previous Changelogs -### 3.4.x (2023-10-28 - 2024-08-08) +### 3.4.x (2023-10-28 - 2024-08-15) See [3.4 changelog](./changelogs/CHANGELOG-3.4.md) diff --git a/changelogs/CHANGELOG-3.4.md b/changelogs/CHANGELOG-3.4.md index 3390d7ffcb..6c97e48298 100644 --- a/changelogs/CHANGELOG-3.4.md +++ b/changelogs/CHANGELOG-3.4.md @@ -1,3 +1,15 @@ +## [3.4.38](https://github.com/vuejs/core/compare/v3.4.37...v3.4.38) (2024-08-15) + + +### Bug Fixes + +* **build:** revert entities to 4.5 to avoid runtime resolution errors ([f349af7](https://github.com/vuejs/core/commit/f349af7b65b9f8605d8b7bafcc06c25ab1f2daf0)), closes [#11603](https://github.com/vuejs/core/issues/11603) +* **compiler-core:** use ast-based check for function expressions when possible ([236cac3](https://github.com/vuejs/core/commit/236cac3ff285890b8468dc827c463d87a91e516f)), closes [#11615](https://github.com/vuejs/core/issues/11615) +* **compiler-sfc:** handle keyof operator with index object ([#11581](https://github.com/vuejs/core/issues/11581)) ([74d26db](https://github.com/vuejs/core/commit/74d26dbbe3cf2f70d1b772284eec6743ea946f6d)) +* **types:** add fallback stub for DOM types when DOM lib is absent ([#11598](https://github.com/vuejs/core/issues/11598)) ([4db0085](https://github.com/vuejs/core/commit/4db0085de316e1b773f474597915f9071d6ae6c6)) + + + ## [3.4.37](https://github.com/vuejs/core/compare/v3.4.36...v3.4.37) (2024-08-08)