File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.1
2
+
3
+ ` 2024-05-06 `
4
+
5
+ - 🐞 修复低版本 webpack 不支持的 ` export * as ` 语法
6
+
1
7
## 2.1.0
2
8
3
9
` 2024-04-19 `
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.1.0 " ,
4
+ "version" : " 2.1.1 " ,
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.2
2
+
3
+ ` 2024-05-06 `
4
+
5
+ - 🐞 修复低版本 webpack 不支持的 ` export * as ` 语法
6
+
1
7
## 2.2.1
2
8
3
9
` 2024-04-25 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design/plots" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " G2Plot Statistical chart" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/ant-design/ant-design-charts/issues"
Original file line number Diff line number Diff line change 1
- export * from './components ' ;
1
+ import * as G2 from '@antv/g2 ' ;
2
2
3
+ export * from './components' ;
3
4
export * from './interface' ;
4
-
5
5
/** utils */
6
6
export { measureTextWidth } from './core/utils' ;
7
+ export { G2 } ;
You can’t perform that action at this time.
0 commit comments