Skip to content

Releases: unirakun/react-kgraph

v0.2.2

26 Mar 15:18
Compare
Choose a tag to compare
  • 🚨 react graph > g key

v0.2.1

26 Mar 15:13
Compare
Choose a tag to compare
  • 🚨 link react key

v0.2.0

26 Mar 11:07
Compare
Choose a tag to compare

✨ block interactions: move/zoom/drag

v.0.1.6

20 Mar 14:46
Compare
Choose a tag to compare

Some bogues are fixed

  • πŸ› onLinkClick with the right link
  • πŸ› drag on link (type=graph)

The API is enhanced by types and some capabilities

  • ♻️ Custom Link gets every needed props
  • ✨ override Graph className and style
  • 🏷 types of Nodes component
  • 🏷 export typescript types

Documentation is enhanced

  • πŸ“ adding @storybook/addon-storysource
  • πŸ“ fix github actions badge
  • πŸ“ DEV.md

v0.1.5

04 Mar 14:00
Compare
Choose a tag to compare
:bookmark: v0.1.5

v0.1.3

04 Mar 10:25
Compare
Choose a tag to compare

First documentation

v0.1.2

04 Mar 09:52
Compare
Choose a tag to compare

Adding some code quality tools

v0.1.1

03 Mar 18:07
Compare
Choose a tag to compare

First version :

  • Two layouts : graph or tree
  • Can switch between layout
  • Can add nodes and/or links
  • Animated graph layout
  • Hover animation
  • Drag in graph layout mode
  • Click on a node/link is implemented