Skip to content

Releases: bencsn/fully-linked

Release 2.4.0

29 Jan 23:23
Compare
Choose a tag to compare

Release 2.3.0

10 Jan 21:56
Compare
Choose a tag to compare
  • Remove Changelog as Github already has Release section (c1d64af)
  • Add defaultEdgeStyles to options (429f883)

Release 2.2.1

09 Jan 16:33
Compare
Choose a tag to compare

Fixed

  • Node not draggable if x and y are initially 0

Release 2.2.0

09 Jan 00:15
Compare
Choose a tag to compare

Added

  • Ability to customize edge styles

Release 2.1.1

05 Jan 10:18
Compare
Choose a tag to compare

Fixed

  • Enums not exported
  • Issue with imported ReactElement Type in d.ts

Release 2.1.0

02 Jan 11:49
Compare
Choose a tag to compare

Fixed

  • globalNodeProps not passed into nodes
  • Make GlobalNodeProps type required

Release 2.0.1

02 Jan 10:10
Compare
Choose a tag to compare

Fixed

  • Update readme with the new type ProcessedNode

Release 2.0.0

02 Jan 10:06
Compare
Choose a tag to compare

Added

  • Introduce GlobalNodeProps in FullyLinkedOptions, which comes with a new generic type
  • Rename InternalNode to ProcessedNode to reflect the fact that it is a node processed by FullyLinked [Backward incompatible]

Release 1.0.61

01 Jan 19:18
Compare
Choose a tag to compare

Added

  • Add 'isRoot' property to all nodes to indicate whether they are root nodes

Release 1.0.60

31 Dec 17:10
Compare
Choose a tag to compare

Removed

  • Removed xUnadjustedByZoom and yUnadjustedByZoom as not needed