| @@ -1,5 +1,15 @@ | |||
| # Change Log | |||
| ### 2.16.1 - 2022-08-21 | |||
| #### Additions 🎉 | |||
| - Add mixNum parameter for viewable fields | |||
| #### Fixes 🔧 | |||
| - Improve Model Instance | |||
| ### 2.16.0 - 2022-08-14 | |||
| #### Breaking Changes 📣 | |||
| @@ -1,5 +1,15 @@ | |||
| # Change Log | |||
| ### 2.16.1 - 2022-08-21 | |||
| #### Additions 🎉 | |||
| - 添加可视域的混合度参数 | |||
| #### Fixes 🔧 | |||
| - 优化 Model Instance | |||
| ### 2.16.0 - 2022-08-14 | |||
| #### Breaking Changes 📣 | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "dc-sdk", | |||
| "version": "2.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0" | |||
| "@dvgis/dc-base": "^2.16.1" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-core", | |||
| "version": "2.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0" | |||
| "@dvgis/dc-base": "^2.16.1" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-mapv", | |||
| "version": "2.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0" | |||
| "@dvgis/dc-base": "^2.16.1" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-s3m", | |||
| "version": "2.16.0", | |||
| "version": "2.16.1", | |||
| "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.16.0" | |||
| "@dvgis/dc-base": "^2.16.1" | |||
| }, | |||
| "files": [ | |||
| "dist" | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-sdk", | |||
| "version": "2.16.0", | |||
| "version": "2.16.1", | |||
| "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", | |||