Releases: imgix/ember-cli-imgix
Releases · imgix/ember-cli-imgix
0.3.5
- Update description in package.json. Thanks, @bmac!
0.3.4
- Prevent debounced calls on destroyed objects. Thanks @bryanaka!
0.3.3
- Allow setting the
img
alt
attribute. Thanks @reidab!
0.3.2
- Fixes a bug where invalid image URLs with
w=0
or w=NaN
would sometimes be temporarily generated. The src
will no longer be generated until _width
can be determined. Thanks @reidab!
0.3.1
- Fixes a deprecation warning when mutating a property within the
didInsertElement
hook. Thanks, @reidab! [#14]
0.3.0
- Added support for
auto
, crop
, and fit
attributes. Thanks, @bgentry!
0.2.2
- Add missing urijs Bower dependency to blueprint
0.2.1
- Bump
urijs
dependency to 1.16.1. Thanks, @bgentry!
0.2.0
- Upgrade to imgix-core-js 1.0.3
0.1.2
Merge pull request #6 from imgix/v0.1.2
Add default blueprint to properly install Bower dependencies