From 5ab3ae9ed7c31b6c2f571f13c918d1ba653de63a Mon Sep 17 00:00:00 2001 From: skie1997 Date: Thu, 23 May 2024 11:19:42 +0800 Subject: [PATCH 1/2] chore: add docs of vchart upgrade --- docs/assets/changelog/en/release.md | 109 +++++++++++++++++----------- docs/assets/changelog/zh/release.md | 25 +++++++ 2 files changed, 92 insertions(+), 42 deletions(-) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 02949cda46..9c11fc9061 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,9 +1,34 @@ -# 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 + + +# 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) @@ -18,8 +43,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 @@ -33,30 +58,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 @@ -67,20 +92,20 @@ - **@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 @@ -88,15 +113,15 @@ - **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 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 4b3e006eb1..334d09c258 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,28 @@ +# 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.0 2024-05-08 From 6166cc144f2838f22d51cb576322fde2fe4f0f9d Mon Sep 17 00:00:00 2001 From: skie1997 Date: Thu, 23 May 2024 11:23:46 +0800 Subject: [PATCH 2/2] chore: add detail tag info --- docs/assets/changelog/en/release.md | 1 + docs/assets/changelog/zh/release.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 9c11fc9061..4082500b53 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -22,6 +22,7 @@ **@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 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 334d09c258..a91fd82109 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -22,6 +22,8 @@ **@visactor/vchart**:添加自定义动画文档 **@visactor/vchart**:react-lynx-vgraph的完美文档 +[更多详情请查看 v1.11.1](https://github.com/VisActor/VChart/releases/tag/v1.11.1) + # v1.11.0