Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto release] release 1.13.4 #3677

Merged
merged 31 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bf4e5be
Merge pull request #3646 from VisActor/sync/main-1.13.3
xile611 Jan 8, 2025
0e2ae76
docs: generate changelog of release v1.13.3
xile611 Jan 8, 2025
df10c30
docs: update release log of 1.13.3
xile611 Jan 8, 2025
fd3d692
Merge pull request #3648 from VisActor/docs/generate-changelog-v1.13.3
xile611 Jan 8, 2025
e580904
fix: fix the issue where map drag interaction cannot be terminated ou…
xiaoluoHe Jan 9, 2025
68f0ced
fix: axis break's scope calculate error, fix#3656
kkxxkk2019 Jan 9, 2025
18151d0
chore: update rush change
kkxxkk2019 Jan 9, 2025
5ae3011
fix: fix the issue where pictorial charts cannot zoom in the blank ar…
xiaoluoHe Jan 9, 2025
9b53f44
Merge pull request #3657 from VisActor/fix/axis-break
xile611 Jan 9, 2025
30b63e1
docs: update comments
xile611 Jan 9, 2025
f8bcd43
docs: update comments for legend
xile611 Jan 9, 2025
9de8011
fix: region event & event trigger
xiaoluoHe Jan 10, 2025
1aaa84b
fix: fix bug of parse lineHeight of tooltip row, fix #3643
xile611 Jan 8, 2025
d501075
docs: update changlog of rush
xile611 Jan 8, 2025
cf6cab8
feat: add wordCloudConfig in _wordCloudTransformOption()
Rui-Sun Jan 13, 2025
97233bc
Merge pull request #3658 from VisActor/fix/zoomable-outside
xile611 Jan 14, 2025
0b307ac
docs: update comments for vchart
xile611 Jan 14, 2025
72499df
fix: fix error of tooltip about `showDelay`, fix #3663
xile611 Jan 14, 2025
4d14fd5
docs: update changlog of rush
xile611 Jan 14, 2025
0240bf2
fix: fix offset of tooltip, fix #3666
xile611 Jan 14, 2025
bb0b5be
docs: update changlog of rush
xile611 Jan 14, 2025
830cdcf
docs: add-mark-area-docs
skie1997 Jan 14, 2025
5d2e699
docs: update options of tooltip
xile611 Jan 14, 2025
88d2c66
Merge pull request #3669 from VisActor/fix/tooltip-offset
xile611 Jan 15, 2025
34d8b0e
Merge pull request #3649 from VisActor/feat/tooltip-row-style
xile611 Jan 15, 2025
9835629
docs: update comments of image in image mark
xile611 Jan 15, 2025
28258ea
Merge pull request #3659 from VisActor/docs/update-comments
xile611 Jan 15, 2025
4b89d7a
Merge pull request #3671 from VisActor/docs/add-mark-area-docs
xile611 Jan 15, 2025
79d65da
feat: update vgrammar & vrender
Rui-Sun Jan 15, 2025
05a68af
Merge pull request #3662 from VisActor/feat/wordCloudConfig
xile611 Jan 16, 2025
b7ae6dd
build: release version 1.13.4
xile611 Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
261 changes: 131 additions & 130 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

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":"vchartMain","version":"1.13.3","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.4","mainProject":"@visactor/vchart","nextBump":"patch"}]
28 changes: 28 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# v1.13.3

2025-01-08


**🆕 New feature**

- **@visactor/vchart**: add datum to params on axis-label event
- **@visactor/vchart**: wrap some hook in vgrammar

**🐛 Bug fix**

