diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index e8844722..6ac8306e 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,20 @@ ## Changelog +### 3.1.0 + +_2022-09-25_ + +#### Bug fixes + +- Fixed the issue that the custom data field of the `vc-overlay-heatmap` component does not work. +- Fixed the issue that the datasource component was slow to load massive data. +- Fixed the issue that the referenced cdn address cannot be loaded normally when loading dc-sdk. + +#### New feature + +- `vc-layer-imagery` component adds `vcId` property. +- `vc-selection-indicator` adds `includeImageryIds` and `excludeImageryIds` properties to exclude layers from being used when picking image features. + ### 3.0.19 _2022-09-07_ diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index d6028774..c9d50c4f 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -2,7 +2,7 @@ ### 3.1.0 -_2022-09-24_ +_2022-09-25_ #### Bug 修复