Releases: antvis/GPT-Vis
Releases · antvis/GPT-Vis
v1.0.0-beta.2
@antv/gpt-vis
0.5.14
Patch Changes
- #267
38f21e5Thanks @copilot-swe-agent! - fix: Sankey component now supports width and height properties
0.5.13
Patch Changes
-
#255
76d9b04Thanks @hanjeahwan! - fix(ChartCodeRender): loading text follows locale settings -
#257
6416669Thanks @XinyueDu! - dify add waterfall and add waterfall knowledge
0.5.12
Patch Changes
0.5.11
Patch Changes
0.5.10
Patch Changes
0.5.9
Patch Changes
0.5.8
Patch Changes
0.5.7
Patch Changes
0.5.6
Patch Changes
0.5.5
Patch Changes
0.5.4
Patch Changes
0.5.3
Patch Changes
0.5.2
Patch Changes
- #165
b719fdaThanks @BoyYangzai! - fix css error
0.5.1
Patch Changes
-
#158
e163133Thanks @BoyYangzai! - fix: resolve module import error
0.5.0
Minor Changes
Patch Changes
0.5.0-beta.0
Minor Changes
0.4.7
Patch Changes
0.4.6
Patch Changes
0.4.5
Patch Changes
- #80
cdd178dThanks @heiyexing! - feat: 流程图节点使用默认颜色作为填充色
0.4.4
Patch Changes
0.4.3
Patch Changes
0.4.2
Patch Changes
0.4.1
Patch Changes
0.4.0
Minor Changes
0.3.4
Patch Changes
0.3.3
Patch Changes
0.3.2
Patch Changes
-
#49
4ea7cacThanks @lvisei! - fix: theme undefined with antd@4 -
1df2a15Thanks @yvonneyx! - feat(comp): optimize flow diagram layout
0.3.1
Patch Changes
0.3.0
Minor Changes
0.3.0-beta.0
Minor Changes
0.2.2
Patch Changes
- [#37](ht...
v0.6.1
v0.6.0
Minor Changes
- #265
349e5f4Thanks @Alexzjt! - feat: add Spreadsheet component based on @antv/s2- Added new Spreadsheet component supporting pivot table and table sheet modes
- Added knowledge document and evaluation datasets
- Spreadsheet is exported but NOT included in DEFAULT_CHART_COMPONENTS to avoid bundle size increase
- Users can register it on demand via
withChartCode({ components: { [ChartType.Spreadsheet]: Spreadsheet } })