File tree 6 files changed +9
-8
lines changed
6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
- feat: downloadImage with watermarker;
7
7
- fix: multiple layout calling error;
8
8
- fix: combo collapse and related edges diappearing;
9
+ - fix: forceAtlas2 with descrete node error;
9
10
10
11
#### 4.2.4
11
12
Original file line number Diff line number Diff line change 61
61
},
62
62
"dependencies" : {
63
63
"@antv/g-base" : " ^0.5.1" ,
64
- "@antv/g6-core" : " * " ,
64
+ "@antv/g6-core" : " 0.2.5 " ,
65
65
"@antv/util" : " ~2.0.5"
66
66
},
67
67
"devDependencies" : {
Original file line number Diff line number Diff line change 66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@antv/g6-pc" : " * "
69
+ "@antv/g6-pc" : " 0.2.5 "
70
70
},
71
71
"devDependencies" : {
72
72
"@babel/core" : " ^7.7.7" ,
Original file line number Diff line number Diff line change 74
74
"@antv/g-canvas" : " ^0.5.2" ,
75
75
"@antv/g-math" : " ^0.1.1" ,
76
76
"@antv/g-svg" : " ^0.5.1" ,
77
- "@antv/g6-core" : " * " ,
78
- "@antv/g6-plugin" : " * " ,
79
- "@antv/g6-element" : " * " ,
77
+ "@antv/g6-core" : " 0.2.5 " ,
78
+ "@antv/g6-plugin" : " 0.2.5 " ,
79
+ "@antv/g6-element" : " 0.2.5 " ,
80
80
"@antv/algorithm" : " 0.1.8-beta.5" ,
81
81
"@antv/hierarchy" : " ^0.6.7" ,
82
82
"@antv/layout" : " ^0.1.12" ,
Original file line number Diff line number Diff line change 22
22
"@antv/g-base" : " ^0.5.1" ,
23
23
"@antv/g-canvas" : " ^0.5.2" ,
24
24
"@antv/g-svg" : " ^0.5.2" ,
25
- "@antv/g6-core" : " * " ,
25
+ "@antv/g6-core" : " 0.2.5 " ,
26
26
"@antv/matrix-util" : " ^3.0.4" ,
27
27
"@antv/scale" : " ^0.3.4" ,
28
28
"@antv/util" : " ^2.0.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @antv/g6-site" ,
4
- "version" : " 4.2.4 " ,
4
+ "version" : " 4.2.5 " ,
5
5
"description" : " G6 sites deployed on gh-pages" ,
6
6
"keywords" : [
7
7
" antv" ,
34
34
"dependencies" : {
35
35
"@antv/chart-node-g6" : " ^0.0.3" ,
36
36
"@antv/util" : " ^2.0.9" ,
37
- "@antv/g6" : " * " ,
37
+ "@antv/g6" : " 4.2.5 " ,
38
38
"@antv/gatsby-theme-antv" : " 1.1.1" ,
39
39
"gatsby" : " ^2.24.40" ,
40
40
"gh-pages" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments