diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index db24416e..a854bffc 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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_ diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a43055d4..7817a45e 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -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_ diff --git a/package.json b/package.json index 460163fc..19ebbaa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-cesium", "private": true, - "packageManager": "pnpm@6.30.1", + "packageManager": "pnpm@9.0.4", "workspaces": [ "packages/*", "website"