Browse Source

发布1.12.1

tags/1.12.1
Caven Chen 5 years ago
parent
commit
e5f55e2d88
6 changed files with 760 additions and 742 deletions
  1. 1
    0
      CHANGE.md
  2. 3
    1
      dist/dc.base.min.js
  3. 1
    1
      dist/dc.core.min.js
  4. 2
    2
      package.json
  5. 1
    0
      src/thirdpart/index.js
  6. 752
    738
      yarn.lock

+ 1
- 0
CHANGE.md View File

@@ -6,6 +6,7 @@

> 1. 完善代码对低版本浏览器的支持
> 2. 添加创建视频节点函数
> 3. 添加部分Cesium内部函数

# 1.12.0


+ 3
- 1
dist/dc.base.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/dc.core.min.js
File diff suppressed because it is too large
View File


+ 2
- 2
package.json View File

@@ -39,11 +39,11 @@
"eslint-plugin-promise": "^4.0.1",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"node-sass": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"sass-loader": "^10.1.0",
"strip-pragma-loader": "^1.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",

+ 1
- 0
src/thirdpart/index.js View File

@@ -16,6 +16,7 @@ const thirdPart = {
CallbackProperty: Cesium.CallbackProperty,
JulianDate: Cesium.JulianDate,
Color: Cesium.Color,
Rect: Cesium.Rectangle,
ColorMaterialProperty: Cesium.ColorMaterialProperty,
ImageMaterialProperty: Cesium.ImageMaterialProperty,
PolylineDashMaterialProperty: Cesium.PolylineDashMaterialProperty,

+ 752
- 738
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save