File tree Expand file tree Collapse file tree 8 files changed +59
-6
lines changed Expand file tree Collapse file tree 8 files changed +59
-6
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.14.0] ( https://github.com/antvis/f2/compare/v5.13.0...v5.14.0 ) (2025-11-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * axis去掉x轴限制 ([ #2145 ] ( https://github.com/antvis/f2/issues/2145 ) ) ([ d35d2bd] ( https://github.com/antvis/f2/commit/d35d2bdc024e1f644576fb4e870c81b2d07f7aad ) )
12+ * 锁官网monaco-editor依赖 ([ #2141 ] ( https://github.com/antvis/f2/issues/2141 ) ) ([ 04a5e14] ( https://github.com/antvis/f2/commit/04a5e14c4b099d73eddadca9e4edf7e0da71c075 ) )
13+
14+
15+ ### Features
16+
17+ * 增加elementLink组件 ([ #2137 ] ( https://github.com/antvis/f2/issues/2137 ) ) ([ 0891d4a] ( https://github.com/antvis/f2/commit/0891d4a7264d9ad055df731d11e5942939c6cf4a ) )
18+ * 增加legend高亮模式 ([ #2139 ] ( https://github.com/antvis/f2/issues/2139 ) ) ([ 4c0aa0f] ( https://github.com/antvis/f2/commit/4c0aa0f00b13209ec56ee25a087baab65fa6893c ) )
19+ * 增加再次点击取消高亮状态 ([ #2138 ] ( https://github.com/antvis/f2/issues/2138 ) ) ([ b32a920] ( https://github.com/antvis/f2/commit/b32a9203f65daf36a933e3e8c30698f4df1f30ac ) )
20+
21+
22+
23+
24+
625# [ 5.13.0] ( https://github.com/antvis/f2/compare/v5.12.0...v5.13.0 ) (2025-10-17)
726
827
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 5.13 .0" ,
6+ "version" : " 5.14 .0" ,
77 "command" : {
88 "bootstrap" : {
99 "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.14.0] ( https://github.com/antvis/f2/compare/v5.13.0...v5.14.0 ) (2025-11-10)
7+
8+ ** Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614# [ 5.13.0] ( https://github.com/antvis/f2/compare/v5.12.0...v5.13.0 ) (2025-10-17)
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.13 .0" ,
3+ "version" : " 5.14 .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.13 .0" ,
20+ "@antv/f2" : " 5.14 .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.14.0] ( https://github.com/antvis/f2/compare/v5.13.0...v5.14.0 ) (2025-11-10)
7+
8+ ** Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614# [ 5.13.0] ( https://github.com/antvis/f2/compare/v5.12.0...v5.13.0 ) (2025-10-17)
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.13 .0" ,
3+ "version" : " 5.14 .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.13 .0" ,
20+ "@antv/f2" : " 5.14 .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.14.0] ( https://github.com/antvis/f2/compare/v5.13.0...v5.14.0 ) (2025-11-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * axis去掉x轴限制 ([ #2145 ] ( https://github.com/antvis/f2/issues/2145 ) ) ([ d35d2bd] ( https://github.com/antvis/f2/commit/d35d2bdc024e1f644576fb4e870c81b2d07f7aad ) )
12+
13+
14+ ### Features
15+
16+ * 增加elementLink组件 ([ #2137 ] ( https://github.com/antvis/f2/issues/2137 ) ) ([ 0891d4a] ( https://github.com/antvis/f2/commit/0891d4a7264d9ad055df731d11e5942939c6cf4a ) )
17+ * 增加legend高亮模式 ([ #2139 ] ( https://github.com/antvis/f2/issues/2139 ) ) ([ 4c0aa0f] ( https://github.com/antvis/f2/commit/4c0aa0f00b13209ec56ee25a087baab65fa6893c ) )
18+ * 增加再次点击取消高亮状态 ([ #2138 ] ( https://github.com/antvis/f2/issues/2138 ) ) ([ b32a920] ( https://github.com/antvis/f2/commit/b32a9203f65daf36a933e3e8c30698f4df1f30ac ) )
19+
20+
21+
22+
23+
624# [ 5.13.0] ( https://github.com/antvis/f2/compare/v5.12.0...v5.13.0 ) (2025-10-17)
725
826
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/f2" ,
3- "version" : " 5.13 .0" ,
3+ "version" : " 5.14 .0" ,
44 "description" : " Charts for mobile visualization." ,
55 "keywords" : [
66 " antv" ,
You can’t perform that action at this time.
0 commit comments