All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.3 Changes
- โ Remove
console.log
.
- โ Remove
-
v1.0.2 Changes
- โก๏ธ Dependency updates.
-
v1.0.1 Changes
- ๐ Fix resizing
-
v1.0.0 Changes
- โ Add
requestAnimationFrame
to prevent extra work. - โก๏ธ Update dependencies.
- โ Add
-
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!).
- ๐ Fix
-
v0.3.0 Changes
January 29, 2016- โ Added support for react 0.14.x (thanks @voronianski!).