Skip to content

Release 4.1.0

Compare
Choose a tag to compare
@pierpo pierpo released this 15 Aug 10:15
· 34 commits to master since this release

Bugfixes

  • Fixes a long-standing issue #38

    • we now encode the arrow IDs so that they can be any string (no more restrictions with alphanumeric characters)
    • we don't use the whole URL to display the arrow marker. ⚠️ This breaks on some older Safari versions, but this will solve an issue for all browsers when your app has # in the URL.
  • If we fail to draw an arrow, we don't draw it to (0, 0) anymore. We simply don't draw it.