Skip to content

Releases: bencsn/fully-linked

Release 1.0.35

30 Dec 14:25
Compare
Choose a tag to compare
  • Update release-it config (1171ea9)

Release 1.0.34

30 Dec 14:21
Compare
Choose a tag to compare

Public interface for updating graph data

30 Dec 13:43
78c1725
Compare
Choose a tag to compare
  • Public interface for updating graph data. Closes #7
  • Public interface for deleting, adding nodes and edges
  • #3 improved react example
    

Fix: destroy function should not remove user-supplied html container

29 Dec 19:27
Compare
Choose a tag to compare

Add support for react components as nodes

29 Dec 18:53
Compare
Choose a tag to compare
v1.0.18

Add support for using react component as node

Wrap node custom elements with a div wrapper

29 Dec 16:44
Compare
Choose a tag to compare
v1.0.13

Wrap node custom element with a div wrapper

Major code refactoring to increase maintainability

29 Dec 16:16
Compare
Choose a tag to compare

The following has been done:

  • Split up the code in index.ts file into multiple files
  • Add FullyLinkedEventEnum
  • Start an initial setup for FullyLinked events

Initial library release

29 Dec 13:06
Compare
Choose a tag to compare

Initial working version of the library

  • Ability to create a simple graph with DOM elements as nodes
  • Ability to drag nodes
  • Ability to zoom/pan canvas
  • Ability to create new edges with drag & drop
  • Ability to create custom nodes