|
|
|
@@ -1,2 +1,22 @@ |
|
|
|
# Change Log |
|
|
|
|
|
|
|
### 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 |
|
|
|
|