@metagl/sdk-render 1.0.6 → 1.0.8
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 +7 -0
- package/README_EN.md +7 -0
- package/amd/lacdt.render.amd.js +50 -50
- package/cjs/lacdt.render.cjs.js +50 -50
- package/cjs/lacdt.render.d.ts +11 -2
- package/esm/lacdt.render.d.ts +11 -2
- package/esm/lacdt.render.js +49 -49
- package/lacdt.render.d.ts +11 -2
- package/lacdt.render.js +50 -50
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,6 +168,13 @@ SDK渲染引擎采用模块化架构,包含以下系统:
|
|
|
168
168
|
|
|
169
169
|
## 更新日志
|
|
170
170
|
|
|
171
|
+
### V1.0.7 (2026-03-26)
|
|
172
|
+
|
|
173
|
+
#### 问题修复
|
|
174
|
+
- **适配 DC V5.0.0 版本**
|
|
175
|
+
- 由于 DC 将原生的 cesiumWidget 移除,DC 重写了新的 UI widgetContainer
|
|
176
|
+
- 添加对 DC UI 的兼容性支持,确保与 DC V5.0.0 版本正常工作
|
|
177
|
+
|
|
171
178
|
### V1.0.6 (2026-03-25)
|
|
172
179
|
|
|
173
180
|
#### 问题修复
|
package/README_EN.md
CHANGED
|
@@ -168,6 +168,13 @@ The SDK rendering engine adopts a modular architecture, including the following
|
|
|
168
168
|
|
|
169
169
|
## Changelog
|
|
170
170
|
|
|
171
|
+
### V1.0.7 (2026-03-26)
|
|
172
|
+
|
|
173
|
+
#### Bug Fixes
|
|
174
|
+
- **DC V5.0.0 Compatibility**
|
|
175
|
+
- DC removed the native cesiumWidget and rewrote a new UI widgetContainer
|
|
176
|
+
- Added compatibility support for DC UI to ensure proper operation with DC V5.0.0
|
|
177
|
+
|
|
171
178
|
### V1.0.6 (2026-03-25)
|
|
172
179
|
|
|
173
180
|
#### Bug Fixes
|