File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.0
2
+
3
+ ` 2024-04-19 `
4
+
5
+ - 🐞 修复低版本 webpack 不支持的 ` export * as ` 语法
6
+ - 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: ` <Line ref={React.useRef()} /> `
7
+
1
8
## 2.0.3
2
9
3
10
` 2024-04-16 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : false ,
3
3
"name" : " @ant-design/charts" ,
4
- "version" : " 2.0.4 " ,
4
+ "version" : " 2.1.0 " ,
5
5
"description" : " AntV upper level visual component library" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/ant-design/ant-design-charts/issues"
Original file line number Diff line number Diff line change
1
+ ## 2.2.0
2
+
3
+ ` 2024-04-19 `
4
+
5
+ - 🐞 修复低版本 webpack 不支持的 ` export * as ` 语法
6
+ - 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: ` <Line ref={React.useRef()} /> `
7
+
1
8
## 2.1.16
2
9
3
10
` 2024-04-16 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design/plots" ,
3
- "version" : " 2.1.16 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " G2Plot Statistical chart" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/ant-design/ant-design-charts/issues"
You can’t perform that action at this time.
0 commit comments