Skip to content

Releases: simonihmig/responsive-image

@responsive-image/webpack@1.0.0-beta.2

01 Jun 16:44
ad6be4e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@responsive-image/webpack@1.0.0-beta.1

23 May 20:11
df95b63
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

Patch Changes

  • Updated dependencies [84abd80]:
    • @responsive-image/core@1.0.0-beta.1

@responsive-image/ember@1.0.0-beta.1

23 May 20:11
df95b63
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #586 84abd80 Thanks @simonihmig! - Rename all packages to be under a new @responsive-image scope

  • #598 025ccef Thanks @simonihmig! - Refactored BlurHash implementation to be ESM based

  • #579 5a69e21 Thanks @simonihmig! - Drop service class

    The responsive-image service has been dropped and replaced with a simple static module from the new core package.

Minor Changes

  • #585 ab0e08b Thanks @simonihmig! - Move CDN providers to a single dedicated cdn package.

    Ember helpers are now exposed from the main @responsive-image/ember package again, wrapping the function from the new @responsive-image/cdn package.
    The previous dedicated addons @ember-responsive-image/cloudinary and @ember-responsive-image/imgix have been removed again.

Patch Changes

  • Updated dependencies [84abd80, ab0e08b]:
    • @responsive-image/core@1.0.0-beta.1
    • @responsive-image/cdn@1.0.0-beta.1

@responsive-image/core@1.0.0-beta.1

23 May 20:11
df95b63
Compare
Choose a tag to compare
Pre-release

Major Changes

@responsive-image/cdn@1.0.0-beta.1

23 May 20:11
df95b63
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

  • #585 ab0e08b Thanks @simonihmig! - Move CDN providers to a single dedicated cdn package.

    Ember helpers are now exposed from the main @responsive-image/ember package again, wrapping the function from the new @responsive-image/cdn package.
    The previous dedicated addons @ember-responsive-image/cloudinary and @ember-responsive-image/imgix have been removed again.

Patch Changes

  • Updated dependencies [84abd80]:
    • @responsive-image/core@1.0.0-beta.1

ember-responsive-image@5.0.0-beta.1

23 Apr 20:31
48d122b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #573 fed835d Thanks @simonihmig! - Fix broken build when no addon config is found

  • Updated dependencies [f8d3ebb]:

    • @ember-responsive-image/blurhash@1.0.0-beta.1

@ember-responsive-image/blurhash@1.0.0-beta.1

23 Apr 20:31
48d122b
Compare
Choose a tag to compare

Patch Changes

  • #571 f8d3ebb Thanks @simonihmig! - Fix broken blurhash package

  • Updated dependencies []:

    • @ember-responsive-image/webpack@1.0.0-beta.0

@ember-responsive-image/blurhash@1.0.0-beta.0

Major Changes

  • #547 fe2b113 Thanks @simonihmig! - Major rewrite as a v2 addon

    The main addon is now a fully static v2 addon. No more broccoli, all processing of local images has moved to Webpack-native loaders, invoked by ember-auto-import for classic builds or Embroider.

    The main breaking change here is that when using the <ResponsiveImage/> component you don't refer to the image by a string-based reference anymore. In the pull-based world of v2 addons, you need to explicitly import the image file. This triggers the Webpack loaders, applying the image processing. This has t he benefit of only processing what is actually used, and being able to apply specific image processing options per import.

    For organizational purposes, the different concerns (image processing, image CDN providers etc.) have been split into separate packages that you need to add as dependencies if you make use of them:

    • @ember-responsive-image/webpack for local image processing
    • @ember-responsive-image/cloudinary for supporting the Cloudinary image CDN
    • @ember-responsive-image/imgix for supporting the Imgix image CDN
    • @ember-responsive-image/blurhash for BlurHash LQIP support

    The configuration of the addon has been moved from ember-cli-build.js to separate configurations for each of the above packages. Please refer to their respective documentation.

Patch Changes

  • Updated dependencies [fe2b113]:
    • @ember-responsive-image/webpack@1.0.0-beta.0

Release 4.0.0

23 Nov 18:28
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Committers: 2

Release 3.4.0

29 Apr 11:35
Compare
Choose a tag to compare

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 1