Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@Andarist Andarist released this 20 Aug 12:46
· 426 commits to dev since this release
a81ece7

Minor Changes

  • #182 80f6966 Thanks @Andarist! - All keyboard shortcuts and keyboard-based interactions should now only allow platform-specific meta keys to be used. That means that on Mac they work with CMD and on other platforms they work with Ctrl.
  • #192 87ffc50 Thanks @davidkpiano! - Sometimes, initial states will end up in an unexpected place, such as all the way to the right of the graph. This was due to the graph layout algorithm trying to prioritize all transitions to point to the right, even transitions cycling back to the initial state. Now, transitions coming from the initial state are prioritized over all others, to ensure that the initial state ends up in an expected top-left placement.

Patch Changes

  • #186 Thanks @santicros! - Fixed an issue which caused browsers to zoom together with the visualization canvas when zooming using wheel.
  • #187 1d69848 Thanks @Andarist! - Fixed an issue with inspector crashing on some inline action objects used in the config.
  • #195 3ed3c0d Thanks @davidkpiano! - The graph layout algorithm (using ELK) is now more resilient to layout failures caused by some layout options (such as compaction), so heuristics have been applied that make it more resilient to potential layout failures.