Skip to content

Releases: simonihmig/responsive-image

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

Patch Changes

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #681 4b08662 Thanks @simonihmig! - Support aspect ratio parameter correctly

    When aspect is given (via import query params), the height of the image is adjusted to match when resizing, and the image component will correctly render with the new aspect ratio, rather than that of the original image.

  • Updated dependencies [92f957f]:

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #752 9f6c96e Thanks @simonihmig! - Drop support for Ember < 4.12

  • #737 55c502c Thanks @simonihmig! - Refactor the way to set config

    The ember package does not read from config/addons.js anymore. Instead an explicit runtime call to setConfig() is needed, same as for the wc package. The cdn package reads its config from the cdn namespace.

Patch Changes

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Patch Changes

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #737 55c502c Thanks @simonihmig! - Refactor the way to set config

    The ember package does not read from config/addons.js anymore. Instead an explicit runtime call to setConfig() is needed, same as for the wc package. The cdn package reads its config from the cdn namespace.

Patch Changes

@responsive-image/[email protected]

17 Nov 14:18
73eb0e5
Compare
Choose a tag to compare
Pre-release

Patch Changes

@responsive-image/[email protected]

28 Sep 17:51
774d779
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #663 3ab97bd Thanks @simonihmig! - Do not apply default value for quality

    Instead we rely on sharp's own defaults. For .avif images this will use a lower quality setting (50 instead of 80), which produces smaller sizes with almost the same visual quality as e.g. 80 for jpegs.

  • #669 e2d6111 Thanks @simonihmig! - Add caching support

    Generated images will be cached, based on the source and image processing config. This is especially useul for the vite-plugin in dev mode (serve), since images are processed on-demand within the Vite dev server middleware.

  • #664 bab7cae Thanks @simonihmig! - Rename all eri-* attributes and classes to ri-* for consistency

Patch Changes

@responsive-image/[email protected]

28 Sep 17:51
774d779
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #663 3ab97bd Thanks @simonihmig! - Do not apply default value for quality

    Instead we rely on sharp's own defaults. For .avif images this will use a lower quality setting (50 instead of 80), which produces smaller sizes with almost the same visual quality as e.g. 80 for jpegs.

  • #669 e2d6111 Thanks @simonihmig! - Add caching support

    Generated images will be cached, based on the source and image processing config. This is especially useul for the vite-plugin in dev mode (serve), since images are processed on-demand within the Vite dev server middleware.

  • #664 bab7cae Thanks @simonihmig! - Rename all eri-* attributes and classes to ri-* for consistency

Patch Changes

@responsive-image/[email protected]

28 Sep 17:51
774d779
Compare
Choose a tag to compare
Pre-release

Minor Changes

@responsive-image/[email protected]

28 Sep 17:51
774d779
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #663 3ab97bd Thanks @simonihmig! - Do not apply default value for quality

    Instead we rely on sharp's own defaults. For .avif images this will use a lower quality setting (50 instead of 80), which produces smaller sizes with almost the same visual quality as e.g. 80 for jpegs.

  • #669 e2d6111 Thanks @simonihmig! - Add caching support

    Generated images will be cached, based on the source and image processing config. This is especially useul for the vite-plugin in dev mode (serve), since images are processed on-demand within the Vite dev server middleware.

  • #664 bab7cae Thanks @simonihmig! - Rename all eri-* attributes and classes to ri-* for consistency

Patch Changes

  • #660 1c903cd Thanks @simonihmig! - Refactor build plugins, extract shared functionality into @response-image/build-utils