File tree Expand file tree Collapse file tree 10 files changed +72
-8
lines changed Expand file tree Collapse file tree 10 files changed +72
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.5.0] ( https://github.com/antvis/f2/compare/v5.4.5...v5.5.0 ) (2024-05-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * algorithm package.json ([ #1963 ] ( https://github.com/antvis/f2/issues/1963 ) ) ([ d715549] ( https://github.com/antvis/f2/commit/d7155498e986aaa966629ed9caf566b7f68c16e4 ) )
12
+ * size支持px ([ #1975 ] ( https://github.com/antvis/f2/issues/1975 ) ) ([ 6973421] ( https://github.com/antvis/f2/commit/697342122bb9dfd301cb45afa21c32a98c9c5817 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * 增加Pictorial组件 ([ #1974 ] ( https://github.com/antvis/f2/issues/1974 ) ) ([ 24f5944] ( https://github.com/antvis/f2/commit/24f59447282d4895a3553a12daca8df879b94e11 ) )
18
+ * ** guide:** 增加 PolylineGuide ([ #1960 ] ( https://github.com/antvis/f2/issues/1960 ) ) ([ 6680534] ( https://github.com/antvis/f2/commit/66805340d9bbf36b11f03c31733f5bc5191f3eb4 ) )
19
+ * image、tag、rect guide 补充字段 ([ #1962 ] ( https://github.com/antvis/f2/issues/1962 ) ) ([ ad38d32] ( https://github.com/antvis/f2/commit/ad38d32042ea8eb06742e32e1a596733e2178239 ) )
20
+
21
+
22
+
23
+
24
+
6
25
## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 5.4.5 " ,
4
+ "version" : " 5.5.0 " ,
5
5
"command" : {
6
6
"bootstrap" : {
7
7
"ci" : false ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.5.0] ( https://github.com/antvis/f2/compare/v5.4.5...v5.5.0 ) (2024-05-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * algorithm package.json ([ #1963 ] ( https://github.com/antvis/f2/issues/1963 ) ) ([ d715549] ( https://github.com/antvis/f2/commit/d7155498e986aaa966629ed9caf566b7f68c16e4 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
7
18
8
19
** Note:** Version bump only for package @antv/f2-algorithm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @antv/f2-algorithm" ,
3
- "version" : " 5.4.5 " ,
3
+ "version" : " 5.5.0 " ,
4
4
"description" : " F2 algorithm extension" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
17
17
" sample"
18
18
],
19
19
"dependencies" : {
20
- "@babel/runtime" : " ^7.12.5" ,
21
20
"@antv/util" : " ^3.0.6" ,
21
+ "@babel/runtime" : " ^7.12.5" ,
22
22
"tslib" : " ^2.3.1"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.5.0] ( https://github.com/antvis/f2/compare/v5.4.5...v5.5.0 ) (2024-05-30)
7
+
8
+ ** Note:** Version bump only for package @antv/f2-react
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
7
15
8
16
** Note:** Version bump only for package @antv/f2-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @antv/f2-react" ,
3
- "version" : " 5.4.5 " ,
3
+ "version" : " 5.5.0 " ,
4
4
"description" : " F2 for React" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
17
17
],
18
18
"dependencies" : {
19
19
"@antv/f-react" : " ^1.0.1" ,
20
- "@antv/f2" : " 5.4.5 " ,
20
+ "@antv/f2" : " 5.5.0 " ,
21
21
"@babel/runtime" : " ^7.12.5" ,
22
22
"tslib" : " ^2.3.1"
23
23
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.5.0] ( https://github.com/antvis/f2/compare/v5.4.5...v5.5.0 ) (2024-05-30)
7
+
8
+ ** Note:** Version bump only for package @antv/f2-wordcloud
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
7
15
8
16
** Note:** Version bump only for package @antv/f2-wordcloud
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @antv/f2-wordcloud" ,
3
- "version" : " 5.4.5 " ,
3
+ "version" : " 5.5.0 " ,
4
4
"description" : " F2 wordcloud extension" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
17
17
" wordcloud"
18
18
],
19
19
"dependencies" : {
20
- "@antv/f2" : " 5.4.5 " ,
20
+ "@antv/f2" : " 5.5.0 " ,
21
21
"@antv/util" : " ~3.3.0" ,
22
22
"@babel/runtime" : " ^7.12.5" ,
23
23
"tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.5.0] ( https://github.com/antvis/f2/compare/v5.4.5...v5.5.0 ) (2024-05-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * size支持px ([ #1975 ] ( https://github.com/antvis/f2/issues/1975 ) ) ([ 6973421] ( https://github.com/antvis/f2/commit/697342122bb9dfd301cb45afa21c32a98c9c5817 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * 增加Pictorial组件 ([ #1974 ] ( https://github.com/antvis/f2/issues/1974 ) ) ([ 24f5944] ( https://github.com/antvis/f2/commit/24f59447282d4895a3553a12daca8df879b94e11 ) )
17
+ * ** guide:** 增加 PolylineGuide ([ #1960 ] ( https://github.com/antvis/f2/issues/1960 ) ) ([ 6680534] ( https://github.com/antvis/f2/commit/66805340d9bbf36b11f03c31733f5bc5191f3eb4 ) )
18
+ * image、tag、rect guide 补充字段 ([ #1962 ] ( https://github.com/antvis/f2/issues/1962 ) ) ([ ad38d32] ( https://github.com/antvis/f2/commit/ad38d32042ea8eb06742e32e1a596733e2178239 ) )
19
+
20
+
21
+
22
+
23
+
6
24
## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @antv/f2" ,
3
- "version" : " 5.4.5 " ,
3
+ "version" : " 5.5.0 " ,
4
4
"description" : " Charts for mobile visualization." ,
5
5
"keywords" : [
6
6
" antv" ,
You can’t perform that action at this time.
0 commit comments