File tree Expand file tree Collapse file tree 10 files changed +64
-8
lines changed
Expand file tree Collapse file tree 10 files changed +64
-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.3.0] ( https://github.com/antvis/f2/compare/v5.2.2...v5.3.0 ) (2024-02-21)
7+
8+
9+ ### Bug Fixes
10+
11+ * transposed为false时饼图交互 ([ #1923 ] ( https://github.com/antvis/f2/issues/1923 ) ) ([ dbfb0ed] ( https://github.com/antvis/f2/commit/dbfb0ed72563d5575046ba878f785b8c14d782b4 ) )
12+
13+
14+ ### Features
15+
16+ * scroll bar 样式支持可配置 ([ #1900 ] ( https://github.com/antvis/f2/issues/1900 ) ) ([ 2e84a26] ( https://github.com/antvis/f2/commit/2e84a266bbb333fccc44ee1704066a723547c5bd ) )
17+
18+
19+
20+
21+
622## [ 5.2.2] ( https://github.com/antvis/f2/compare/v5.2.1...v5.2.2 ) (2024-01-05)
723
824
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 5.2.2 " ,
4+ "version" : " 5.3.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.3.0] ( https://github.com/antvis/f2/compare/v5.2.2...v5.3.0 ) (2024-02-21)
7+
8+ ** Note:** Version bump only for package @antv/f2-algorithm
9+
10+
11+
12+
13+
614## [ 5.2.2] ( https://github.com/antvis/f2/compare/v5.2.1...v5.2.2 ) (2024-01-05)
715
816** 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.2.2 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " F2 algorithm extension" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
2222 },
2323 "devDependencies" : {
2424 "@antv/f-test-utils" : " ^1.0.1" ,
25- "@antv/f2" : " 5.2.2 " ,
25+ "@antv/f2" : " 5.3.0 " ,
2626 "jest-mock-random" : " ~1.1.1"
2727 },
2828 "homepage" : " https://f2.antv.vision/zh/" ,
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.3.0] ( https://github.com/antvis/f2/compare/v5.2.2...v5.3.0 ) (2024-02-21)
7+
8+ ** Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614## [ 5.2.2] ( https://github.com/antvis/f2/compare/v5.2.1...v5.2.2 ) (2024-01-05)
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.2.2 " ,
3+ "version" : " 5.3.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.2.2 " ,
20+ "@antv/f2" : " 5.3.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.3.0] ( https://github.com/antvis/f2/compare/v5.2.2...v5.3.0 ) (2024-02-21)
7+
8+ ** Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614## [ 5.2.2] ( https://github.com/antvis/f2/compare/v5.2.1...v5.2.2 ) (2024-01-05)
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.2.2 " ,
3+ "version" : " 5.3.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.2.2 " ,
20+ "@antv/f2" : " 5.3.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.3.0] ( https://github.com/antvis/f2/compare/v5.2.2...v5.3.0 ) (2024-02-21)
7+
8+
9+ ### Bug Fixes
10+
11+ * transposed为false时饼图交互 ([ #1923 ] ( https://github.com/antvis/f2/issues/1923 ) ) ([ dbfb0ed] ( https://github.com/antvis/f2/commit/dbfb0ed72563d5575046ba878f785b8c14d782b4 ) )
12+
13+
14+ ### Features
15+
16+ * scroll bar 样式支持可配置 ([ #1900 ] ( https://github.com/antvis/f2/issues/1900 ) ) ([ 2e84a26] ( https://github.com/antvis/f2/commit/2e84a266bbb333fccc44ee1704066a723547c5bd ) )
17+
18+
19+
20+
21+
622## [ 5.2.2] ( https://github.com/antvis/f2/compare/v5.2.1...v5.2.2 ) (2024-01-05)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " Charts for mobile visualization." ,
55 "keywords" : [
66 " antv" ,
You can’t perform that action at this time.
0 commit comments