diff --git a/.changeset/pre.json b/.changeset/pre.json index 19b6a5bc2..24dce17cf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ }, "changesets": [ "brave-bobcats-kneel", + "breezy-bats-attend", "bright-ligers-tell", "calm-eels-wash", "cyan-clocks-speak", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 248b71cae..5bfb6f70c 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @responsive-image/vite-plugin +## 1.0.0-beta.3 + +### Patch Changes + +- [#681](https://github.com/simonihmig/responsive-image/pull/681) [`4b08662`](https://github.com/simonihmig/responsive-image/commit/4b086620f9d1347fc26d21c6ca076775046bd547) Thanks [@simonihmig](https://github.com/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. + ## 1.0.0-beta.2 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index e01aa5000..652e0a8a1 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/vite-plugin", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Vite plugins that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 40fdd8cb2..c0011fe0f 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,13 @@ # @ember-responsive-image/webpack +## 1.0.0-beta.5 + +### Patch Changes + +- [#681](https://github.com/simonihmig/responsive-image/pull/681) [`4b08662`](https://github.com/simonihmig/responsive-image/commit/4b086620f9d1347fc26d21c6ca076775046bd547) Thanks [@simonihmig](https://github.com/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. + ## 1.0.0-beta.4 ### Minor Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 195b9c7af..0da7f81b6 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/webpack", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "description": "Webpack loaders that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT",