What's Changed
- docs: replace playground with ob by @yvonneyx in #7226
- docs: 更新图表示例中, 点选示例配置 by @louhaojie99 in #7247
- docs: update labelText attribute types for generic node configuration by @louhaojie99 in #7248
- docs: 修正元素 Element 内置节点 HTML 文档中样式配置类型以及默认值问题 by @louhaojie99 in #7249
- docs: 修正元素 Element 的通用配置项中,属性介绍表头的类型与默认值位置错误 by @louhaojie99 in #7250
- docs: 修正 Graph - 图 介绍中的内容符号缺失及空格问题 by @louhaojie99 in #7251
- docs: restructure of the menu by @yvonneyx in #7253
- docs: 更新元素通用属性文档 by @yvonneyx in #7256
- docs: 丰富html节点文档 by @yvonneyx in #7257
- docs: 更新元素状态和Tooltip插件文档,增强内容和示例 by @yvonneyx in #7260
- fix: fix indented-tree demo by @TZZack in #7242
- fix(edge-badge): add default edge badge opacity by @TZZack in #7243
- fix: fix type of is-to-be-destroyed by @Aarebecca in #7246
- fix: compact box layout docs by @SamuNatsu in #7284
- feat(layout): add comboFilter by @TZZack in #7244
- fix(transform): prevent redirected edges from being re-added in process-parallel-edges by @lyw405 in #7266
- feat: minimap,配置项,shape方法,添加第3个参数,传入完整图形 by @XiaoMing-xmg666 in #7286
- fix: divide by zero error when fitView with no content by @louisch in #7292
- fix(brush-select and lasso-select): adapt html node by @TZZack in #7293
- test: skip react node test case to make ci work by @hustcc in #7311
- fix: correct drag node position at rotated canvas by @Sloth9527 in #7310
- feat: title plugin by @XiaoMing-xmg666 in #7294
- fix: console.error emit from grid line plugin when followZoom is on by @louisch in #7289
- docs: 添加g6-extension-vue自定义节点文档 by @Child-qjj in #7320
- docs: make redirect link right by @ZWkang in #7323
- docs: 修正元素状态属性栏, 禁用状态名描述错误,将 disable 更正为 disabled by @louhaojie99 in #7334
- feat: add hasNode/hasEdge/hasCombo API by @Aarebecca in #7345
- fix: 修复 React 16/17 版本下 react-dom/client 模块解析失败的问题 by @yinsong19 in #7389
- Update BaseNode.zh.md by @Gitsifu in #7370
- chore:add issue automated by @interstellarmt in #7391
- Upgrade canvas version in g6-ssr by @hustcc in #7395
- chore: upgrade canvas to v3 in g6-ssr by @hustcc in #7398
- chore: update version to 5.0.50 by @yvonneyx in #7426
- feat: g6-extension-react 支持 React16~19 渲染兼容 by @yvonneyx in #7434
- Update webpack configuration instructions by @JieWongGitHub in #7433
- 更新bundle.zh.md by @JieWongGitHub in #7431
- fix: tooltip when shown and next not enable, hide tooltip by @XiaoMing-xmg666 in #7462
- chore: remove petercat by @yvonneyx in #7469
- docs(site): 修复 v5 文档交互示例,将 'drag-node' 更正为 'drag-element' by @baozjj in #7478
- The getNeighborIds method within the ClickSelect behavior has been changed from private to protected. by @XiaoMing-xmg666 in #7481
- docs: zoom-canvas scroll-canvas conflict by @XiaoMing-xmg666 in #7488
- feat: drag-element add trigger config by @XiaoMing-xmg666 in #7497
- feat: focus element trigger option by @XiaoMing-xmg666 in #7501
- update: 增加扩展实现相关文档指引 by @imindtrack in #7493
- docs: canvas event sample fix by @XiaoMing-xmg666 in #7506
- chore: update announcement content and link in .dumirc.ts by @Aarebecca in #7511
- fix(shortcut): 修正全局事件监听器错误移除focus事件的问题 by @Child-qjj in #7470
- feat: legend getMarkerData to protected by @XiaoMing-xmg666 in #7507
- docs: 修复 DragElementForce 文档中 hideEdge 配置项表格错位 by @baozjj in #7509
- fix: bubble set performance workaround by @Mnikley in #7208
- fix(brush-select): change onSelect callback return type from state ob… by @lyw405 in #7348
- chore: fix contribute script by @Aarebecca in #7513
- Fix the issue of mouse coordinates being misaligned when hovering ove… by @myLazyProgrammer in #6782
- docs: add Ask DeepWiki by @Alexzjt in #7537
- fix: fix tree layout expand by @Aarebecca in #7555
- fix: fix demo and autofit by @Aarebecca in #7556
- Add Trendshift badge to README files by @Copilot in #7567
- feat: update layout and adapt to AntV layout 2.0 by @yvonneyx in #7565
- chore: remove contribute script by @Aarebecca in #7576
- chore: adapt layout 2.0 by @Aarebecca in #7612
- refactor: enhance vector operations robustness by @typenoob in #7581
- fix: listen for modifier keys in shortcut via window by @louisch in #7604
- chore: upgrade @antv/dumi-theme-antv to ^0.8.1 by @Copilot in #7624
- bump @antv/dumi-theme-antv to ^0.8.2 by @Copilot in #7627
- feat(site): 更新 @antv/dumi-theme-antv 版本,G6 官网接入 Sive 答疑 by @yvonneyx in #7630
- fix: re-compute node style in collapseNode by @binxie33 in #7607
- fix: 修复5.0.51版本create-edge连线坐标问题 by @voidman2017 in #7609
- feat: enhance contextmenu behavior and styling by @h3110w0r1d-y in #7617
- chore: update version by @Aarebecca in #7634
- feat: 支持嵌套自环边 #7640 by @pearlwang1106 in #7645
New Contributors
- @louhaojie99 made their first contribution in #7247
- @SamuNatsu made their first contribution in #7284
- @lyw405 made their first contribution in #7266
- @louisch made their first contribution in #7292
- @ZWkang made their first contribution in #7323
- @yinsong19 made their first contribution in #7389
- @Gitsifu made their first contribution in #7370
- @interstellarmt made their first contribution in #7391
- @JieWongGitHub made their first contribution in #7433
- @baozjj made their first contribution in #7478
- @imindtrack made their first contribution in #7493
- @Mnikley made their first contribution in #7208
- @myLazyProgrammer made their first contribution in #6782
- @Alexzjt made their first contribution in #7537
- @Copilot made their first contribution in #7567
- @binxie33 made their first contribution in #7607
- @voidman2017 made their first contribution in #7609
- @h3110w0r1d-y made their first contribution in #7617
- @pearlwang1106 made their first contribution in #7645
Full Changelog: 5.0.49...5.1.1