2.2.5
- chore: update version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2798
- chore: remove pnpm-lock.yaml by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2799
- feat: support labelField in MindMap, IndentedTree, Fishbone, FlowGraph by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2801
- feat: support both tree data and graph data in tree graph scenarios by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2802
- docs: add dumi mako config by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2805
- docs: improve graph options docs by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2806
Full Changelog: https://github.com/ant-design/ant-design-charts/compare/2.2.4...2.2.5
2.2.4
- fix: data update by @lxfu1 in https://github.com/ant-design/ant-design-charts/pull/2684
- chore: custom shape demo by @lxfu1 in https://github.com/ant-design/ant-design-charts/pull/2685
- fix: tooltip callback by @lxfu1 in https://github.com/ant-design/ant-design-charts/pull/2686
- chore: change log by @lxfu1 in https://github.com/ant-design/ant-design-charts/pull/2687
- chore: initialize @ant-design/graphs package by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2690
- feat(graphs): add hierarchical graph by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2692
- feat(graphs): add mindmap by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2697
- feat(graphs): add flow graph by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2701
- feat(graphs): add network graph by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2700
- feat(graphs): dendrogram by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2702
- feat: add indented tree and refactor graphs by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2706
- docs: add relation graphs site demos by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2707
- feat(graphs): flowchart by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2709
- chore: build config and update version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2711
- fix: typo in tooltip.zh.md by @seesawz in https://github.com/ant-design/ant-design-charts/pull/2696
- chore: publish config by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2712
- refactor: simplify tree data conversion to graph data and adjust organizational chart node styles by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2716
- chore: update version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2717
- chore: update site by @lxfu1 in https://github.com/ant-design/ant-design-charts/pull/2730
- feat: add product launch flow graph demo by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2727
- docs: add Chinese documentation for the API of @ant-designs/graphs by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2741
- docs: add English api documents for graphs by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2742
- docs: update the format and modify hyperlinks by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2744
- docs: auto-generate component list by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2749
- chore: update dumi-theme-antv version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2752
- chore: release @ant-design/graphs version 2.0.0 by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2753
- docs: 添加流向图 demos by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2758
- chore: update version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2763
- docs: 图表添加功能类别标签 by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2767
- feat: add fishbone diagram by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2773
- chore: update graphs version by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2775
- fix: adjust default values for graph options by @yvonneyx in https://github.com/ant-design/ant-design-charts/pull/2797
- @yvonneyx made their first contribution in https://github.com/ant-design/ant-design-charts/pull/2690
- @seesawz made their first contribution in https://github.com/ant-design/ant-design-charts/pull/2696
Full Changelog: https://github.com/ant-design/ant-design-charts/compare/2.2.1...2.2.4
2.1.2
- 🔥 Support SSR
2.1.0
2024-04-19
- 🐞 修复低版本 webpack 不支持的
export * as
语法 - 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg:
<Line ref={React.useRef()} />
2.0.4
2024-04-16
- 💄 更新 G、G2 依赖版本
site_group
- 网站更新
Site 2.1.11
- 官网更新
2.0.3
2023-12-18
- 🐞 修复 plots 依赖版本问题