From: Evan You Date: Tue, 17 May 2022 04:53:51 +0000 (+0800) Subject: release: v3.2.34-beta.1 X-Git-Tag: v3.2.34-beta.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fd761e577e55d6c83b9d5ff34c3a102f20413bb;p=thirdparty%2Fvuejs%2Fcore.git release: v3.2.34-beta.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad5a8f24e..17a800b64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,69 @@ +## [3.2.34-beta.1](https://github.com/vuejs/core/compare/v3.2.33...v3.2.34-beta.1) (2022-05-17) + + +### Bug Fixes + +* **compiler-core:** normalize v-bind:style with array literal value ([0f00cf4](https://github.com/vuejs/core/commit/0f00cf43cf5eaeeee7f12d523a5f4936f7dc0a84)), closes [#5106](https://github.com/vuejs/core/issues/5106) +* **compiler-core:** template v-if should never be treated as dev root fragment ([51f3d38](https://github.com/vuejs/core/commit/51f3d386de7f5fcec6eb4c1c223ba824be036648)), closes [#5189](https://github.com/vuejs/core/issues/5189) +* **compiler-dom:** properly stringify v-html/v-text with constant value ([6283b2e](https://github.com/vuejs/core/commit/6283b2ec413b78fe88775d249d3598cdce977b7a)), closes [#5439](https://github.com/vuejs/core/issues/5439) [#5445](https://github.com/vuejs/core/issues/5445) +* **compiler-sfc:**