gs-bim-air 1.6.1-beta.87 → 1.6.1-beta.88
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/README.md +9 -3
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +6 -6
- package/lib/BimAir.css +50 -50
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +6 -6
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
## BIMAir 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.88
|
|
4
|
+
|
|
5
|
+
fix: 修复找不到 JS_Set_Key_Index 的问题
|
|
6
|
+
|
|
3
7
|
### 1.6.1-beta.87
|
|
4
8
|
|
|
9
|
+
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
10
|
+
|
|
5
11
|
- fix: 修复结构树拖拽报错问题,结构树拖拽后执行 updateDisplay 更新矩阵
|
|
6
12
|
- fix: 修复无法添加文字批注的问题
|
|
7
|
-
- feat
|
|
8
|
-
- feat
|
|
9
|
-
- feat
|
|
13
|
+
- feat: 新增点面测量;交互添加验证;
|
|
14
|
+
- feat: 增加线面测量;统一显示 UI、字段命名;
|
|
15
|
+
- feat: 新增线线测量;优化面板展示
|
|
10
16
|
- feat: 添加点线最小距离测量功能
|
|
11
17
|
|
|
12
18
|
### 1.6.1-beta.86
|