Releases: bencsn/fully-linked
Releases · bencsn/fully-linked
Release 1.0.35
- Update release-it config (1171ea9)
Release 1.0.34
- add release-it config (dba8a0f)
Public interface for updating graph data
Fix: destroy function should not remove user-supplied html container
v1.0.20 Change how destroy function works
Add support for react components as nodes
v1.0.18 Add support for using react component as node
Wrap node custom elements with a div wrapper
v1.0.13 Wrap node custom element with a div wrapper
Major code refactoring to increase maintainability
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
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