Skip to content

Releases: g-harel/blobs

v2.2.0

23 Jan 01:44
Compare
Choose a tag to compare
  • Remove added points from end keyframe after interpolation completes.
  • Add play/pause/playPause API for animations.

V2.1.0

19 May 00:29
Compare
Choose a tag to compare
  • Improved type checks on user-provided data
  • Added "blobs/v2/animate"
    • Animate between arbitrary blob keyframes
    • Separate import to keep main bundle small
    • New demo website with animated blob transitions
    • Supports only canvas rendering

v2.0.1

17 Apr 03:10
Compare
Choose a tag to compare
  • Fix typo in code example of README

v2.0.0

17 Apr 03:09
Compare
Choose a tag to compare
  • BREAKING Editable SVG element creation function has moved to blobs.xml(tagName).
  • Added "blobs/v2"
    • 30% smaller compressed size
    • Supports canvas rendering
    • Supports raw SVG path rendering

v1.1.0

05 Nov 03:45
Compare
Choose a tag to compare
  • Add support for editable output

v1.0.5

11 Sep 01:39
Compare
Choose a tag to compare
  • Fix assets in README on npmjs.com

v1.0.4

11 Sep 01:37
Compare
Choose a tag to compare
  • Use snapshot tests to verify consistency
  • Ignore unnecessary files in npm tarball
  • Output sourcemap file
  • Add project logo
  • README content updates

v1.0.3

08 Sep 01:47
Compare
Choose a tag to compare
  • Add link to demo page in README

v1.0.2

08 Sep 01:47
Compare
Choose a tag to compare
  • Minify rolloup output
  • README updates

v1.0.1

16 Jan 22:59
Compare
Choose a tag to compare
  • Remove accidental dependency
  • Minor changes to the README