File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
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
+
3
17
### 3.2.7
4
18
5
19
_ 2024-03-27_
Original file line number Diff line number Diff line change 1
1
## 更新日志
2
2
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
+
3
17
### 3.2.7
4
18
5
19
_ 2024-03-27_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-cesium" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@6.30.1 " ,
4
+ "packageManager" : " pnpm@9.0.4 " ,
5
5
"workspaces" : [
6
6
" packages/*" ,
7
7
" website"
You can’t perform that action at this time.
0 commit comments