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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
625## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
726
827
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 5.4.5 " ,
4+ "version" : " 5.5.0 " ,
55 "command" : {
66 "bootstrap" : {
77 "ci" : false ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
617## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
718
819** Note:** Version bump only for package @antv/f2-algorithm
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2-algorithm" ,
3- "version" : " 5.4.5 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " F2 algorithm extension" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
1717 " sample"
1818 ],
1919 "dependencies" : {
20- "@babel/runtime" : " ^7.12.5" ,
2120 "@antv/util" : " ^3.0.6" ,
21+ "@babel/runtime" : " ^7.12.5" ,
2222 "tslib" : " ^2.3.1"
2323 },
2424 "devDependencies" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
715
816** Note:** Version bump only for package @antv/f2-react
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2-react" ,
3- "version" : " 5.4.5 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " F2 for React" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
1717 ],
1818 "dependencies" : {
1919 "@antv/f-react" : " ^1.0.1" ,
20- "@antv/f2" : " 5.4.5 " ,
20+ "@antv/f2" : " 5.5.0 " ,
2121 "@babel/runtime" : " ^7.12.5" ,
2222 "tslib" : " ^2.3.1"
2323 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
715
816** Note:** Version bump only for package @antv/f2-wordcloud
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2-wordcloud" ,
3- "version" : " 5.4.5 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " F2 wordcloud extension" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
1717 " wordcloud"
1818 ],
1919 "dependencies" : {
20- "@antv/f2" : " 5.4.5 " ,
20+ "@antv/f2" : " 5.5.0 " ,
2121 "@antv/util" : " ~3.3.0" ,
2222 "@babel/runtime" : " ^7.12.5" ,
2323 "tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
624## [ 5.4.5] ( https://github.com/antvis/f2/compare/v5.4.4...v5.4.5 ) (2024-03-28)
725
826
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2" ,
3- "version" : " 5.4.5 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " Charts for mobile visualization." ,
55 "keywords" : [
66 " antv" ,
You can’t perform that action at this time.
0 commit comments