Skip to content

Commit

Permalink
chore(vue-cesium): 🔨 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed May 13, 2024
1 parent 816d00a commit 1d64eef
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

### 3.2.8

_2024-05-13_

#### Optimization

- `PrimitiveCluster` upgrade depends on the kdbush version.
- Modify the export method of the library to avoid the problem that some classes cannot be referenced in umd mode.

#### Bug fixes

- Fixed the issue that the ref method of the `vc-zoom-control` component exposed errors.
- Fixed the issue that `statusBarEvt` of the `vc-statu-bar` component is not triggered when camera changed.

### 3.2.7

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

### 3.2.8

_2024-05-13_

#### 优化

- `PrimitiveCluster` 升级依赖 kdbush 版本。
- 修改库的导出方式,避免 umd 模式下部分类引用不了的问题。

#### Bug 修复

- 修复 `vc-zoom-control` 组件 ref 方法暴露错误的问题。
- 修复 `vc-statu-bar` 组件相机改变 `statusBarEvt` 不触发的问题。

### 3.2.7

_2024-03-27_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-cesium",
"private": true,
"packageManager": "pnpm@6.30.1",
"packageManager": "pnpm@9.0.4",
"workspaces": [
"packages/*",
"website"
Expand Down

0 comments on commit 1d64eef

Please sign in to comment.