Skip to content

Commit 438cd40

Browse files
committed
docs(vue-cesium): 📝 3.2.7
1 parent 8eaf63f commit 438cd40

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
### 3.2.7
4+
5+
_2024-03-27_
6+
7+
#### Bug fixes
8+
9+
- 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.
10+
- Fixed the issue that the `VcOverlayHeatmap` component's type definition is incorrect.
11+
312
### 3.2.6
413

514
_2024-02-29_

CHANGELOG.zh-CN.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## 更新日志
22

3+
### 3.2.7
4+
5+
_2024-03-27_
6+
7+
#### Bug 修复
8+
9+
- 修复量算绘制面参数修改无效问题。量算绘制相关的参数合并方法全部改为 lodash 的 merge 方法。
10+
- 修复 `VcOverlayHeatmap` 组件配置选项 type 定义错误问题。
11+
312
### 3.2.6
413

514
_2024-02-29_
@@ -13,7 +22,7 @@ _2024-02-29_
1322
#### Bug 修复
1423

1524
- 修复 `vc-measurements` 组件 `areaMeasurementOpts` 的参数同时配置 `showAngleLabel``showDistanceLabel``false` 报错。[#518](https://github.com/zouyaoji/vue-cesium/issues/518)
16-
- 修复使用超图扩展Cesium包引入因没有 Cesium.VERSION 引起的报错问题。
25+
- 修复使用超图扩展 Cesium 包引入因没有 Cesium.VERSION 引起的报错问题。
1726

1827
### 3.2.5
1928

0 commit comments

Comments
 (0)