@metagl/sdk-render 1.0.6 → 1.0.7

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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metagl/sdk-render",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Earth SDK Render",
5
5
  "main": "lacdt.render.js",
6
6
  "module": "./esm/lacdt.render.js",