Skip to content

Releases: felixhayashi/TW5-TiddlyMap

v0.14.0

16 Sep 18:02
Compare
Choose a tag to compare

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

  • Resolves #290:
    Utilizing tiddlywiki's native caching in ViewAbstraction
    (thanks @flibbles)

v0.13.2

31 Dec 13:44
Compare
Choose a tag to compare

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

29 Dec 19:27
Compare
Choose a tag to compare

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

25 Dec 01:53
Compare
Choose a tag to compare

Enhancements

v0.13.0

  • Resolves #94: Draw raster lines on canvas for snapping nodes

v0.12.2

23 Dec 19:05
Compare
Choose a tag to compare

Bugfixes

v0.12.2

  • Fixed mistake in implementation of v0.12.1
  • Resolves #243: TiddlyMap destroys tiddler body content

v0.12.1

23 Dec 13:46
Compare
Choose a tag to compare

Bugfixes

v0.12.1

  • Resolves #222: Duplicate ID renaming can cause data loss on node.js hosted wiki

v0.12.0

21 Dec 16:48
Compare
Choose a tag to compare

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

13 Aug 08:53
Compare
Choose a tag to compare
v0.11.5

v0.11.2

11 Feb 10:53
Compare
Choose a tag to compare
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

06 Jan 23:33
Compare
Choose a tag to compare
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.