Skip to content

Commit 2edc7d9

Browse files
committed
3.3.16
1 parent 090220f commit 2edc7d9

File tree

2 files changed

+69
-7
lines changed

2 files changed

+69
-7
lines changed

CHANGE.md

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,69 @@
1-
# Mars3D 更新日志
2-
-------------------------------------------
3-
## 3.3.13 - 2022-6-13
1+
# Mars3D版本及更新日志
2+
3+
4+
# 1. Mars3D的版本
5+
6+
Mars3D的版本号包括三个部分,比如版本**3.2.1** 表示主版本号是 3,大版本号是 2,小版本号是 1
7+
8+
版本号是根据本次发布中包含的变更的级别进行递增的。
9+
10+
- 主版本:包含重要的新特性和架构性调整,在升级时会需要由开发人员提供少量的协助才能完成。当升级到新的主版本时,你可能需要运行升级脚本、重构代码、运行其它测试以及学习新的API。
11+
12+
- 大版本:包含新增功能和API优化重构,大版本其中大部分功能是向后兼容的,只有少部分特性是不兼容的(更新日志会说明弃用的API),参考说明或示例简单调整即可。
13+
14+
- 小版本:包含新的小型特性优化,bug修改等。 小版本是完全向后兼容的,在升级期间,不需要开发人员提供协助。
15+
16+
17+
# 2. 发布频率
18+
我们会定期发布新版本,以便随着 Mars3D 的不断演进,你可以提前计划并协调这些升级工作。
19+
20+
> 这些日期仅供一般性参考,如有更改,恕不另行通知。
21+
22+
通常的发布周期如下:
23+
- 每2年 发布1个主版本
24+
- 每季度 发布1个大版本 (1个主版本包括 8个 左右大版本)
25+
- 每周 发布1个小版本,正常均在**周一下午**发布 (1个大版本包括 12个 左右小版本)
26+
27+
28+
# 3. 弃用策略
29+
"重大变更"(比如移除特定的 API 和特性)有时候是必须的,比如创新、让最佳实践与时俱进、变更依赖关系甚至来自 Web 平台自身的变化。
30+
31+
要让这些转变尽可能的简单,我们会给你下列保证:
32+
- 我们会尽量减少重大变更的数量,并尽可能提供迁移工具。
33+
- 我们会遵循这里所讲的弃用策略,让你有时间把应用升级到最新的 API 和最佳实践。
34+
35+
36+
37+
# 4. 更新日志
38+
39+
40+
## 3.3.16 - 2022-7-4
41+
#### 重要说明 📣
42+
- Cesium 升级至 1.95
43+
44+
45+
#### 优化 💪
46+
- MapSplit移除时对图层的处理方式优化
47+
- Tetrahedron 增加支持鼠标拾取
48+
- DivLightPoint 增加支持大小和文本参数
49+
- GeoJsonLayer反选遮罩层flyTo优化
50+
51+
#### 修复 🔧
52+
- CanvasLabelEntity高亮无效
53+
54+
55+
56+
## 3.3.15 - 2022-6-20
57+
58+
#### 修复 🔧
59+
- DivGraphic非全屏地图下的编辑时坐标错位
60+
- CircleEntity 编辑时右键删除点圆还在显示
61+
- RoamLine 中maxDistance与maxCount冲突的兼容处理
62+
63+
64+
## 3.3.14 - 2022-6-13
465
#### 重要说明 📣
5-
- Cesium 升级至 1.94.1
66+
- Cesium 升级至 1.94.3
667

768
#### 增加 ⚡
869
- GeoJsonLayer增加chinaCRS参数,用于自动纠偏或加偏数据

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
当前仓库包含SDK更新日志、和其他仓库导航。
2626

2727

28+
2829
Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
2930

3031
国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
@@ -50,8 +51,8 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
5051
|原生JS技术栈 |[查看](https://www.bilibili.com/video/BV1za41177ZW/)| [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) |
5152
|Vue技术栈 |[查看](https://www.bilibili.com/video/BV17P4y1F7gv/)| [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) |
5253
|React技术栈 |[查看](https://www.bilibili.com/video/BV1nZ4y1b7W7/)| [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) |
53-
|Angular技术栈 |暂无 | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
54-
|CS桌面端程序 |暂无| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
54+
|Angular技术栈 |[查看](https://www.bilibili.com/video/BV13Y411K7xs/) | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
55+
|CS桌面端程序 |[查看](https://www.bilibili.com/video/BV1N94y1R7ds/)| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
5556
|APP移动端程序 |[查看](https://www.bilibili.com/video/BV18F41157qR/)|[mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app) |[mars3d-uni-app](https://gitee.com/marsgis/mars3d-uni-app) |
5657

5758

@@ -65,7 +66,7 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
6566
|基础项目 原生JS版 |[查看](http://mars3d.cn/dev/guide/project/jcxm-es5.html) | [查看](https://www.bilibili.com/video/BV1nF41157Rn/)| [mars3d-es5-project](https://github.com/marsgis/mars3d-es5-project) |[mars3d-es5-project](https://gitee.com/marsgis/mars3d-es5-project) |
6667
|基础项目 Vue版|[查看](http://mars3d.cn/dev/guide/project/jcxm-vue.html) |[查看](https://www.bilibili.com/video/BV1JF411q7Ut/)| [mars3d-vue-project](https://github.com/marsgis/mars3d-vue-project) |[mars3d-vue-project](https://gitee.com/marsgis/mars3d-vue-project) |
6768
|基础项目 Vue版+admin管理 ||| [mars3d-vue-project-admin](https://github.com/marsgis/mars3d-vue-project-admin) |[mars3d-vue-project-admin](https://gitee.com/marsgis/mars3d-vue-project-admin) |
68-
|基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |暂无| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
69+
|基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |[查看](https://www.bilibili.com/video/BV1n3411u7Dm/)| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
6970
|三维地球APP项目| [查看](http://mars3d.cn/dev/guide/project/app-vue.html) | [查看](https://www.bilibili.com/video/BV1iY4y1t7jk/)| [付费提供](http://mars3d.cn/details.html?id=app-vue) | [付费提供](http://mars3d.cn/details.html?id=app-vue) |
7071

7172

0 commit comments

Comments
 (0)