@realsee/dnalogel 3.73.4 → 3.73.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -4
- package/dist/index.cjs.js +21 -21
- package/dist/index.js +252 -244
- package/dist/index.umd.js +20 -20
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +41 -33
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
|
|
3
|
+
## 3.73.5
|
|
4
|
+
|
|
5
|
+
- fix(Object3DHelper): 修复垂直拖拽位置不准
|
|
6
|
+
|
|
2
7
|
## 3.73.4
|
|
3
8
|
|
|
4
|
-
- fix(MapviewFloorplanPlugin): 新增虚拟屏幕所属楼层,更新planeTag可设置opacity属性
|
|
9
|
+
- fix(MapviewFloorplanPlugin): 新增虚拟屏幕所属楼层,更新 planeTag 可设置 opacity 属性
|
|
10
|
+
|
|
5
11
|
## 3.73.3
|
|
6
12
|
|
|
7
13
|
- fix(MeasurePlugin): 修复测量事件修改不生效的问题
|
|
8
14
|
|
|
9
15
|
## 3.73.2
|
|
10
16
|
|
|
11
|
-
- feat(MeasurePlugin): 测量完成时,在发送的measureEnd事件中添加当次的所有points
|
|
17
|
+
- feat(MeasurePlugin): 测量完成时,在发送的 measureEnd 事件中添加当次的所有 points
|
|
12
18
|
|
|
13
19
|
## 3.73.1
|
|
14
20
|
|
|
@@ -20,11 +26,11 @@
|
|
|
20
26
|
|
|
21
27
|
## 3.72.5
|
|
22
28
|
|
|
23
|
-
- fix(
|
|
29
|
+
- fix(): 修复文本单词被截断换行问题,采用渐进降级策略(保持单词完整 → 连字符断词 → 省略号截断)
|
|
24
30
|
|
|
25
31
|
## 3.72.4
|
|
26
32
|
|
|
27
|
-
- fix(ModelChassisCompassPlugin): 修复指南针重复load未清理资源导致内存泄漏
|
|
33
|
+
- fix(ModelChassisCompassPlugin): 修复指南针重复 load 未清理资源导致内存泄漏
|
|
28
34
|
|
|
29
35
|
## 3.72.3
|
|
30
36
|
|