8000 chore: add docs of vchart upgrade by skie1997 · Pull Request #2730 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: add docs of vchart upgrade #2730

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

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
110 changes: 68 additions & 42 deletions docs/assets/changelog/en/release.md
10000
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
# v1.11.0

2024-05-08


**🆕 New feature**
# v1.11.1

2024-05-21

**🆕 New feature**
**marker**:mark-point support arc line and targetSymbol.close [#2590](https://github.com/VisActor/VChart/issues/2590)
**@visactor/vchart**:add new options followTooltip to crosshair
**🐛 Bug fix**
**@visactor/vchart**:fix the issue of missing defaultDataIndex in extensionMarks
**@visactor/vchart**:fix error of empty spec, fix[#1193](https://github.com/VisActor/VChart/issues/1193)
**@visactor/vchart**:fix the error caused by renderNextTick after release
**@visactor/vchart**: layout-model should read layoutLevel in spec, and dont create layoutItem for hidden components, related[#1674](https://github.com/VisActor/VChart/issues/1674)
**@visactor/vchart**:when marker's spec update, it should update when call vchart.updateSpec
**@visactor/vchart**:fix effect of sampling when flush is true, fix [#2272](https://github.com/VisActor/VChart/issues/2272)
**@visactor/vchart**:fix the api valueToPositionX and valueToPositionY of sankey
**@visactor/vchart**: sankey should color by seriesField, fix[#2678](https://github.com/VisActor/VChart/issues/2678)
**@visactor/vchart**:fix bug of setDimensionIndex when axis is linear
**@visactor/vchart**:fix issue with import registerTTEnv
**@visactor/vchart**:fix issue with taro tt env, closed[#2648](https://github.com/VisActor/VChart/issues/2648)
**@visactor/vchart**:fix error of call updateFullDataSync() before renderSync(), fix [#2655](https://github.com/VisActor/VChart/issues/2655)
**📖 docs**
**@visactor/vchart**:add custom animate doc
**@visactor/vchart**:perfect document for react-lynx-vchart

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

# v1.11.0

2024-05-08


**🆕 New feature**

- **@visactor/vchart**: support `animation` config of custom-mark
- **@visactor/vchart**: legend should keep unselected when update spec or data, fix [#2531](https://github.com/VisActor/VChart/issues/2531), related [#2443](https://github.com/VisActor/VChart/issues/2443)
Expand All @@ -18,8 +44,8 @@
- **@visactor/vchart**: enhanced capabilities for waterfall chart total label
- **@visactor/vchart**: add api of `clearState()`, `clearSelected()`, `clearHovered()`, fix [#2552](https://github.com/VisActor/VChart/issues/2552)
- **@visactor/vchart**: support `simplify.tolerance` config in `registerMap` API

**🐛 Bug fix**
**🐛 Bug fix**

- **wordCloud**: wordCloud layout error and color scale error when updateData. fix[#2605](https://github.com/VisActor/VChart/issues/2605)'
- **@visactor/vchart**: fix error of position when update viewBox
Expand All @@ -33,30 +59,30 @@
- **@visactor/vchart**: fixed the problem that when the label of the sankey chart is hidden, an error will be reported when clicking on the blank space
- **@visactor/vchart**: fix the issue of scatter when the legend switch visible encode, close [#2625](https://github.com/VisActor/VChart/issues/2625)
- **@visactor/vchart**: fix the trigger off of default select interactions

**🔨 Refactor**
**🔨 Refactor**

- **@visactor/vchart**: react-vchart will require component by need by default
- **@visactor/vchart**: remove built-in simplify data transform

**🔧 Configuration releated**
**🔧 Configuration releated**

- **@visactor/vchart**: upgrade dependencies



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

# v1.10.6

2024-05-08


**🆕 New feature**
[more detail about v1.11.0](https://github.com/VisActor/VChart/releases/tag/v1.11.0)
# v1.10.6
2024-05-08
**🆕 New feature**

- **@visactor/vchart**: enhanced capabilities for waterfall chart total label

**🐛 Bug fix**
**🐛 Bug fix**

- **wordCloud**: wordCloud layout error and color scale error when updateData. fix [#2605](https://github.com/VisActor/VChart/issues/2605)
- **@visactor/vchart**: fix error of position when update viewBox
Expand All @@ -67,36 +93,36 @@
- **@visactor/vchart**: fix the issue of scatter when the legend switch visible encode, close [#2625](https://github.com/VisActor/VChart/issues/2625)
- **@visactor/vchart**: fix the trigger off of default select interactions



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

# v1.10.5

2024-04-26


**🆕 New feature**
[more detail about v1.10.6](https://github.com/VisActor/VChart/releases/tag/v1.10.6)
# v1.10.5
2024-04-26
**🆕 New feature**

- **@visactor/vchart**: player support play when hidden. feat[#2524](https://github.com/VisActor/VChart/issues/2524)

**🐛 Bug fix**
**🐛 Bug fix**

- **datazoom**: when drag start and end handler outside, min and max span not work. fix[#2559](https://github.com/VisActor/VChart/issues/2559)
- **@visactor/vchart**: fix domain of continuous legend when specify seriesId or seriesIndex
- **@visactor/vchart**: fix eventsBinded update in react-vchart
- **scrollbar**: label position not align with mark. fix[#2534](https://github.com/VisActor/VChart/issues/2534)
- **scrollbar**: enable bubble when scroll to boundary. fix[#2521](https://github.com/VisActor/VChart/issues/2521)
- **@visactor/vchart**: fix error of update theme when series reduce

**⚡ Performance optimization**
**⚡ Performance optimization**

- **@visactor/vchart**: optimize the performance of pie chart, fix [#2568](https://github.com/VisActor/VChart/issues/2568)



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

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

2024-04-03
Expand Down
27 changes: 27 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v1.11.1

2024-05-21

**🆕 新增功能**
**marker**:标记点支持圆弧线和前置标注符号。关闭[#2590](https://github.com/VisActor/VChart/issues/2590)
**@visactor/vchart**:添加option实现crosshair和tooltip保持同步
**🐛 功能修复**
**@visactor/vchart**:修复扩展标记中缺失defaultDataIndex的问题
**@visactor/vchart**:修复空spec的错误,修复[#1193](https://github.com/VisActor/VChart/issues/1193)
**@visactor/vchart**:修复发布后renderNextTick导致的错误
**@visactor/vchart**: layout-model应该在spec中读取layoutLevel,并且不为隐藏组件创建layoutItem,相关[#1674](https://github.com/VisActor/VChart/issues/1674)
**@visactor/vchart**:当标记的spec更新时,应该调用vchart. updateSpec更新
**@visactor/vchart**:修复flush为true时采样的问题,修复[#2272](https://github.com/VisActor/VChart/issues/2272)
**@visactor/vchart**:修复sankey的api valueToPositionX和valueToPositionY
**@visactor/vchart**: sankey应该按序列字段着色,修复[#2678](https://github.com/VisActor/VChart/issues/2678)
**@visactor/vchart**:修复当轴为线性轴时setDimensionIndex的bug
**@visactor/vchart**:修复导入registerTTEnv的问题
**@visactor/vchart**:修复taro tt env的问题,已关闭[#2648](https://github.com/VisActor/VChart/issues/2648)
**@visactor/vchart**:修复renderSync()之前调用updateFullDataSync()的错误,修复[#2655](https://github.com/VisActor/VChart/issues/2655)
**📖新增文档**
**@visactor/vchart**:添加自定义动画文档
**@visactor/vchart**:react-lynx-vgraph的完美文档

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


# v1.11.0

2024-05-08
Expand Down
Loading
0