Browse Source

update log

tags/3.0.1
Caven Chen 2 years ago
parent
commit
10a0f382d8
3 changed files with 14 additions and 5 deletions
  1. 8
    0
      CHANGES_en.md
  2. 3
    0
      CHANGES_zh.md
  3. 3
    5
      package.json

+ 8
- 0
CHANGES_en.md View File

@@ -1,5 +1,13 @@
# Change Log

### 3.0.1

#### Fixes 🔧
- Optimization of measurement functions
- Optimize Google Maps
- Optimize weather effects
- Optimize Chinese documentation

### 3.0.0

#### Breaking Changes 📣

+ 3
- 0
CHANGES_zh.md View File

@@ -6,6 +6,9 @@

- 优化测量功能
- 优化谷歌地图
- 优化天气效果功能
- 优化中文文档
- 优化示例

### 3.0.0 - 2023-07-23


+ 3
- 5
package.json View File

@@ -1,10 +1,10 @@
{
"name": "@dvgis/dc-sdk",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
"homepage": "https://dc.dvgis.cn",
"keywords": [
"3D",
"webGL",
@@ -12,9 +12,7 @@
"globe",
"cesium",
"heatmap",
"turf",
"mapv",
"s3m"
"turf"
],
"author": "Caven Chen <cavencj@gmail.com>",
"type": "module",

Loading…
Cancel
Save