From b21bd949b401dce5439f995321552b59747b43ef Mon Sep 17 00:00:00 2001 From: zouyaoji <370681295@qq.com> Date: Wed, 7 Sep 2022 21:37:44 +0800 Subject: [PATCH] docs: update docs --- CHANGELOG.en-US.md | 14 ++++++++++++++ CHANGELOG.zh-CN.md | 14 ++++++++++++++ .../en-US/controls/vc-selection-indicator.md | 4 +++- website/docs/en-US/quickstart.md | 2 +- .../zh-CN/controls/vc-selection-indicator.md | 16 +++++++++++++--- .../zh-CN/geometries/vc-geometry-polyline.md | 1 + website/docs/zh-CN/quickstart.md | 2 +- 7 files changed, 47 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 80813d863..e88447225 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,19 @@ ## Changelog +### 3.0.19 + +_2022-09-07_ + +#### Optimization + +- Add the global configuration `reloadMode`, when modifying many non-responsive property changes in an instant requires calling the reload method of the component, indicating whether to execute the reload method every time, or execute the reload method only once after all changes are completed. +- When the `vc-selection-indicator` component picks up `Cesium3DTileFeature`, the position of the indicator takes priority to the position of the property field `position`, if it is empty, it takes the center point of the bounding box. + +#### Bug fixes + +- Fixed the issue that Cesium.Uri was removed from Cesium 1.97, which caused the `vc-imagery-provider-tianditu` component to be abnormal. +- Fixed the issue that failed to import components on demand. + ### 3.0.18 _2022-08-23_ diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 646fb18c2..caf4d6034 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,19 @@ ## 更新日志 +### 3.0.19 + +_2022-09-07_ + +#### 优化 + +- 增加全局配置 `reloadMode`,一瞬间修改很多非响应属性改变需要调用组件的 reload 方法时,指示是`每次都执行` reload 方法,还是全部改变完之后`只执行一次` reload 方法。 +- `vc-selection-indicator` 组件拾取 `Cesium3DTileFeature` 时,指示器位置优先取属性字段 `position` 的位置,如果为空则取为包围盒的中心点。 + +#### Bug 修复 + +- 修复 Cesium 1.97 版本去掉 Cesium.Uri 导致天地图组件不正常的问题。 +- 修复按需引入组件失败的问题。 + ### 3.0.18 _2022-08-23_ diff --git a/website/docs/en-US/controls/vc-selection-indicator.md b/website/docs/en-US/controls/vc-selection-indicator.md index d75e27f67..e0d33ea2f 100644 --- a/website/docs/en-US/controls/vc-selection-indicator.md +++ b/website/docs/en-US/controls/vc-selection-indicator.md @@ -1,7 +1,7 @@