Skip to content

Releases: antvis/Graphin

@antv/[email protected]

25 Jun 15:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/antvis/Graphin/compare/v2.7.14...@antv/[email protected]

v2.7.14

17 Apr 02:13
89f7be7
Compare
Choose a tag to compare
  • Added willUnmount props

V2.6.6

10 May 02:42
Compare
Choose a tag to compare

#388 fix loop issue
#391 fix calc label width issue

Graphin v2.3.0

09 Aug 06:02
56935ca
Compare
Choose a tag to compare
  • implement new computeCoulombsLaw method using quadtree and Barnes-Hut approximation
  • reduce computing complexity from O(N^2) to O(NlogN)

Thanks for @brickmaker contribution !
image

Graphin v2.1.0

14 Jul 06:39
55f1711
Compare
Choose a tag to compare
  • Update g6 version to 4.3.4
  • Fix Legend component logic
  • Lock fatherjs version
  • Fix Hull Components uuid issue
  • Fix site undefined url
  • Feat:add CreateEdge component

Graphin v2.0.1

24 Feb 01:49
6246a18
Compare
Choose a tag to compare

New architecture upgrade

  • Refactored Graphin's architecture to be more concise and efficient
  • Introduce ReactContext to pass graph instances to Components
  • Solve the problem of inconsistency with G6 usage
  • A better data-driven way to use graphin
  • Standardize the style and combination of nodes and edges
  • Added TreeGraph rendering and layout
  • Optimized performance
  • Better website demo and Typescript development experience.
  • Added graph visual analysis solution

Graphin v1.6.0

15 Dec 07:46
Compare
Choose a tag to compare
  • 在初始化流程,新增initState,能够让数据有一个初始化的状态
  • JSON shema的描述注册节点,新增update 方法
  • 为了提高fitview的效率 取边上4个点去进行第一次的fitview

感谢 @xdddst 知识图谱团队的贡献

Graphin v1.5.0

27 Oct 07:50
Compare
Choose a tag to compare
  • 升级底层g6引擎到V3.8.1,性能得到优化
  • 组件Toolbar新增鱼眼功能
  • 其他若干功能优化

Graphin v1.4.0

03 Jun 16:14
Compare
Choose a tag to compare

重要特性

01. 升级最新版

长期以来Graphin都依赖G6的一个稳定版本[email protected],底层G是3.X版本。
[email protected][email protected]版本,主要有3个重要特性
• 底层绘图引擎 G 升级到4.X版本
[email protected] 支持新状态管理
[email protected] 支持Node Combo
Graphin升级到最新版本,意味着用户可以同步享受到G6升级带来的新特性,高性能。

02.新特性

• 支持节点多边:https://graphin.antv.vision/zh/examples/shape/edge
• 支持大数据量节点,支持webworker计算,不损失动画
• 支持节点分组,目前仅是开放G6的底层接口,上层封装“团伙导航”还未开始,详见讨论
• 新增分析组件图例 Legend :
• 新增关系发现DEMO:https://graphin.antv.vision/zh/examples/advanced/find-connections
• 新增关系扩散的DEMO:https://graphin.antv.vision/zh/examples/advanced/node-expand

Graphin v1.3.0

03 Jun 05:36
Compare
Choose a tag to compare
release-v1.3.0

:bookmark: release(common): v1.3.0