Releases: maxwellito/vivus
v0.4.6
v0.4.4
Fix glitches of Chrome 67, noticed by @pixedelic and @mittererr.
The core is now using XMLHttpRequest to retrieve the SVG content.
v0.4.3
Implement rounded corners to rect element on Pathformer class.
Big thanks to @codebymikey for opening the issue and helping to provide a snippet of code.
v0.4.2
Add support for <g>
tags as constructor parameter.
v0.4.1
v0.4.0
v0.3.2
Bug fixes:
- #118 by @villevuor : patch for Vivus instances from empty SVGs
- #128 by @tiborsaas : fix path transformation when a position property in a SVG element is missing. (#128)
v0.3.1
v0.3.0
Load and insert SVG without object wrapper
Fix glitches from Chrome 47
Add manual test pages
Add missing methods in the doc
Add a 'Thanks' section
Clean up demo page
Update License
v0.2.3
Bug fixes and new features
Re-apply IE 11 & 12 detection
Pathformer bugs about ellipse (typo) and polygon/polyline (trimming) by @TranscendOfSypherus
Objects dynamically loaded are now taking the size of the parent element. Might cause some issue if you already use this feature.
Add data-ignore
attribute support to ignore path tags from the animation.
Add ignoreInvisible
option to ignore invisible paths. This is beta feature, by default the value is disabled.