浏览代码

change the log

tags/2.13.0
Caven Chen 3 年前
父节点
当前提交
4bb409363e

+ 17
- 0
CHANGES_en.md 查看文件

# Change Log # Change Log


### 2.13.0 - 2022-05-08

#### Breaking Changes 📣

- Upgrade Cesium to version 1.93.0

#### Additions 🎉

- Added scene split
- Added s3m height offset setting [#98](https://github.com/dvgis/dc-sdk/issues/98)
- Add marker line add max anchor points [#99](https://github.com/dvgis/dc-sdk/issues/99)
- Add history track add model orientation setting (heading offset) [#100](https://github.com/dvgis/dc-sdk/issues/100)

#### Fixes 🔧

- Fix the problem that plot plot coordinates are empty [#95](https://github.com/dvgis/dc-sdk/issues/95)

### 2.12.0 - 2022-04-10 ### 2.12.0 - 2022-04-10


#### Breaking Changes 📣 #### Breaking Changes 📣

+ 17
- 0
CHANGES_zh.md 查看文件

# Change Log # Change Log


### 2.13.0 - 2022-05-08

#### Breaking Changes 📣

- 升级 Cesium 到 1.93.0 版本

#### Additions 🎉

- 添加场景卷帘效果
- 添加s3m高度偏移设置 [#98](https://github.com/dvgis/dc-sdk/issues/98)
- 添加标绘线添加最大锚点数 [#99](https://github.com/dvgis/dc-sdk/issues/99)
- 添加历史轨迹添加模型朝向设置(heading偏移) [#100](https://github.com/dvgis/dc-sdk/issues/100)

#### Fixes 🔧

- 修复plot标绘坐标为空的问题 [#95](https://github.com/dvgis/dc-sdk/issues/95)

### 2.12.0 - 2022-04-10 ### 2.12.0 - 2022-04-10


#### Breaking Changes 📣 #### Breaking Changes 📣

+ 1
- 1
package.json 查看文件

{ {
"name": "dc-sdk", "name": "dc-sdk",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",

+ 1
- 1
packages/base/package.json 查看文件

{ {
"name": "@dvgis/dc-base", "name": "@dvgis/dc-base",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",

+ 2
- 2
packages/chart/package.json 查看文件

{ {
"name": "@dvgis/dc-chart", "name": "@dvgis/dc-chart",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",
"license": "Apache 2.0", "license": "Apache 2.0",
"main": "dist/dc.chart.min.js", "main": "dist/dc.chart.min.js",
"peerDependencies": { "peerDependencies": {
"@dvgis/dc-base": "^2.12.0"
"@dvgis/dc-base": "^2.13.0"
}, },
"files": [ "files": [
"dist" "dist"

+ 2
- 2
packages/core/package.json 查看文件

{ {
"name": "@dvgis/dc-core", "name": "@dvgis/dc-core",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",
"license": "Apache 2.0", "license": "Apache 2.0",
"main": "dist/dc.core.min.js", "main": "dist/dc.core.min.js",
"peerDependencies": { "peerDependencies": {
"@dvgis/dc-base": "^2.12.0"
"@dvgis/dc-base": "^2.13.0"
}, },
"files": [ "files": [
"dist" "dist"

+ 2
- 2
packages/mapv/package.json 查看文件

{ {
"name": "@dvgis/dc-mapv", "name": "@dvgis/dc-mapv",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",
"license": "Apache 2.0", "license": "Apache 2.0",
"main": "dist/dc.mapv.min.js", "main": "dist/dc.mapv.min.js",
"peerDependencies": { "peerDependencies": {
"@dvgis/dc-base": "^2.12.0"
"@dvgis/dc-base": "^2.13.0"
}, },
"files": [ "files": [
"dist" "dist"

+ 2
- 2
packages/s3m/package.json 查看文件

{ {
"name": "@dvgis/dc-s3m", "name": "@dvgis/dc-s3m",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",
"license": "Apache 2.0", "license": "Apache 2.0",
"main": "dist/dc.s3m.min.js", "main": "dist/dc.s3m.min.js",
"peerDependencies": { "peerDependencies": {
"@dvgis/dc-base": "^2.12.0"
"@dvgis/dc-base": "^2.13.0"
}, },
"files": [ "files": [
"dist" "dist"

+ 1
- 1
packages/sdk/package.json 查看文件

{ {
"name": "@dvgis/dc-sdk", "name": "@dvgis/dc-sdk",
"version": "2.12.0",
"version": "2.13.0",
"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.", "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", "repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn", "homepage": "https://www.dvgis.cn",

正在加载...
取消
保存