Skip to content

Commit

Permalink
docs(vue-cesium): 📝 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Mar 27, 2024
1 parent 8eaf63f commit 438cd40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 更新日志

### 3.2.7

_2024-03-27_

#### Bug 修复

- 修复量算绘制面参数修改无效问题。量算绘制相关的参数合并方法全部改为 lodash 的 merge 方法。
- 修复 `VcOverlayHeatmap` 组件配置选项 type 定义错误问题。

### 3.2.6

_2024-02-29_
Expand All @@ -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

Expand Down

0 comments on commit 438cd40

Please sign in to comment.