@realsee/dnalogel 3.50.3 → 3.50.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 +7 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.js +18 -10
- package/dist/index.umd.js +4 -4
- package/libs/PanoMeasurePlugin/Controller/index.js +1 -1
- package/libs/PanoTagPlugin/Components/TagContainer.js +22 -22
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/changeModelCanvasOpacity.js +17 -9
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## 3.50.5
|
|
3
|
+
- fix(measure): 兼容five react。
|
|
4
|
+
|
|
5
|
+
## 3.50.4
|
|
6
|
+
- change(floorplan): 户型图展示/隐藏时,除之前设置 five canvas 透明度的逻辑外,同步设置five相关dom的透明度(使用 dataset-infive 标识)
|
|
7
|
+
|
|
2
8
|
## 3.50.3
|
|
3
|
-
- fix(ObjectHelper): 修复
|
|
9
|
+
- fix(ObjectHelper): 修复 helper 起始位置可能错误的问题。
|
|
4
10
|
|
|
5
11
|
## 3.50.2
|
|
6
12
|
- fix(Sculpt): 修复 `Sculpt` 连续绘制多个平面矩形时,边框长度错误的问题。
|