- **@visactor/vchart**: fix the issue of incorrect label display in 3D charts, [#3584](https://github.com/VisActor/VChart/issues/3584)
- **@visactor/vchart**: fix the issue of animation in 3d wordcloud not work
- **@visactor/vchart**: brush data will be undefined when mark is hovered. fix[#3623](https://github.com/VisActor/VChart/issues/3623)
- **@visactor/vchart**: fix style of dom tooltip when tooltip has customized child, fix [#3615](https://github.com/VisActor/VChart/issues/3615)
- **@visactor/vchart**: fix error update of dom tooltip when update theme, fix [#3619](https://github.com/VisActor/VChart/issues/3619)
- **@visactor/vchart**: fix position of html tooltip when confine is false, fix [#3632](https://github.com/VisActor/VChart/issues/3632)
- **@visactor/vchart**: fix the typographical error of dataset tutorial
- **@visactor/vchart**: compilier should add dpr to vrender
- **@visactor/vchart**: fix invisible region blocking mark events, [#3638](https://github.com/VisActor/VChart/issues/3638)
- **@visactor/vchart**: undefined points shoulde not show when dimension hover, fix [#3610](https://github.com/VisActor/VChart/issues/3610)
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)



[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)

# v1.13.2

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

2025-01-08

**🆕 新增功能**

- **@visactor/vchart**: 在 axis-label 事件中添加 datum 到参数
- **@visactor/vchart**: 将 vgrammar 提供的狗子,包装一层 vchart 实例上下文

**🐛 功能修复**

- **@visactor/vchart**: 修复 3D 图表中标签显示不正确的问题,[#3584](https://github.com/VisActor/VChart/issues/3584)
- **@visactor/vchart**: 修复 3D 词云动画不工作的问题
- **@visactor/vchart**: 修复 mark 悬停时 brush 数据未定义的问题,修复 [#3623](https://github.com/VisActor/VChart/issues/3623)
- **@visactor/vchart**: 修复 tooltip 有自定义子元素时的 DOM 样式问题,修复 [#3615](https://github.com/VisActor/VChart/issues/3615)
- **@visactor/vchart**: 修复更新主题时 DOM tooltip 更新错误的问题,修复 [#3619](https://github.com/VisActor/VChart/issues/3619)
- **@visactor/vchart**: 修复 confine 为 false 时 html tooltip 位置错误的问题,修复 [#3632](https://github.com/VisActor/VChart/issues/3632)
- **@visactor/vchart**: 修复数据集教程中的排版错误
- **@visactor/vchart**: 修复 vchart 实例没有将 dpr 传递给 stage 的问题
- **@visactor/vchart**: 修复不可见区域阻挡 mark 事件的问题,[#3638](https://github.com/VisActor/VChart/issues/3638)
- **@visactor/vchart**: 修复维度悬停时不应显示未定义的点,修复 [#3610](https://github.com/VisActor/VChart/issues/3610)
- **@visactor/vchart**: 修复标题组件的布局错误,修复 [#3614](https://github.com/VisActor/VChart/issues/3614)

[更多详情请查看 v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)

# v1.13.2

2024-12-24
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/option/en/component/mark-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@ Cartesian coordinate system:
- `'insideTop'`: the upper side inside the area
- `'insideBottom'`: the lower side inside the area

Supported since version 1.13.4:

- `'topLeft'`: the upper left side outside the area,
- `'topRight'`: the upper right side outside the area,
- `'bottomLeft'`: the lower left side outside the area,
- `'bottomRight'`: the lower right side outside the area,
- `'insideTopLeft'`: the upper left side inside the area,
- `'insideTopRight'`: the upper right side inside the area,
- `'insideBottomLeft'`: the lower right side inside the area,
- `'insideBottomRight'`: the lower right side inside the area

Polar coordinate system:

- `'arcInnerStart'`: inside the starting point of the arc
Expand Down
4 changes: 3 additions & 1 deletion docs/assets/option/en/component/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ The tooltip rendering method, defaults to `html` for desktop and `canvas` for ap

##${prefix} confine(boolean) = true

Whether or not to restrict the tooltip box to the canvas area, enabled by default when `renderMode` is `'canvas'`. **_(only works with default canvas handler)_**
Whether or not to restrict the tooltip box to the canvas area, enabled by default when `renderMode` is `'canvas'`.

Before version 1.13.3, it only worked when `renderMode` was set to `canvas`.

##${prefix} className(string)

Expand Down
9 changes: 9 additions & 0 deletions docs/assets/option/zh/component/mark-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@ y 轴上的标注区域边界,与 markArea.y 共同构造标注区域。可以
- `'insideRight'`: 区域内部右侧
- `'insideTop'`: 区域内部上侧
- `'insideBottom'`: 区域内部下侧
自 1.13.4 版本支持:
- `'topLeft'`: 区域外侧左上侧,
- `'topRight'`: 区域外侧右上侧,
- `'bottomLeft'`: 区域外侧左下侧,
- `'bottomRight'`: 区域外侧右下侧,
- `'insideTopLeft'`: 区域内侧左上侧,
- `'insideTopRight'`: 区域内侧右上侧,
- `'insideBottomLeft'`: 区域内侧右上侧,
- `'insideBottomRight'`: 区域内侧右下侧

极坐标系下:

Expand Down
4 changes: 3 additions & 1 deletion docs/assets/option/zh/component/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ tooltip 渲染方式,桌面端默认为`html`,小程序端默认为`canvas`

##${prefix} confine(boolean) = true

是否将 tooltip 框限制在画布区域内,`renderMode` 为 `'canvas'` 时,默认开启。**_(只作用于默认 canvas handler)_**
是否将 tooltip 框限制在画布区域内,`renderMode` 为 `'canvas'` 时,默认开启。

1.13.3 之前,只能生效在`renderMode`为`canvas`的时候;

##${prefix} className(string)

Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:1.13.3",
"@visactor/react-vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart-extension": "workspace:1.13.3",
"@visactor/openinula-vchart": "workspace:1.13.4",
"@visactor/react-vchart": "workspace:1.13.4",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vchart-extension": "workspace:1.13.4",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar": "0.15.3",
"@visactor/vrender": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar": "0.15.5",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# v1.13.3

2025-01-08


**🆕 New feature**

- **@visactor/vchart**: add datum to params on axis-label event
- **@visactor/vchart**: wrap some hook in vgrammar

**🐛 Bug fix**

- **@visactor/vchart**: fix the issue of incorrect label display in 3D charts, [#3584](https://github.com/VisActor/VChart/issues/3584)
- **@visactor/vchart**: fix the issue of animation in 3d wordcloud not work
- **@visactor/vchart**: brush data will be undefined when mark is hovered. fix[#3623](https://github.com/VisActor/VChart/issues/3623)
- **@visactor/vchart**: fix style of dom tooltip when tooltip has customized child, fix [#3615](https://github.com/VisActor/VChart/issues/3615)
- **@visactor/vchart**: fix error update of dom tooltip when update theme, fix [#3619](https://github.com/VisActor/VChart/issues/3619)
- **@visactor/vchart**: fix position of html tooltip when confine is false, fix [#3632](https://github.com/VisActor/VChart/issues/3632)
- **@visactor/vchart**: fix the typographical error of dataset tutorial
- **@visactor/vchart**: compilier should add dpr to vrender
- **@visactor/vchart**: fix invisible region blocking mark events, [#3638](https://github.com/VisActor/VChart/issues/3638)
- **@visactor/vchart**: undefined points shoulde not show when dimension hover, fix [#3610](https://github.com/VisActor/VChart/issues/3610)
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)



[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)

# v1.13.2

2024-12-24
Expand Down
2 changes: 1 addition & 1 deletion packages/harmony_vchart/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: '@visactor/harmony-vchart',
version: '1.13.3',
version: '1.13.4',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "1.13.3",
"version": "1.13.4",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vchart",
"version": "1.13.3",
"version": "1.13.4",
"sideEffects": false,
"description": "The openinula version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "1.13.3",
"version": "1.13.4",
"sideEffects": false,
"description": "The react version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "1.13.3",
"version": "1.13.4",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:1.13.3"
"@visactor/vchart": "workspace:1.13.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-extension",
"version": "1.13.3",
"version": "1.13.4",
"description": "vchart extension package, including extension plugins and components",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -21,13 +21,13 @@
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
},
"dependencies": {
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vrender-components": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vrender-components": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3",
"@visactor/vchart": "workspace:1.13.3"
"@visactor/vchart": "workspace:1.13.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-schema",
"version": "1.13.3",
"version": "1.13.4",
"description": "The VChart JSON schema file.",
"sideEffects": false,
"main": "vchart.json",
Expand Down
Loading