Skip to content

Releases: maxwellito/vivus

v0.4.6

17 Apr 00:08
Compare
Choose a tag to compare

The @alexgurr release
Non scaling vectors are now handled by Vivus. Please check the docs for more information.

v0.4.4

13 Jun 07:37
3ab58da
Compare
Choose a tag to compare

Fix glitches of Chrome 67, noticed by @pixedelic and @mittererr.
The core is now using XMLHttpRequest to retrieve the SVG content.

v0.4.3

08 Nov 00:41
Compare
Choose a tag to compare

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

14 Aug 18:37
Compare
Choose a tag to compare

Add support for <g> tags as constructor parameter.

v0.4.1

07 Jun 22:11
Compare
Choose a tag to compare

Work in universal environments (thanks to @rauchg)
Documentation fixes (thanks to @rdjs and @ibmua)

v0.4.0

24 Oct 23:06
Compare
Choose a tag to compare

Add callback function on .play(), special thanks to @jsimnz
Add reverseStack option.
Finally kill the incorrect animation name. async is now sync (but remain retro-compatible to avoid conflicts).

v0.3.2

07 Oct 23:27
Compare
Choose a tag to compare

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

29 May 21:44
Compare
Choose a tag to compare

Bug fixes, thanks to @schnerd and @jimshell

#100 : Fix issue with callback executing after destroy
#106 : Fix predictable crash while using data-ignore on scenario (and scenario-sync) animations.

v0.3.0

21 Jan 00:50
Compare
Choose a tag to compare

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

21 Sep 00:27
Compare
Choose a tag to compare

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.