Skip to content

Commit b544d0f

Browse files
committed
"version": "1.0.14",
1 parent 93b7699 commit b544d0f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGLES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Change Log
22
==========
33

4-
### 1.0.14
4+
### 1.0.14 - 2019-12-10
55

66
##### Additions :tada:
77
* 所有标绘增加拾取功能
8-
* 修复创建矩形标绘崩溃问题hpr引起
98
* 发行版增加map,方便调试
9+
10+
##### Fixes :wrench:
11+
* 修复创建矩形标绘崩溃问题hpr引起
1012
* 修改所有hpr计算的地方,增加判断,避免崩溃
1113

1214
### 1.0.13 - 2019-12-6

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "earthsdk-plotting-symbol",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "EarthSDK标绘插件",
55
"scripts": {
66
"dev": "webpack-dev-server --open --config webpack.dev.js",
@@ -23,7 +23,7 @@
2323
"clean-webpack-plugin": "^3.0.0",
2424
"copy-webpack-plugin": "^5.0.4",
2525
"cross-env": "^5.2.1",
26-
"earthsdk": "1.2.18",
26+
"earthsdk": "1.2.20",
2727
"webpack": "^4.39.3",
2828
"webpack-cli": "^3.3.8",
2929
"webpack-dev-server": "^3.8.0",

0 commit comments

Comments
 (0)