Skip to content

Commit 1d64eef

Browse files
committed
chore(vue-cesium): 🔨 updated
1 parent 816d00a commit 1d64eef

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.en-US.md

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

3+
### 3.2.8
4+
5+
_2024-05-13_
6+
7+
#### Optimization
8+
9+
- `PrimitiveCluster` upgrade depends on the kdbush version.
10+
- Modify the export method of the library to avoid the problem that some classes cannot be referenced in umd mode.
11+
12+
#### Bug fixes
13+
14+
- Fixed the issue that the ref method of the `vc-zoom-control` component exposed errors.
15+
- Fixed the issue that `statusBarEvt` of the `vc-statu-bar` component is not triggered when camera changed.
16+
317
### 3.2.7
418

519
_2024-03-27_

CHANGELOG.zh-CN.md

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

3+
### 3.2.8
4+
5+
_2024-05-13_
6+
7+
#### 优化
8+
9+
- `PrimitiveCluster` 升级依赖 kdbush 版本。
10+
- 修改库的导出方式,避免 umd 模式下部分类引用不了的问题。
11+
12+
#### Bug 修复
13+
14+
- 修复 `vc-zoom-control` 组件 ref 方法暴露错误的问题。
15+
- 修复 `vc-statu-bar` 组件相机改变 `statusBarEvt` 不触发的问题。
16+
317
### 3.2.7
418

519
_2024-03-27_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cesium",
33
"private": true,
4-
"packageManager": "pnpm@6.30.1",
4+
"packageManager": "pnpm@9.0.4",
55
"workspaces": [
66
"packages/*",
77
"website"

0 commit comments

Comments
 (0)