Skip to content

Commit

Permalink
chore(vue-cesium): 🔨 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Oct 9, 2024
1 parent 60d7de8 commit b2b32e9
Show file tree
Hide file tree
Showing 3 changed files with 12,350 additions and 10,121 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### 3.2.9

_2024-10-09_

#### Bug fixes

- Compatible with Cesium version 1.121 to avoid some error issues. [#598](https://github.com/zouyaoji/vue-cesium/issues/598)
- Fixed an issue where, in edit mode, after right-clicking to cancel modifying the position of a drawing icon point, a label tooltip would appear and not disappear. [#600](https://github.com/zouyaoji/vue-cesium/issues/600)
- Fixed the offsetHeight parameter not working in viewshed analysis. [#602](https://github.com/zouyaoji/vue-cesium/discussions/602)
- Fixed an issue where VcOverlayHtml would insert several empty tags into the body. [#612](https://github.com/zouyaoji/vue-cesium/issues/612)

### 3.2.8

_2024-05-13_
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## 更新日志

### 3.2.9

_2024-10-09_

#### Bug 修复

- 兼容 Cesium 1.121 版本,避免一些报错问题。[#598](https://github.com/zouyaoji/vue-cesium/issues/598)
- 绘制图标点在可编辑模式下,右键放弃修改图标点位置时,会出现一个 label 提示框无法消失。[#600](https://github.com/zouyaoji/vue-cesium/issues/600)
- 修复可视域分析 `offsetHeight` 参数不生效问题。[#602](https://github.com/zouyaoji/vue-cesium/discussions/602)
- 修复 VcOverlayHtml 会在 body 里面插入几个空标签的问题。[#612](https://github.com/zouyaoji/vue-cesium/issues/612)

### 3.2.8

_2024-05-13_
Expand Down
Loading

0 comments on commit b2b32e9

Please sign in to comment.