Skip to content

Commit c864e4f

Browse files
authored
Merge pull request #3451 from VisActor/release/1.12.13
[Auto release] release 1.12.13
2 parents 08a71ce + c309baa commit c864e4f

33 files changed

Lines changed: 894 additions & 656 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 123 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.12.12","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.12.13","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.12.12
2+
3+
2024-11-18
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393)
9+
- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406)
10+
- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403)
11+
- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428)
12+
13+
**⚡ Performance optimization**
14+
15+
- **@visactor/vchart**: optimize the effect of break data
16+
17+
18+
19+
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
20+
121
# v1.12.11
222

323
2024-11-13

docs/assets/changelog/zh/release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v1.12.12
2+
3+
2024-11-18
4+
5+
**🐛 功能修复**
6+
7+
- **@visactor/vchart**: 修复通过 `updateSpec` 修改 `area.visible` 不生效的问题,相关 [#3393](https://github.com/VisActor/VChart/issues/3393)
8+
- **@visactor/vchart**: 修复在面积图中通过 `updateSpec` 更改 `direction` 时渲染不正确的问题,相关 [#3406](https://github.com/VisActor/VChart/issues/3406)
9+
- **@visactor/vchart**: 修复背景图 `zIndex` 问题,修复 [#3403](https://github.com/VisActor/VChart/issues/3403)
10+
- **@visactor/vchart**: 修复图表释放时 `tooltip` 错误,修复 [#3428](https://github.com/VisActor/VChart/issues/3428)
11+
12+
**⚡ 性能优化**
13+
14+
- **@visactor/vchart**: 优化轴截断效果
15+
16+
[更多详情请查看 v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
17+
118
# v1.12.11
219

320
2024-11-13

docs/assets/guide/en/tutorial_docs/Cross-terminal_and_Developer_Ecology/lynx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,6 @@ For General charts, the default registered components are as follows:
277277

278278
When using semantic tags, if you need components that are not loaded by default, you only need to register the missing components.
279279

280+
[Note]: If there is an error similar to "No matching export in..." when using Lynx, please upgrade the version of Lynx or configure resolve.enable INodeCache to false
281+
280282
For reference on on-demand loading of VChart, see [related documentation](/vchart/guide/tutorial_docs/Load_on_Demand).

docs/assets/guide/zh/tutorial_docs/Cross-terminal_and_Developer_Ecology/lynx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,6 @@ lynx-vchart 本身代码都支持按需加载,当需要 VChart 按需加载的
277277

278278
使用语义化标签的时候,如果用到其他没有默认加载的组件,只需要注册未加载的组件即可;
279279

280+
【注意】:如果使用lynx出现报错类似“No matching export in ...”,请升级lynx的版本,或者配置resolve.enableINodeCache为false
281+
280282
VChart 按需引用参考[相关文档](/vchart/guide/tutorial_docs/Load_on_Demand)

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"dependencies": {
1414
"@arco-design/web-react": "2.46.1",
15-
"@visactor/openinula-vchart": "workspace:1.12.12",
16-
"@visactor/react-vchart": "workspace:1.12.12",
17-
"@visactor/vchart": "workspace:1.12.12",
15+
"@visactor/openinula-vchart": "workspace:1.12.13",
16+
"@visactor/react-vchart": "workspace:1.12.13",
17+
"@visactor/vchart": "workspace:1.12.13",
1818
"@visactor/vchart-theme": "~1.6.6",
1919
"@visactor/vmind": "1.2.4-alpha.5",
2020
"@visactor/vutils": "~0.18.18",
21-
"@visactor/vrender": "0.20.15",
22-
"@visactor/vrender-kits": "0.20.15",
23-
"@visactor/vgrammar": "0.14.15",
21+
"@visactor/vrender": "0.20.16",
22+
"@visactor/vrender-kits": "0.20.16",
23+
"@visactor/vgrammar": "0.14.16",
2424
"markdown-it": "^13.0.0",
2525
"highlight.js": "^11.8.0",
2626
"axios": "^1.4.0",

packages/block-vchart/block/vchart/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/harmony_vchart/library/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.12.12
2+
3+
2024-11-18
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393)
9+
- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406)
10+
- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403)
11+
- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428)
12+
13+
**⚡ Performance optimization**
14+
15+
- **@visactor/vchart**: optimize the effect of break data
16+
17+
18+
19+
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
20+
121
# v1.12.11
222

323
2024-11-13

packages/harmony_vchart/library/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
name: '@visactor/harmony-vchart',
3-
version: '1.12.12',
3+
version: '1.12.13',
44
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
55
main: 'Index.ets',
66
author: {

0 commit comments

Comments
 (0)