Skip to content

Commit 562bd70

Browse files
AnkaAnka
authored andcommitted
🤖 publish
1 parent 255f38b commit 562bd70

File tree

8 files changed

+64
-6
lines changed

8 files changed

+64
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.11.0](https://github.com/antvis/f2/compare/v5.10.0...v5.11.0) (2025-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* auto-rotate当label为function失效 ([#2099](https://github.com/antvis/f2/issues/2099)) ([546b359](https://github.com/antvis/f2/commit/546b359f6e57c948c61011e3eeec8ba705f466e7))
12+
* axis旋转情况布局计算 ([#2098](https://github.com/antvis/f2/issues/2098)) ([a4752a6](https://github.com/antvis/f2/commit/a4752a6b5c5fe3237c0540610e32c9f3029c9daf))
13+
* 修复autohide检测遮挡不准确 ([#2105](https://github.com/antvis/f2/issues/2105)) ([f42573a](https://github.com/antvis/f2/commit/f42573a3831d220d2439c1cb300645d3b5759f31))
14+
* 修复角度计算 ([#2100](https://github.com/antvis/f2/issues/2100)) ([4693818](https://github.com/antvis/f2/commit/4693818bb9faad92ab5a4a44c583d2d905f16d97))
15+
* 增加初次检测是否重叠 ([#2103](https://github.com/antvis/f2/issues/2103)) ([e48e5ae](https://github.com/antvis/f2/commit/e48e5aef5cc257635059d2b3bd7a67666299dde0))
16+
17+
18+
### Features
19+
20+
* 增加labelAuto功能 ([#2097](https://github.com/antvis/f2/issues/2097)) ([daddc7f](https://github.com/antvis/f2/commit/daddc7fda88687cab35a6d0c86d0257b854243f8))
21+
* 增加检测是否重叠安全距离属性 ([#2106](https://github.com/antvis/f2/issues/2106)) ([6b4cd71](https://github.com/antvis/f2/commit/6b4cd717fc43cb8557a341dcf118ce7b6ca0410e))
22+
23+
24+
25+
26+
627
# [5.10.0](https://github.com/antvis/f2/compare/v5.9.0...v5.10.0) (2025-07-21)
728

829

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.10.0",
6+
"version": "5.11.0",
77
"command": {
88
"bootstrap": {
99
"ci": false,

packages/f2-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.11.0](https://github.com/antvis/f2/compare/v5.10.0...v5.11.0) (2025-08-22)
7+
8+
**Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614
# [5.10.0](https://github.com/antvis/f2/compare/v5.9.0...v5.10.0) (2025-07-21)
715

816
**Note:** Version bump only for package @antv/f2-react

packages/f2-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-react",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"description": "F2 for React",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@antv/f-react": "^1.0.1",
20-
"@antv/f2": "5.10.0",
20+
"@antv/f2": "5.11.0",
2121
"@babel/runtime": "^7.12.5",
2222
"tslib": "^2.3.1"
2323
},

packages/f2-wordcloud/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.11.0](https://github.com/antvis/f2/compare/v5.10.0...v5.11.0) (2025-08-22)
7+
8+
**Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614
# [5.10.0](https://github.com/antvis/f2/compare/v5.9.0...v5.10.0) (2025-07-21)
715

816
**Note:** Version bump only for package @antv/f2-wordcloud

packages/f2-wordcloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-wordcloud",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"description": "F2 wordcloud extension",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
"wordcloud"
1818
],
1919
"dependencies": {
20-
"@antv/f2": "5.10.0",
20+
"@antv/f2": "5.11.0",
2121
"@antv/util": "~3.3.0",
2222
"@babel/runtime": "^7.12.5",
2323
"tslib": "^2.3.1"

packages/f2/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.11.0](https://github.com/antvis/f2/compare/v5.10.0...v5.11.0) (2025-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* auto-rotate当label为function失效 ([#2099](https://github.com/antvis/f2/issues/2099)) ([546b359](https://github.com/antvis/f2/commit/546b359f6e57c948c61011e3eeec8ba705f466e7))
12+
* axis旋转情况布局计算 ([#2098](https://github.com/antvis/f2/issues/2098)) ([a4752a6](https://github.com/antvis/f2/commit/a4752a6b5c5fe3237c0540610e32c9f3029c9daf))
13+
* 修复autohide检测遮挡不准确 ([#2105](https://github.com/antvis/f2/issues/2105)) ([f42573a](https://github.com/antvis/f2/commit/f42573a3831d220d2439c1cb300645d3b5759f31))
14+
* 修复角度计算 ([#2100](https://github.com/antvis/f2/issues/2100)) ([4693818](https://github.com/antvis/f2/commit/4693818bb9faad92ab5a4a44c583d2d905f16d97))
15+
* 增加初次检测是否重叠 ([#2103](https://github.com/antvis/f2/issues/2103)) ([e48e5ae](https://github.com/antvis/f2/commit/e48e5aef5cc257635059d2b3bd7a67666299dde0))
16+
17+
18+
### Features
19+
20+
* 增加labelAuto功能 ([#2097](https://github.com/antvis/f2/issues/2097)) ([daddc7f](https://github.com/antvis/f2/commit/daddc7fda88687cab35a6d0c86d0257b854243f8))
21+
* 增加检测是否重叠安全距离属性 ([#2106](https://github.com/antvis/f2/issues/2106)) ([6b4cd71](https://github.com/antvis/f2/commit/6b4cd717fc43cb8557a341dcf118ce7b6ca0410e))
22+
23+
24+
25+
26+
627
# [5.10.0](https://github.com/antvis/f2/compare/v5.9.0...v5.10.0) (2025-07-21)
728

829

packages/f2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"description": "Charts for mobile visualization.",
55
"keywords": [
66
"antv",

0 commit comments

Comments
 (0)