Skip to content

Commit

Permalink
feat: merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 11, 2024
2 parents 8f37e7a + afc3fc1 commit e86d8f8
Show file tree
Hide file tree
Showing 90 changed files with 2,688 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-changelog-after-publish-a-release:
name: GitHub Actions Test
runs-on: macOS-12
runs-on: macOS-13

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if_merged:
if: github.event.pull_request.merged == true

runs-on: macOS-12
runs-on: macOS-13

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on:
- macOS-12
- macOS-13

strategy:
matrix:
Expand Down
68 changes: 34 additions & 34 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.0","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.1","nextBump":"patch"}]
43 changes: 43 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# v0.21.1

2024-12-05


**🆕 New feature**

- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy
- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442)

**🐛 Bug fix**

- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427)
- **@visactor/vrender-components**: fix issue with scroll-plugin
- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore
- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238)
- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578)
- **@visactor/vrender-core**: fix issue with richtext default font



[more detail about v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1)

# v0.21.0

2024-12-05


**🆕 New feature**

- **@visactor/vrender-components**: support label overlap for inside arc labels
- **@visactor/vrender-core**: use ascend and decent to make measure more accurate
- **@visactor/vrender-core**: sync animated attribute while call render func, closed [#1416](https://github.com/VisActor/VRender/issues/1416)

**🐛 Bug fix**

- **@visactor/vrender-core**: smooth out stuttering effects when multiple TagPointsUpdate instances execute concurrently
- **@visactor/vrender-core**: fix issue with dirtyBounds incorrectly while set visible



[more detail about v0.21.0](https://github.com/VisActor/VRender/releases/tag/v0.21.0)

# v0.20.16

2024-11-25
Expand Down
43 changes: 43 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# v0.21.1

2024-12-05


**🆕 新增功能**

- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy
- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442)

**🐛 功能修复**

- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427)
- **@visactor/vrender-components**: fix issue with scroll-plugin
- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore
- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238)
- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578)
- **@visactor/vrender-core**: fix issue with richtext default font



[更多详情请查看 v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1)

# v0.21.0

2024-12-05


**🆕 新增功能**

- **@visactor/vrender-components**: support label overlap for inside arc labels
- **@visactor/vrender-core**: use ascend and decent to make measure more accurate
- **@visactor/vrender-core**: sync animated attribute while call render func, closed [#1416](https://github.com/VisActor/VRender/issues/1416)

**🐛 功能修复**

- **@visactor/vrender-core**: smooth out stuttering effects when multiple TagPointsUpdate instances execute concurrently
- **@visactor/vrender-core**: fix issue with dirtyBounds incorrectly while set visible



[更多详情请查看 v0.21.0](https://github.com/VisActor/VRender/releases/tag/v0.21.0)

# v0.20.16

2024-11-25
Expand Down
Loading

0 comments on commit e86d8f8

Please sign in to comment.