From 438cd401645eee90314856ab7a7f01ceb88c8175 Mon Sep 17 00:00:00 2001 From: zouyaoji <370681295@qq.com> Date: Wed, 27 Mar 2024 14:22:40 +0800 Subject: [PATCH] docs(vue-cesium): :memo: 3.2.7 --- CHANGELOG.en-US.md | 9 +++++++++ CHANGELOG.zh-CN.md | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3bf907c7..db24416e 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,14 @@ ## Changelog +### 3.2.7 + +_2024-03-27_ + +#### Bug fixes + +- Fixed the issue that modifying parameters for measuring area drawing is ineffective. Change all merging methods of parameters related to measuring drawing to use lodash's merge method. +- Fixed the issue that the `VcOverlayHeatmap` component's type definition is incorrect. + ### 3.2.6 _2024-02-29_ diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index fc7f6ef6..a43055d4 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,14 @@ ## 更新日志 +### 3.2.7 + +_2024-03-27_ + +#### Bug 修复 + +- 修复量算绘制面参数修改无效问题。量算绘制相关的参数合并方法全部改为 lodash 的 merge 方法。 +- 修复 `VcOverlayHeatmap` 组件配置选项 type 定义错误问题。 + ### 3.2.6 _2024-02-29_ @@ -13,7 +22,7 @@ _2024-02-29_ #### Bug 修复 - 修复 `vc-measurements` 组件 `areaMeasurementOpts` 的参数同时配置 `showAngleLabel` 和 `showDistanceLabel` 为 `false` 报错。[#518](https://github.com/zouyaoji/vue-cesium/issues/518) -- 修复使用超图扩展Cesium包引入因没有 Cesium.VERSION 引起的报错问题。 +- 修复使用超图扩展 Cesium 包引入因没有 Cesium.VERSION 引起的报错问题。 ### 3.2.5