UPDATES
- Fixed an issue writing attributes to the
xlink
namespace in the vanilla template engine - Updated template parsing code to better handle extraneous whitespace.
- Improvements to the preview view of the svg/png/jpg export code
- Updated jsdocs for Vue 2 and Vue 3 integration packages
- Added the ability to register a Surface on Vue 2 and Vue 3 manually - allowing you to use vanilla templating inside of a Vue app.
BREAKING
- The order of arguments in the
fixElement
method has been switched from(el:Element, constraints:FixedElementConstraints, pos:PointXY)
to(el:Element, pos:PointXY, constraints?:FixedElementConstraints)
. This better reflects the fact thatconstraints
is an optional argument whereaspos
is not.
Start a free trial
Get in touch!
If you'd like to discuss any of the ideas/concepts in this article we'd love to hear from you - drop us a line at hello@jsplumbtoolkit.com.