Releases: felixhayashi/TW5-TiddlyMap
Releases · felixhayashi/TW5-TiddlyMap
v0.14.0
Enhancements
v0.14.0
- Resolves #293:
Making nodes not draggable if not in editor mode - Resolves #272:
Opt-out checkboxes for TiddlyMap optimizations when installing TiddlyMap
Bugfixes
v0.14.0
- Fixes #288:
Deleting edges leave empty garbage fields
(thanks @flibbles) - Fixes #285:
Don't update View's node filter if unnecessary
(thanks @flibbles) - Fixes #278:
Corrected filter edge types not handling currentTiddler references
(thanks @flibbles)
Refactorings
v0.13.2
Bugfixes
- When creating new types in the type manager, the name
was not correctly copied. - Shape size did not apply to icons.
- Modified date was reset everytime a type was opened
in the type manager
Refactorings
- Refactored MapElements (EdgeType, NoteType)
v0.13.1
Bugfixes / Refactorings
- Fixed issue where a node with an x coordinate equal zero was
treated as if no positions were assigned - Tiddler icon did not correctly override group or global fa-icon
- Fixed issue where tw's global filter macro interfered with
a tiddlymap dialog's 'filter' variable - Refactored ViewAbstraction
- Widget generator did not set current view as default
v0.13.0
v0.12.2
v0.12.1
v0.12.0
Enhancements
- Resolves #198: Modulized EdgeType handling
- Resolves #245: Include linting rules
- Resolves #244: Upgrade to ec6 via babel
- Resolves #246: Only stabilize graph on initial loading
- Resolves #231: Pressing enter/esc to confirm/cancel the "add node" dialog
- Resolves #229: Selecting nodes on the canvas via a selection rectangle
- Added possibility to re-enable suppressed dialogs in global config
Bugfixes
- Resolves #248: Use local external images as background image for a view
- Spawning of nodes matching a filter near center now works correctly
v0.11.5
v0.11.5
v0.11.2
Major enhancements ---------------------------- * Added option to search for tiddlers in the toolbar using regular expressions Important bugfixes ---------------------------- * Fixes #215: Toolbar button search produces wrong results bug
v0.10.7
Major enhancements ---------------------------- * Improved Fullscreen and halfscreen. Fullscreen doesn't trigger the browser's fullscreen (F11) anymore but simply fills the page's body. This is nicer to work with and also fixes #96. Moreover, halfscreen and fullscreen may be switched immediately, which is a true fix for #157.