dlt-for-react 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,12 @@ npm publish
14
14
 
15
15
  ##### 版本修改记录
16
16
 
17
+ #### V2.1.7—2024 年 6 月 12 日
18
+ 1. 解决升级echarts5.0版本 部分api不兼容的问题
19
+
17
20
  #### V2.1.6—2024 年 6 月 4 日
18
21
 
19
- 1. 更新echart版本
22
+ 1. 更新echart5.0版本
20
23
  2. 去除echarts/map/js/china
21
24
  3. 优化handleMenus方法
22
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {