Skip to content

Commit

Permalink
Merge branch 'develop' into feat/vstory
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 23, 2024
2 parents 4430401 + 9989f85 commit 3e2ccd3
Show file tree
Hide file tree
Showing 48 changed files with 747 additions and 98 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender-kits",
"comment": "fix: fix issue with gesture emitEvent when gesture is released",
"type": "none"
}
],
"packageName": "@visactor/vrender-kits"
}
26 changes: 13 additions & 13 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.1","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.3","nextBump":"patch"}]
25 changes: 25 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.21.3

2024-12-23


**🆕 New feature**

- **@visactor/vrender-components**: optimization legend layout in isHorizontal
- **@visactor/vrender-kits**: support loadFont
- **@visactor/vrender-core**: support loadFont
- **@visactor/vrender-core**: support penetrateEventList

**🐛 Bug fix**

- **@visactor/vrender-components**: axis break should filter ticks when set `tickStep`
- **@visactor/vrender-components**: obb autoHide should support autoHideSeparation(without rotate)
- **@visactor/vrender-components**: label overlapPadding not work correctly
- **@visactor/vrender-components**: optimize the performance of ticks in time-scale
- **@visactor/vrender-core**: fix issue with image stroke and background
- **@visactor/vrender-core**: fix issue with html when include interactive layer
- **@visactor/vrender-core**: fix issue with richtext not support setShadowBlendStyle
- **@visactor/vrender-core**: optimize the performance of ticks in time-scale

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

# v0.21.1

2024-12-05
Expand Down
25 changes: 25 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.21.3

2024-12-23


**🆕 新增功能**

- **@visactor/vrender-components**: optimization legend layout in isHorizontal
- **@visactor/vrender-kits**: support loadFont
- **@visactor/vrender-core**: support loadFont
- **@visactor/vrender-core**: support penetrateEventList

**🐛 功能修复**

- **@visactor/vrender-components**: axis break should filter ticks when set `tickStep`
- **@visactor/vrender-components**: obb autoHide should support autoHideSeparation(without rotate)
- **@visactor/vrender-components**: label overlapPadding not work correctly
- **@visactor/vrender-components**: optimize the performance of ticks in time-scale
- **@visactor/vrender-core**: fix issue with image stroke and background
- **@visactor/vrender-core**: fix issue with html when include interactive layer
- **@visactor/vrender-core**: fix issue with richtext not support setShadowBlendStyle
- **@visactor/vrender-core**: optimize the performance of ticks in time-scale

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

# v0.21.1

2024-12-05
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@visactor/vchart": "1.3.0",
"@visactor/vutils": "~0.19.2",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.21.1",
"@visactor/vrender": "workspace:0.21.3",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/react-vrender-utils",
"entries": [
{
"version": "0.21.3",
"tag": "@visactor/react-vrender-utils_v0.21.3",
"date": "Mon, 23 Dec 2024 08:28:14 GMT",
"comments": {}
},
{
"version": "0.21.2",
"tag": "@visactor/react-vrender-utils_v0.21.2",
"date": "Thu, 12 Dec 2024 10:23:51 GMT",
"comments": {}
},
{
"version": "0.21.1",
"tag": "@visactor/react-vrender-utils_v0.21.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-vrender-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @visactor/react-vrender-utils

This log was last generated on Thu, 05 Dec 2024 07:50:46 GMT and should not be manually modified.
This log was last generated on Mon, 23 Dec 2024 08:28:14 GMT and should not be manually modified.

## 0.21.3
Mon, 23 Dec 2024 08:28:14 GMT

_Version update only_

## 0.21.2
Thu, 12 Dec 2024 10:23:51 GMT

_Version update only_

## 0.21.1
Thu, 05 Dec 2024 07:50:46 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender-utils",
"version": "0.21.1",
"version": "0.21.3",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,8 +24,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.21.1",
"@visactor/react-vrender": "workspace:0.21.1",
"@visactor/vrender": "workspace:0.21.3",
"@visactor/react-vrender": "workspace:0.21.3",
"@visactor/vutils": "~0.19.2",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/react-vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/react-vrender",
"entries": [
{
"version": "0.21.3",
"tag": "@visactor/react-vrender_v0.21.3",
"date": "Mon, 23 Dec 2024 08:28:14 GMT",
"comments": {}
},
{
"version": "0.21.2",
"tag": "@visactor/react-vrender_v0.21.2",
"date": "Thu, 12 Dec 2024 10:23:51 GMT",
"comments": {}
},
{
"version": "0.21.1",
"tag": "@visactor/react-vrender_v0.21.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @visactor/react-vrender

This log was last generated on Thu, 05 Dec 2024 07:50:46 GMT and should not be manually modified.
This log was last generated on Mon, 23 Dec 2024 08:28:14 GMT and should not be manually modified.

## 0.21.3
Mon, 23 Dec 2024 08:28:14 GMT

_Version update only_

## 0.21.2
Thu, 12 Dec 2024 10:23:51 GMT

_Version update only_

## 0.21.1
Thu, 05 Dec 2024 07:50:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender",
"version": "0.21.1",
"version": "0.21.3",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -23,7 +23,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.21.1",
"@visactor/vrender": "workspace:0.21.3",
"@visactor/vutils": "~0.19.2",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
36 changes: 36 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.21.3",
"tag": "@visactor/vrender-components_v0.21.3",
"date": "Mon, 23 Dec 2024 08:28:14 GMT",
"comments": {
"none": [
{
"comment": "feat: optimization legend layout in isHorizontal\n\n"
},
{
"comment": "fix: axis break should filter ticks when set `tickStep`\n\n"
},
{
"comment": "fix: obb autoHide should support autoHideSeparation(without rotate)"
},
{
"comment": "fix: label overlapPadding not work correctly"
},
{
"comment": "fix: optimize the performance of ticks in time-scale\n\n"
}
]
}
},
{
"version": "0.21.2",
"tag": "@visactor/vrender-components_v0.21.2",
"date": "Thu, 12 Dec 2024 10:23:51 GMT",
"comments": {
"none": [
{
"comment": "feat: support 'inside-middle' position for line-data label"
}
]
}
},
{
"version": "0.21.1",
"tag": "@visactor/vrender-components_v0.21.1",
Expand Down
26 changes: 25 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Change Log - @visactor/vrender-components

This log was last generated on Thu, 05 Dec 2024 07:50:47 GMT and should not be manually modified.
This log was last generated on Mon, 23 Dec 2024 08:28:14 GMT and should not be manually modified.

## 0.21.3
Mon, 23 Dec 2024 08:28:14 GMT

### Updates

- feat: optimization legend layout in isHorizontal


- fix: axis break should filter ticks when set `tickStep`


- fix: obb autoHide should support autoHideSeparation(without rotate)
- fix: label overlapPadding not work correctly
- fix: optimize the performance of ticks in time-scale



## 0.21.2
Thu, 12 Dec 2024 10:23:51 GMT

### Updates

- feat: support 'inside-middle' position for line-data label

## 0.21.1
Thu, 05 Dec 2024 07:50:47 GMT
Expand Down
Loading

0 comments on commit 3e2ccd3

Please sign in to comment.