Skip to content

Commit

Permalink
Merge pull request #3432 from VisActor/release/1.12.12
Browse files Browse the repository at this point in the history
[Auto release] release 1.12.12
  • Loading branch information
xile611 authored Nov 18, 2024
2 parents 2d23a6a + ae1e701 commit 08a71ce
Show file tree
Hide file tree
Showing 50 changed files with 2,197 additions and 304 deletions.
246 changes: 123 additions & 123 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.12.11","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.12.12","mainProject":"@visactor/vchart","nextBump":"patch"}]
25 changes: 25 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v1.12.11

2024-11-13


**🆕 New feature**

- **@visactor/vchart**: support axis sync to the axis that has breaks
- **@visactor/vchart**: tooltip can support customized `trigger` and `triggerOff`

**🐛 Bug fix**

- **@visactor/vchart**: fix the issue where the axis breaks render incorrectly in some cases
- **@visactor/vchart**: fix `zIndex` of series, fix [#3395](https://github.com/VisActor/VChart/issues/3395)
- **@visactor/vchart**: fix layout of title when orient is "left" or "right", fix [#3401](https://github.com/VisActor/VChart/issues/3401)
- **@visactor/vchart**: fix the issue of custom svg string in tooltip shape, related [#3384](https://github.com/VisActor/VChart/issues/3384)
- **@visactor/vchart**: tooltip `enterable` should work when update, fix [#3405](https://github.com/VisActor/VChart/issues/3405)
- **@visactor/vchart**: fix tooltip position by `mode: pointer`, close [#3367](https://github.com/VisActor/VChart/issues/3367)
- **@visactor/vchart**: wordcloud should not throw error when `word.visible` is `false`, fix [#3378](https://github.com/VisActor/VChart/issues/3378)
- **@visactor/vchart**: fix the issue where the scrolling legend triggers map zooming under certain conditions, related [#3391](https://github.com/VisActor/VChart/issues/3391)



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

# v1.12.10

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

2024-11-13

**🆕 新增功能**

- **@visactor/vchart**: 当轴截断的时候,支持零值对齐功能
- **@visactor/vchart**: tooltip 支持自定义 `trigger``triggerOff`配置触发和关闭事件

**🐛 功能修复**

- **@visactor/vchart**: 修复在某些情况下轴断点渲染不正确的问题
- **@visactor/vchart**: 修复系列的 `zIndex`不生效的问题,修复 [#3395](https://github.com/VisActor/VChart/issues/3395)
- **@visactor/vchart**: 修复 orient 为 "left" 或 "right" 时标题的布局问题,修复 [#3401](https://github.com/VisActor/VChart/issues/3401)
- **@visactor/vchart**: 修复 tooltip 形状中的自定义 svg 字符串问题,相关 [#3384](https://github.com/VisActor/VChart/issues/3384)
- **@visactor/vchart**: tooltip `enterable` 在更新时应生效,修复 [#3405](https://github.com/VisActor/VChart/issues/3405)
- **@visactor/vchart**: 修复 `mode: pointer` 的 tooltip 位置问题,关闭 [#3367](https://github.com/VisActor/VChart/issues/3367)
- **@visactor/vchart**: 当 `word.visible``false` 时,wordcloud 不应抛出错误,修复 [#3378](https://github.com/VisActor/VChart/issues/3378)
- **@visactor/vchart**: 修复在某些条件下滚动图例触发地图缩放的问题,相关 [#3391](https://github.com/VisActor/VChart/issues/3391)

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

# v1.12.10

2024-10-31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ VisActor predominantly uses a frontend tech stack. There are many tools availabl

If you're not familiar with VSCode, it might be helpful to read the official documentation: https://vscode.js.cn/docs/setup/setup-overview

## 2.3 Install Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
## 2.3 Install Doubao Marscode AI Programming Assistant


[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)


Doubao MarsCode Programming Assistant is an AI coding assistant from Doubao that provides AI features represented by intelligent code completion. It supports mainstream programming languages and IDEs, offering suggestions for writing a single line of code or an entire function during development. In addition, it offers features like code explanation, unit test generation, and problem fixing, improving development efficiency and quality. For more information, please refer to the [Doubao MarsCode Programming Assistant documentation](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ This file corresponds to the final position and name of the document displayed o

<img src='https://cdn.jsdelivr.net/gh/xuanhun/articles/visactor/img/L6WpbXlFEo15F4xSIsMch9YTnof.gif' alt='' width='1000' height='auto'>

# Use Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a) for Document Writing
# Use Doubao Marscode AI Programming Assistant

[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)

Using Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a) can provide comprehensive assistance throughout the entire process of document creation.

Expand Down
3 changes: 2 additions & 1 deletion docs/assets/contributing/en/4-How to Contribute to a Demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ Currently, chart examples in the group include multiple categories such as area

<img src='https://cdn.jsdelivr.net/gh/xuanhun/articles/visactor/img/BCvZbkvF9oiPWlx6R2zcJxxBn7e.gif' alt='' width='1000' height='auto'>

# Writing Demos with the Help of Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
# Writing Demos with the Help of Doubao Marscode AI Programming Assistant
[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)

With the help of Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a), you can get comprehensive assistance throughout the document creation process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ VisActor 整体上属于前端技术栈,能进行前端开发的工具很多

如果你对VSCode 不是很熟悉的话,建议阅读官方文档:https://vscode.js.cn/docs/setup/setup-overview

## 2.3 安装 豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
## 2.3 安装 豆包 Marscode AI编程助手

[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)

豆包 MarsCode 编程助手是豆包旗下的 AI 编程助手,提供以智能代码补全为代表的 AI 功能。它支持主流的编程语言和 IDE,在开发过程中提供单行代码或整个函数的编写建议。此外,它还支持代码解释、单测生成和问题修复等功能,提高了开发效率和质量。 更多信息,请参考[豆包 MarsCode 编程助手的文档](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ https://www.visactor.io/vchart/example-openinula

<img src='https://cdn.jsdelivr.net/gh/xuanhun/articles/visactor/img/L6WpbXlFEo15F4xSIsMch9YTnof.gif' alt='' width='1000' height='auto'>

# 借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)进行文档写作
# 借助豆包 Marscode AI编程助手 进行文档写作

[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)

借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a),可以在文档创作的整个流程中提供全方面的帮助。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ VChart 文档和demo在项目的中的位置如下(examples):



# 借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)进行demo编写
# 借助豆包 Marscode AI编程助手进行demo编写

借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a),可以在文档创作的整个流程中提供全方面的帮助。

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/contributing/zh/5-How to Contribute Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ VChart 源码在项目的中的位置如下:

VChart 生态所有的组件都在同一目录下,按包名进行拆分,开发者需要在自己的代码分支上开发代码,然后进行提交。

# 借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)进行代码编写
# 借助豆包 Marscode AI编程助手 进行代码编写

借助豆包[Marscode AI编程助手](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a),可以在代码编写的整个流程中提供全方面的帮助。

Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:1.12.11",
"@visactor/react-vchart": "workspace:1.12.11",
"@visactor/vchart": "workspace:1.12.11",
"@visactor/openinula-vchart": "workspace:1.12.12",
"@visactor/react-vchart": "workspace:1.12.12",
"@visactor/vchart": "workspace:1.12.12",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.18",
"@visactor/vrender": "0.20.14",
"@visactor/vrender-kits": "0.20.14",
"@visactor/vgrammar": "0.14.14",
"@visactor/vrender": "0.20.15",
"@visactor/vrender-kits": "0.20.15",
"@visactor/vgrammar": "0.14.15",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

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

2024-11-13


**🆕 New feature**

- **@visactor/vchart**: support axis sync to the axis that has breaks
- **@visactor/vchart**: tooltip can support customized `trigger` and `triggerOff`

**🐛 Bug fix**

- **@visactor/vchart**: fix the issue where the axis breaks render incorrectly in some cases
- **@visactor/vchart**: fix `zIndex` of series, fix [#3395](https://github.com/VisActor/VChart/issues/3395)
- **@visactor/vchart**: fix layout of title when orient is "left" or "right", fix [#3401](https://github.com/VisActor/VChart/issues/3401)
- **@visactor/vchart**: fix the issue of custom svg string in tooltip shape, related [#3384](https://github.com/VisActor/VChart/issues/3384)
- **@visactor/vchart**: tooltip `enterable` should work when update, fix [#3405](https://github.com/VisActor/VChart/issues/3405)
- **@visactor/vchart**: fix tooltip position by `mode: pointer`, close [#3367](https://github.com/VisActor/VChart/issues/3367)
- **@visactor/vchart**: wordcloud should not throw error when `word.visible` is `false`, fix [#3378](https://github.com/VisActor/VChart/issues/3378)
- **@visactor/vchart**: fix the issue where the scrolling legend triggers map zooming under certain conditions, related [#3391](https://github.com/VisActor/VChart/issues/3391)



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

# v1.12.10

2024-10-31
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.12.11',
version: '1.12.12',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down
Loading

0 comments on commit 08a71ce

Please sign in to comment.