Skip to content

Releases: flibbles/tw5-graph

TW5-Graph v1.6.4

10 Feb 03:59

Choose a tag to compare

Version 1.6.4

Stupid automation...

TW5-Graph v1.6.3

10 Feb 03:51

Choose a tag to compare

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

10 Feb 03:47

Choose a tag to compare

Version 1.6.2

  • (#81) Support for multiple-value enums in graph properties
  • (#82) Fix for issue with node centering button (or it will be fixed once the relevant PR is merged in TW core).

TW5-Graph v1.6.1

12 Jan 21:36

Choose a tag to compare

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

16 Nov 03:23

Choose a tag to compare

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.popup to 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

21 Oct 23:56

Choose a tag to compare

Introduced a vastly better modal when editing tiddlers in fullscreen mode.

TW5-Graph v1.4.0

07 Oct 15:11

Choose a tag to compare

  • 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

25 Sep 02:45

Choose a tag to compare

  • 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

13 Sep 16:43

Choose a tag to compare

  • 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

03 Sep 16:07

Choose a tag to compare

Introduced messaging system so that custom behavior can be performed on graph engines.