Skip to content

Commit 91751ca

Browse files
AnkaAnka
authored andcommitted
🤖 publish
1 parent 27e80c0 commit 91751ca

14 files changed

Lines changed: 84 additions & 12 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [1.8.0](https://github.com/antvis/FEngine/compare/v1.7.0...v1.8.0) (2025-06-09)
7+
8+
9+
### Bug Fixes
10+
11+
* very small angle (nearly parallel) render case in sector shape ([#333](https://github.com/antvis/FEngine/issues/333)) ([7cac015](https://github.com/antvis/FEngine/commit/7cac015af8512cb60fad8dc2f0906466ad295013))
12+
13+
14+
### Features
15+
16+
* support defaultProps for class/function component ([#331](https://github.com/antvis/FEngine/issues/331)) ([f5a42fb](https://github.com/antvis/FEngine/commit/f5a42fb4c1204ca0fa378669dce658a20495c250))
17+
18+
19+
20+
21+
622
# [1.7.0](https://github.com/antvis/FEngine/compare/v1.6.0...v1.7.0) (2025-04-09)
723

824

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"command": {
66
"bootstrap": {
77
"ci": false,

‎packages/f-engine/CHANGELOG.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [1.8.0](https://github.com/antvis/FEngine/compare/v1.7.0...v1.8.0) (2025-06-09)
7+
8+
9+
### Bug Fixes
10+
11+
* very small angle (nearly parallel) render case in sector shape ([#333](https://github.com/antvis/FEngine/issues/333)) ([7cac015](https://github.com/antvis/FEngine/commit/7cac015af8512cb60fad8dc2f0906466ad295013))
12+
13+
14+
### Features
15+
16+
* support defaultProps for class/function component ([#331](https://github.com/antvis/FEngine/issues/331)) ([f5a42fb](https://github.com/antvis/FEngine/commit/f5a42fb4c1204ca0fa378669dce658a20495c250))
17+
18+
19+
20+
21+
622
# [1.5.0](https://github.com/antvis/FEngine/compare/v1.4.1...v1.5.0) (2024-09-26)
723

824

‎packages/f-engine/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-engine",
3-
"version": "1.5.0",
3+
"version": "1.8.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",

‎packages/f-lottie/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+
# [1.8.0](https://github.com/antvis/f2/compare/v1.7.0...v1.8.0) (2025-06-09)
7+
8+
**Note:** Version bump only for package @antv/f-lottie
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/antvis/f2/compare/v1.4.1...v1.5.0) (2024-09-26)
715

816
**Note:** Version bump only for package @antv/f-lottie

‎packages/f-lottie/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-lottie",
3-
"version": "1.5.0",
3+
"version": "1.8.0",
44
"description": "FEngine for Lottie",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -15,7 +15,7 @@
1515
"lottie"
1616
],
1717
"dependencies": {
18-
"@antv/f-engine": "1.5.0",
18+
"@antv/f-engine": "1.8.0",
1919
"@antv/g-lottie-player": "~0.2.0",
2020
"@babel/runtime": "^7.12.5",
2121
"tslib": "^2.3.1"

‎packages/f-my/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+
# [1.8.0](https://github.com/antvis/f2/compare/v1.7.0...v1.8.0) (2025-06-09)
7+
8+
**Note:** Version bump only for package @antv/f-my
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/antvis/f2/compare/v1.6.0...v1.7.0) (2025-04-09)
715

816

‎packages/f-my/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-my",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "FEngine for alipay mini-program",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
"alipay"
1818
],
1919
"dependencies": {
20-
"@antv/f-engine": "1.5.0",
20+
"@antv/f-engine": "1.8.0",
2121
"@babel/runtime": "^7.12.5",
2222
"tslib": "^2.3.1"
2323
},

‎packages/f-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+
# [1.8.0](https://github.com/antvis/f2/compare/v1.7.0...v1.8.0) (2025-06-09)
7+
8+
**Note:** Version bump only for package @antv/f-react
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/antvis/f2/compare/v1.4.1...v1.5.0) (2024-09-26)
715

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

‎packages/f-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/f-react",
3-
"version": "1.5.0",
3+
"version": "1.8.0",
44
"description": "FEngine for React",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -16,7 +16,7 @@
1616
"react"
1717
],
1818
"dependencies": {
19-
"@antv/f-engine": "1.5.0",
19+
"@antv/f-engine": "1.8.0",
2020
"@babel/runtime": "^7.12.5",
2121
"tslib": "^2.3.1"
2222
},

0 commit comments

Comments
 (0)