Releases: simonihmig/responsive-image
@responsive-image/[email protected]
Major Changes
-
#715
fee0cb5
Thanks @simonihmig! - Introduce new@responsive-image/wc
package for Lit-based web component supportThis package exposes a browser native Web Component. It is implemented using the Lit library, but it can be used with any other framework supporting web components, or none at all.
Minor Changes
-
#726
da0f40c
Thanks @simonihmig! - Add BlurHash support to web component -
#764
8588cc6
Thanks @simonihmig! - Redispatch events, exposecomplete
property -
#762
486695e
Thanks @simonihmig! - Support styling with :part(img) -
#763
05815c0
Thanks @simonihmig! - Support customizing HTML image attributes in@responsive-image/wc
Patch Changes
- Updated dependencies [
92f957f
]:- @responsive-image/[email protected]
@responsive-image/[email protected]
Patch Changes
-
#681
4b08662
Thanks @simonihmig! - Supportaspect
ratio parameter correctlyWhen
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]
- @responsive-image/[email protected]
@responsive-image/[email protected]
Major Changes
-
#752
9f6c96e
Thanks @simonihmig! - Drop support for Ember < 4.12 -
#737
55c502c
Thanks @simonihmig! - Refactor the way to set configThe
ember
package does not read fromconfig/addons.js
anymore. Instead an explicit runtime call tosetConfig()
is needed, same as for thewc
package. Thecdn
package reads its config from thecdn
namespace.
Patch Changes
-
#744
b370ed6
Thanks @simonihmig! - Refactor BlurHash usage in EmberUse dynamic import of local blurhash module instead of public asset, to let the bundler produce more robust output (e.g. custom publicPath)
-
#726
92f957f
Thanks @simonihmig! - Extract BlurHash utils onto core -
Updated dependencies [
92f957f
,55c502c
]:- @responsive-image/[email protected]
- @responsive-image/[email protected]
@responsive-image/[email protected]
Patch Changes
- #726
92f957f
Thanks @simonihmig! - Extract BlurHash utils onto core
@responsive-image/[email protected]
Major Changes
-
#737
55c502c
Thanks @simonihmig! - Refactor the way to set configThe
ember
package does not read fromconfig/addons.js
anymore. Instead an explicit runtime call tosetConfig()
is needed, same as for thewc
package. Thecdn
package reads its config from thecdn
namespace.
Patch Changes
- Updated dependencies [
92f957f
]:- @responsive-image/[email protected]
@responsive-image/[email protected]
Patch Changes
- Updated dependencies [
92f957f
]:- @responsive-image/[email protected]
@responsive-image/[email protected]
Minor Changes
-
#663
3ab97bd
Thanks @simonihmig! - Do not apply default value for qualityInstead 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 supportGenerated 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 alleri-*
attributes and classes tori-*
for consistency
Patch Changes
-
#660
1c903cd
Thanks @simonihmig! - Refactor build plugins, extract shared functionality into@response-image/build-utils
-
#633
353cfab
Thanks @simonihmig! - Fix LQIP color bug causing invalid hex values -
Updated dependencies [
3ab97bd
,1c903cd
,e2d6111
,bab7cae
]:- @responsive-image/[email protected]
@responsive-image/[email protected]
Minor Changes
-
#663
3ab97bd
Thanks @simonihmig! - Do not apply default value for qualityInstead 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 supportGenerated 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 alleri-*
attributes and classes tori-*
for consistency
Patch Changes
-
#660
1c903cd
Thanks @simonihmig! - Refactor build plugins, extract shared functionality into@response-image/build-utils
-
#633
353cfab
Thanks @simonihmig! - Fix LQIP color bug causing invalid hex values -
Updated dependencies [
3ab97bd
,1c903cd
,e2d6111
,bab7cae
]:- @responsive-image/[email protected]
@responsive-image/[email protected]
Minor Changes
- #664
bab7cae
Thanks @simonihmig! - Rename alleri-*
attributes and classes tori-*
for consistency
@responsive-image/[email protected]
Minor Changes
-
#663
3ab97bd
Thanks @simonihmig! - Do not apply default value for qualityInstead 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 supportGenerated 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 alleri-*
attributes and classes tori-*
for consistency
Patch Changes
- #660
1c903cd
Thanks @simonihmig! - Refactor build plugins, extract shared functionality into@response-image/build-utils