@realsee/dnalogel 3.44.0 → 3.44.1
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 +3 -0
- package/dist/index.cjs.js +17 -17
- package/dist/index.js +140 -138
- package/dist/index.umd.js +15 -15
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +34 -32
- 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,4 +1,7 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## 3.44.1
|
|
3
|
+
- fix(PanoTagPlugin): 标签的模型态入口开启时,在模型态下禁止自动展开。
|
|
4
|
+
|
|
2
5
|
## 3.44.0
|
|
3
6
|
- feat(PanoMeasurePlugin): 新增一种坐标选择器样式,初始化插件时,可以使用 `config.pointSelectorConfig.helper.pointHelper` 配置来设置坐标选择器的样式。
|
|
4
7
|
- feat(PanoMeasurePlugin): 支持通过 `config.pointSelectorConfig.virtualPoint` 来配置当鼠标处无模型时,是否生成虚拟点。
|