Skip to content

Releases: felixhayashi/TW5-TiddlyMap

v0.17.19

29 May 16:44
Compare
Choose a tag to compare
  • Fixed crashing occurring with migration from very old versions of tiddlymap. (<0.10)

v0.17.18

22 May 03:18
Compare
Choose a tag to compare
  • Fixed issue where TW icons in TW 5.3.x no longer worked with TiddlyMap. The reason was they included things like \parameter..., which makes them no longer raw svg. They need to be rendered first.

v0.17.17

13 Mar 02:34
Compare
Choose a tag to compare
  • Fixed issue where the SelectionRectangle module had a type of application/SelectionRectangle, which was causing problems with Uglifying and sourcemapping.
  • Merged a bunch of stuff that robots told me to merge regarding gulp and sass and stuff.

v0.17.16

04 Feb 23:14
Compare
Choose a tag to compare

Bugfixes

  • Fixed RSoD as part of #443
  • Corrected oversight of how halfscreen and fullscreen mode were not palette friendly.

v0.17.15

29 Oct 02:23
Compare
Choose a tag to compare

Enhancements

  • Tiddlymap is now palette friendly. You can use a dark theme, a desert theme, or whatever, and TiddlyMap will at least mostly fit in.
  • It now has a stable release binary available through github for better inclusion into plugin bundles.

Bugfixes

  • Corrected issue where installing by checkout out the source code would result in RSoD because of missing image tiddlers.
  • Corrected a "\whitespace trim" which would literally get printed out in the PNG download modal.

v0.17.14

10 Sep 14:37
Compare
Choose a tag to compare

Bugfixes

  • Careless mistake on my part made backward-compatibility with vis.js fall through. This version has that fixed.

v0.17.13

10 Sep 03:54
Compare
Choose a tag to compare

Enhancements

  • Implements #381: Floating and non-floating nodes in same view
  • Adds ability to align edge labels in different ways
  • Better hackability with regards to node labels

Bugfixes

  • Fixes #365: References to own list field causes error if popup activated
  • Fixes #402: Populate widgets inside templates in the preview popups
  • Fixes #417: Custom macros output doesn't show in node labels
  • Fixes #397: Rendering wikitext of caption fields when using widgets relying on <> variable

v0.17.12

10 Sep 03:48
Compare
Choose a tag to compare

Enhancements

  • Converted TiddlyMap over to be compatible with vis-network, which is the predecessor to vis.js which is still maintained.
  • Updated graph buttons to match with vis-network's green style.

v0.17.11

14 May 04:01
Compare
Choose a tag to compare

Enhancements

  • Implements #424: Filter-type edges can now be deleted.

v0.17.10

16 Apr 15:11
Compare
Choose a tag to compare

Enhancements

  • TiddlyMap repository no longer has wasteful duplicates of image files.

Bugfixes

  • Fixes #422: Tiddlymap more gracefully handles the absence of the tc-sidebar-scrollable class.