Releases: felixhayashi/TW5-TiddlyMap
Releases · felixhayashi/TW5-TiddlyMap
v0.17.20
Warning: This release requires the latest version of TiddlyWiki. (v5.3.5)
- Fixed RSOD that would occur performing nearly anything because the transclude link wasn't fully implemented to support the latest TiddlyWiki release.
- Support for transclude edge types.
v0.17.19
- Fixed crashing occurring with migration from very old versions of tiddlymap. (<0.10)
v0.17.18
- 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
- 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
Bugfixes
- Fixed RSoD as part of #443
- Corrected oversight of how halfscreen and fullscreen mode were not palette friendly.
v0.17.15
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
Bugfixes
- Careless mistake on my part made backward-compatibility with vis.js fall through. This version has that fixed.
v0.17.13
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
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
Enhancements
- Implements #424: Filter-type edges can now be deleted.