Releases: flibbles/tw5-graph
TW5-Graph v1.6.4
Version 1.6.4
Stupid automation...
TW5-Graph v1.6.3
Version 1.6.3
Forgot to update package-lock.json.
I'm still pretty new to using npm for the build process.
TW5-Graph v1.6.2
TW5-Graph v1.6.1
Version 1.6.1
- Adjusted BoundingBox widget so it will function in TW v5.4.0
- Introduced ability to deprecate and hide enum options from dropdowns
- Introduced a lot of automation to build process to make it easier for others to get involved.
- Updated Vis-Network to 10.5.4
- (#80) Added vis-network support for minWidth and maxWidth
TW5-Graph v1.6.0
Several fixes to typos and inconsistencies in the tutorial.
- Increased popup functionality. It's possible to specify a template in a GraphTiddler settings page that popups will use.
- Added ability for
$properties.popupto apply to other graph objects than just nodes. Namely, to edges
Backward incompatible change:
The name of the variable inside of tooltip <$fill> blocks was currentTooltip. It's now nodeTiddler. I did this to put the tooltip block's variables in line with a node's action context (and thusly an edge's action context if it's a popup for an edge).
I'm hoping this doesn't cause anyone problems, but I don't really think anyone has been seriously using TW5-Graph in-depth enough yet to hit this snag. If I'm wrong, and I just wrecked your graph template, let me know, and I'll see how I can make it right.
TW5-Graph v1.5.0
Introduced a vastly better modal when editing tiddlers in fullscreen mode.
TW5-Graph v1.4.0
- Introduces drag-and-drop feature where you can drop tiddlers directly on editable graphs to add them.
- Also includes bug fixes and demo improvements.
TW5-Graph v1.3.0
- Introduced ability to export the sidebar graph in whatever ways the underlying engine supports.
- Introduced ability to hide and reorder sidebar toolbar buttons
- Fixed numerous small issues that I found that no one else did.
TW5-Graph v1.2.0
- Introduced graph-center-node message
- Introduced toolbar button to utilize that message
- Introduced framework so graph toolbar buttons can manipulate the graph
TW5-Graph v1.1.0
Introduced messaging system so that custom behavior can be performed on graph engines.