Skip to content

Releases: imgix/ember-cli-imgix

3.0.3

01 Aug 19:35
Compare
Choose a tag to compare
  • chore(deprecations): import reads from '@ember/object/computed' by @gilest in #227

New Contributors

3.0.2

07 Feb 18:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

3.0.1

07 Feb 18:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

3.0.0

16 Dec 13:56
Compare
Choose a tag to compare

BREAKING CHANGES

  • The deprecated imgix-image-wrapped component has been removed.
  • Ember 2.x is no longer supported.
  • Upgraded ember-cli-babel to 7.26.6

Internal

  • Update Ember CLI blueprint to 3.28
  • Widen range of allowed ember-get-config versions

New Contributors

Full Changelog: v2.1.2...v3.0.0

2.1.2

03 Jan 21:02
Compare
Choose a tag to compare
  • fix: remove fallback src from srcset list (#122) (95206ff)

2.1.1

11 Jul 17:50
Compare
Choose a tag to compare
  • chore(deps): upgrade imgix-core-js to v2.0.0 (#75) (9a4c0de)

2.1.0

08 Mar 19:57
Compare
Choose a tag to compare
  • add global default parameters, which can be specified from the application config (#72) (0a12f4a)
  • imgix-bg: a new component which enables an image to be rendered as a background behind children components (#70) (541f3d6)

0.3.8

12 Aug 20:32
Compare
Choose a tag to compare
  • Addresses a race condition in more recent Ember versions where the
    resize counter and width calculation could occur prior to the insertion
    of a parent view. Thanks @reidab!

0.3.7

03 Aug 23:50
Compare
Choose a tag to compare
  • Adds ember-getowner-polyfill to resolve #12. Thanks, @reidab!

0.3.6

02 Aug 20:19
Compare
Choose a tag to compare
  • Fix Ember 2.6.x deprecation. Thanks, @reidab!