# Change Log ### 2.2.0 - 2021-05-09 #### Breaking Changes πŸ“£ - Upgrade Cesium to version 1.81.0 - Rewrite the HeatLayer #### Additions πŸŽ‰ - Add dynamic layer - Add dynamic model and dynamic billbard - Add model management functions for model expansion and merging - Add daylight 、through-view function ### 2.1.4 - 2021-04-24 #### Additions πŸŽ‰ - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle - Add clipping module, including: globe clipping, terrain clipping - Add GroundSkyBox #### Fixes πŸ”§ - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26) - Improve the position editor module - Fix the FeatureGridLayer show and hide issue ### 2.1.3 - 2021-04-17 #### Additions πŸŽ‰ - Open section Cesium internal functions - Add FeatureGridLayer #### Fixes πŸ”§ - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24) - Rewritten logo ### 2.1.2 - 2021-04-10 #### Additions πŸŽ‰ - Add DivIcon mouse-over and mouse-out functions - Add resolution and viewBounds properties #### Fixes πŸ”§ - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22) - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23) ### 2.1.1 - 2021-04-06 #### Fixes πŸ”§ - Repair the problem that some modules version numbers are not uniform ### 2.1.0 - 2021-04-03 #### Breaking Changes πŸ“£ - Upgrade Cesium to version 1.80.0 #### Additions πŸŽ‰ - Add GeoTools class, mainly using Turf for overlay related calculations #### Fixes πŸ”§ - Modify the HtmlLayer set show error problem - Improve the authentication rules of accessToken ### 2.0.0 - 2021-03-27 #### Breaking Changes πŸ“£ - Refactor the entire framework code and modularize the code - Consolidated previously scattered modules - Refactored the dependencies on DC in each module package - Redeveloped the user manual - Support for custom installation and full installation of DC #### Additions πŸŽ‰ - Added token authentication function. Authentication can use some analysis and point editor functions - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`. #### Fixes πŸ”§ - Fix location bar time delay issue - Fixed the problem of invalid speed setting for radar scan material