Releases: jillix/svg.connectable.js
Releases · jillix/svg.connectable.js
2.0.1
2.0.0
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
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
- Updated the examples to use the
svg.draggy.js
. - Updated the documentation to point to
svg.draggy.js
.
1.1.0
1.0.1
- Documentation fixes.
1.0.0
- Initial release.