gs-bim-air 1.6.1-beta.22 → 1.6.1-beta.24
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 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +6 -6
- package/lib/BimAir.css +45 -45
- 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/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
## 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.24
|
|
4
|
+
|
|
5
|
+
- fix: 截取起点和终点精度改为 0.5,修复起点和终点截取出不封闭面问题
|
|
6
|
+
|
|
7
|
+
### 1.6.1-beta.23
|
|
8
|
+
|
|
9
|
+
- fix: 修复终点截取出不封闭面问题,改用 0.1 的差距判断是否是终点
|
|
10
|
+
- fix: 修复面板拖动时误触请求构件属性的问题
|
|
11
|
+
|
|
3
12
|
### 1.6.1-beta.22
|
|
4
13
|
|
|
5
14
|
- feat: 添加面板功能增加修改面板颜色参数,具体请查看[面板文档](./docs/classes/Germetry.Plane.md#addplane)
|