Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 1.17 KB

2.2.0

  • Remove added points from end keyframe after interpolation completes.
  • Add play/pause/playPause API for animations.

2.1.0

  • 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

2.0.1

  • Fix typo in code example of README

2.0.0

  • 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

1.1.0

  • Add support for editable output

1.0.5

  • Fix assets in README on npmjs.com

1.0.4

  • Use snapshot tests to verify consistency
  • Ignore unnecessary files in npm tarball
  • Output sourcemap file
  • Add project logo
  • README content updates

1.0.3

  • Add link to demo page in the README

1.0.2

  • Make transpiled output minified
  • Minor changes to the README

1.0.1

  • Remove accidental dependency
  • Minor changes to the README

1.0.0

  • Initial release