All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v1.0.3 Changes

    • โœ‚ Remove console.log.
  • v1.0.2 Changes

    • โšก๏ธ Dependency updates.
  • v1.0.1 Changes

    • ๐Ÿ›  Fix resizing
  • v1.0.0 Changes

    • โž• Add requestAnimationFrame to prevent extra work.
    • โšก๏ธ Update dependencies.
  • v0.6.0 Changes

    • โž• Add conditional flag for resizing by @TheHaff
  • v0.5.2 Changes

    • ๐Ÿ›  Fix issue when the child canvas didn't fill the parent container. Thank @getmicah !
  • v0.5.1 Changes

    • Prevents recursive calls caused by setting this.img.src to a falsey value. eg. an empty string. (thanks @joshgillies!).
  • v0.5.0 Changes

    • ๐Ÿ›  Fix gitignore for MAC
    • ๐Ÿ›  Fix undeclared vars
    • โž• add onLoadFunction prop for hook into the blur loading.
    • ๐Ÿ‘‰ make sure changing src keeps correct blurRadius
    • Do not reload image if the img src prop is relative (because it won't match this.img.src which is absolute)

    Thanks @iamJoeTaylor!

  • v0.3.1 Changes

    • ๐Ÿ›  Fix react-addons-pure-render-mixin dependency bug. (thanks @bogas04!).
  • v0.3.0 Changes

    January 29, 2016
    • โž• Added support for react 0.14.x (thanks @voronianski!).