Release 6.7.2
· One min read
UPDATES
- Fixed an issue writing attributes to the
xlinknamespace 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
fixElementmethod has been switched from(el:Element, constraints:FixedElementConstraints, pos:PointXY)to(el:Element, pos:PointXY, constraints?:FixedElementConstraints). This better reflects the fact thatconstraintsis an optional argument whereasposis 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.