Skip to content

Commit

Permalink
update: support echarts5
Browse files Browse the repository at this point in the history
sakitam-fdd committed Sep 26, 2022
1 parent efed39f commit fe10904
Showing 17 changed files with 558 additions and 514 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
- 🗑 移除
- 🙅 废弃

## 3.0.0 (2022.09.10)

* 支持 echarts5

## 2.0.2 (2019.12.30)

* 修复 ol v6事件问题(by@[kyleinfo](https://github.com/kyleinfo))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.0.6",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@
]
},
"dependencies": {
"echarts": "^4.1.0",
"echarts-gl": "^1.0.0",
"echarts": "^5.0.0",
"echarts-gl": "^2.0.9",
"ol": "^5.3.3",
"history": "^4.7.2",
"react": "^16.8.6",
@@ -61,7 +61,6 @@
"@types/jasmine": "^3.3.13",
"@babel/types": "^7.3.4",
"@types/node": "^10.12.18",
"@types/echarts": "^4.4.1",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.8.3",
"codecov": "^3.6.1",
152 changes: 0 additions & 152 deletions packages/ol-echarts/karma.rollup.config.js

This file was deleted.

11 changes: 6 additions & 5 deletions packages/ol-echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-echarts",
"version": "2.0.4",
"version": "3.0.0",
"description": "a openlayers extension to echarts",
"author": "sakitam-fdd <smilefdd@gmail.com>",
"homepage": "https://sakitam-fdd.github.io/ol3Echarts",
@@ -39,13 +39,14 @@
"karma.travis": "cross-env TRAVIS_ENV=true karma start karma.config.js --single-run --browsers ChromeHeadless"
},
"peerDependencies": {
"echarts": ">=4.0.1",
"echarts": ">=5.0.0",
"ol": ">=5.0.0"
},
"devDependencies": {
"@types/ol": "^5.3.6",
"echarts": "^4.0.1",
"ol": "^5.1.3"
"echarts": "^5.0.0",
"ol": "^5.1.3",
"zrender": "^5.3.0"
},
"engines": {
"node": ">= 4.0.0",
@@ -57,5 +58,5 @@
"not ie <= 8"
],
"license": "MIT",
"gitHead": "e1ba3ff0328b32039ae6c3693e91d6464e6bf23b"
"gitHead": "efed39f0ffd9b8db9b0d2ba33c0a9c1827f4768f"
}
Loading

0 comments on commit fe10904

Please sign in to comment.