Skip to content

Commit 08a71ce

Browse files
authored
Merge pull request #3432 from VisActor/release/1.12.12
[Auto release] release 1.12.12
2 parents 2d23a6a + ae1e701 commit 08a71ce

50 files changed

Lines changed: 2197 additions & 304 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.11","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.12.12","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v1.12.11
2+
3+
2024-11-13
4+
5+
6+
**🆕 New feature**
7+
8+
- **@visactor/vchart**: support axis sync to the axis that has breaks
9+
- **@visactor/vchart**: tooltip can support customized `trigger` and `triggerOff`
10+
11+
**🐛 Bug fix**
12+
13+
- **@visactor/vchart**: fix the issue where the axis breaks render incorrectly in some cases
14+
- **@visactor/vchart**: fix `zIndex` of series, fix [#3395](https://github.com/VisActor/VChart/issues/3395)
15+
- **@visactor/vchart**: fix layout of title when orient is "left" or "right", fix [#3401](https://github.com/VisActor/VChart/issues/3401)
16+
- **@visactor/vchart**: fix the issue of custom svg string in tooltip shape, related [#3384](https://github.com/VisActor/VChart/issues/3384)
17+
- **@visactor/vchart**: tooltip `enterable` should work when update, fix [#3405](https://github.com/VisActor/VChart/issues/3405)
18+
- **@visactor/vchart**: fix tooltip position by `mode: pointer`, close [#3367](https://github.com/VisActor/VChart/issues/3367)
19+
- **@visactor/vchart**: wordcloud should not throw error when `word.visible` is `false`, fix [#3378](https://github.com/VisActor/VChart/issues/3378)
20+
- **@visactor/vchart**: fix the issue where the scrolling legend triggers map zooming under certain conditions, related [#3391](https://github.com/VisActor/VChart/issues/3391)
21+
22+
23+
24+
[more detail about v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11)
25+
126
# v1.12.10
227

328
2024-10-31

docs/assets/changelog/zh/release.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.12.11
2+
3+
2024-11-13
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 当轴截断的时候,支持零值对齐功能
8+
- **@visactor/vchart**: tooltip 支持自定义 `trigger``triggerOff`配置触发和关闭事件
9+
10+
**🐛 功能修复**
11+
12+
- **@visactor/vchart**: 修复在某些情况下轴断点渲染不正确的问题
13+
- **@visactor/vchart**: 修复系列的 `zIndex`不生效的问题,修复 [#3395](https://github.com/VisActor/VChart/issues/3395)
14+
- **@visactor/vchart**: 修复 orient 为 "left" 或 "right" 时标题的布局问题,修复 [#3401](https://github.com/VisActor/VChart/issues/3401)
15+
- **@visactor/vchart**: 修复 tooltip 形状中的自定义 svg 字符串问题,相关 [#3384](https://github.com/VisActor/VChart/issues/3384)
16+
- **@visactor/vchart**: tooltip `enterable` 在更新时应生效,修复 [#3405](https://github.com/VisActor/VChart/issues/3405)
17+
- **@visactor/vchart**: 修复 `mode: pointer` 的 tooltip 位置问题,关闭 [#3367](https://github.com/VisActor/VChart/issues/3367)
18+
- **@visactor/vchart**: 当 `word.visible``false` 时,wordcloud 不应抛出错误,修复 [#3378](https://github.com/VisActor/VChart/issues/3378)
19+
- **@visactor/vchart**: 修复在某些条件下滚动图例触发地图缩放的问题,相关 [#3391](https://github.com/VisActor/VChart/issues/3391)
20+
21+
[更多详情请查看 v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11)
22+
123
# v1.12.10
224

325
2024-10-31

docs/assets/contributing/en/1-Setting-Up-the-Development-Environment.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ VisActor predominantly uses a frontend tech stack. There are many tools availabl
4949

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

52-
## 2.3 Install Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
52+
## 2.3 Install Doubao Marscode AI Programming Assistant
53+
54+
55+
[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
56+
5357

5458
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).
5559

docs/assets/contributing/en/3-How to Contribute Documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ This file corresponds to the final position and name of the document displayed o
7676
7777
<img src='https://cdn.jsdelivr.net/gh/xuanhun/articles/visactor/img/L6WpbXlFEo15F4xSIsMch9YTnof.gif' alt='' width='1000' height='auto'>
7878
79-
# Use Doubao [Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a) for Document Writing
79+
# Use Doubao Marscode AI Programming Assistant
80+
81+
[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
8082
8183
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.
8284

docs/assets/contributing/en/4-How to Contribute to a Demo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Currently, chart examples in the group include multiple categories such as area
8686

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

89-
# 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)
89+
# Writing Demos with the Help of Doubao Marscode AI Programming Assistant
90+
[Marscode AI Programming Assistant](https://www.marscode.cn/home?utm_source=developer&utm_medium=oss&utm_campaign=visactor_a)
9091

9192
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.
9293

docs/assets/contributing/zh/1-Setting-Up-the-Development-Environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ VisActor 整体上属于前端技术栈,能进行前端开发的工具很多
5252

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

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

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

docs/assets/contributing/zh/3-How to Contribute Documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ https://www.visactor.io/vchart/example-openinula
9494

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

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

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

docs/assets/contributing/zh/4-How to Contribute to a Demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ VChart 文档和demo在项目的中的位置如下(examples):
9090

9191

9292

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

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

0 commit comments

Comments
 (0)