Skip to content

Releases: jillix/svg.connectable.js

2.0.1

01 Oct 05:54
Compare
Choose a tag to compare

Fix typo. Thanks @hirokiky! 🍰

2.0.0

18 Aug 12:07
Compare
Choose a tag to compare

This is supposed to fix #2. When there are more than one arrows between two elements, the arrows will be curved.

The big thanks go to @squeamish-ossifrage because of his awesome answer. 🍰 🎆

While this functionality is functional, we still can improve the padEllipse to arrange the arrow sources around the circle and not in a single point. Not sure if we should do it now or in another pull request.

Anyway, it was interesting to build this. 💫

1.3.0

15 Jul 09:36
Compare
Choose a tag to compare

In the new version of SVG.js the circle method creates elements. In the past this would create elements.
Now, this library handles both: ellipse and circle elements.

1.2.0

21 May 07:19
Compare
Choose a tag to compare

1.1.0

27 Apr 08:08
Compare
Choose a tag to compare
  • 🐛 : Removed the jQuery dependency. Fixed #3. Thanks @eperry
  • 👕 Improved the examples.
  • Added CDN info. Fixed #5.

1.0.1

28 Dec 09:53
Compare
Choose a tag to compare
  • Documentation fixes.

1.0.0

28 Dec 09:20
Compare
Choose a tag to compare
  • Initial release.