@realsee/dnalogel 3.48.6 → 3.48.7
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 +4 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.js +12 -12
- package/dist/index.umd.js +4 -4
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +32 -32
- package/libs/Sculpt/index.js +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## 3.48.7
|
|
3
|
+
- fix(PanoMeasurePlugin):修复 `enable({mode: 'View'})` 时 可能会显示不应展示的标签的问题。
|
|
4
|
+
|
|
2
5
|
## 3.48.6
|
|
3
|
-
- fix(
|
|
6
|
+
- fix(PanoMeasurePLugin):修复在未来家墙面上测量面积时,偶先无法正常绘制的问题。
|
|
4
7
|
- feat(Sculpt):优化绘制多边形时的实时预览效果。
|
|
5
8
|
|
|
6
9
|
## 3.48.5
|