- Add conditional flag for resizing by @TheHaff
- Fix issue when the child canvas didn't fill the parent container. Thank @getmicah !
- Prevents recursive calls caused by setting this.img.src to a falsey value. eg. an empty string. (thanks @joshgillies!).
- 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!
- Fix
react-addons-pure-render-mixin
dependency bug. (thanks @bogas04!).
- Added support for react 0.14.x (thanks @voronianski!).
- Update image if a new image src is passed in props [ab54d60d]
- Prevent the component to crash if there was a CORS error.
- Stop wasting renders on componentWillReceiveProps, using componentWillUpdate instead.
- Assets are now precompiled.
- Changed
resizeSpeed
forresizeInterval
.
- Added
resizeSpeed
prop.