浏览代码

change logs

tags/2.0.0
Caven Chen 4 年前
父节点
当前提交
c30f9a6203
共有 2 个文件被更改,包括 39 次插入0 次删除
  1. 20
    0
      CHANGES_en.md
  2. 19
    0
      CHANGES_zh.md

+ 20
- 0
CHANGES_en.md 查看文件

@@ -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


+ 19
- 0
CHANGES_zh.md 查看文件

@@ -1,2 +1,21 @@
# Change Log

### 2.0.0 - 2021-03-27

#### Breaking Changes 📣

- 重构整个框架代码,将代码模块化处理
- 整合之前分散的模块
- 重构了各个模块包中对DC的依赖
- 重新开发了用户手册
- 支持自定安装和整体安装的方式引入DC

#### Additions 🎉

- 添加token认证功能。认证通过可以使用一些分析、点位编辑功能
- 添加turf模块的支持,可以通过 `const {turf} = DC.Namespace` 获取 turf

#### Fixes 🔧

- 修改 location bar 时间延迟问题
- 修改雷达扫描材质设置速度无效的问题

正在加载...
取消
保存