gs-bim-air 0.0.27 → 0.0.30
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 +13 -2
- package/docs/classes/LightModel.md +1 -1
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +51 -61
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +51 -61
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +51 -61
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
## 更新日志
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
### 0.0.29
|
|
4
|
+
- 修复因instanceObject导致的结构树序列化出错
|
|
5
|
+
|
|
6
|
+
### 0.0.29
|
|
7
|
+
- LightModel反序列化设置viewer
|
|
8
|
+
|
|
9
|
+
### 0.0.28
|
|
10
|
+
- 重构renderObject树的结构,更新此版本需同步更新后台
|
|
11
|
+
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
12
|
+
|
|
13
|
+
### ~~0.0.27~~
|
|
3
14
|
- 清除错误的dTs
|
|
4
15
|
|
|
5
|
-
### 0.0.26
|
|
16
|
+
### ~~0.0.26~~
|
|
6
17
|
- 重构renderObject树的结构,更新此版本需同步更新后台
|
|
7
18
|
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
8
19
|
|