| @@ -1,5 +1,22 @@ | |||
| # 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 | |||
| #### Breaking Changes 📣 | |||
| @@ -1,5 +1,22 @@ | |||
| # 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 | |||
| #### Breaking Changes 📣 | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -19,7 +19,7 @@ | |||
| "license": "Apache 2.0", | |||
| "main": "dist/dc.chart.min.js", | |||
| "peerDependencies": { | |||
| "@dvgis/dc-base": "^2.12.0" | |||
| "@dvgis/dc-base": "^2.13.0" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -19,7 +19,7 @@ | |||
| "license": "Apache 2.0", | |||
| "main": "dist/dc.core.min.js", | |||
| "peerDependencies": { | |||
| "@dvgis/dc-base": "^2.12.0" | |||
| "@dvgis/dc-base": "^2.13.0" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -19,7 +19,7 @@ | |||
| "license": "Apache 2.0", | |||
| "main": "dist/dc.mapv.min.js", | |||
| "peerDependencies": { | |||
| "@dvgis/dc-base": "^2.12.0" | |||
| "@dvgis/dc-base": "^2.13.0" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||
| @@ -19,7 +19,7 @@ | |||
| "license": "Apache 2.0", | |||
| "main": "dist/dc.s3m.min.js", | |||
| "peerDependencies": { | |||
| "@dvgis/dc-base": "^2.12.0" | |||
| "@dvgis/dc-base": "^2.13.0" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "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.", | |||
| "repository": "https://github.com/dvgis/dc-sdk.git", | |||
| "homepage": "https://www.dvgis.cn", | |||