diff --git a/.changeset/brave-bobcats-kneel.md b/.changeset/brave-bobcats-kneel.md deleted file mode 100644 index a1c992fe2..000000000 --- a/.changeset/brave-bobcats-kneel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@responsive-image/webpack': major -'@responsive-image/ember': major -'@responsive-image/core': major -'@responsive-image/cdn': major ---- - -Rename all packages to be under a new @responsive-image scope diff --git a/.changeset/brave-forks-cry.md b/.changeset/brave-forks-cry.md deleted file mode 100644 index e5c74f9fe..000000000 --- a/.changeset/brave-forks-cry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/wc': major ---- - -Introduce new `@responsive-image/wc` package for Lit-based web component support - -This package exposes a browser native [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components#specifications). It is implemented using the [Lit](https://lit.dev/) library, but it can be used with any other [framework supporting web components](https://custom-elements-everywhere.com/), or none at all. diff --git a/.changeset/breezy-bats-attend.md b/.changeset/breezy-bats-attend.md deleted file mode 100644 index 780ac6f61..000000000 --- a/.changeset/breezy-bats-attend.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@responsive-image/vite-plugin': patch -'@responsive-image/webpack': patch ---- - -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. diff --git a/.changeset/bright-ligers-tell.md b/.changeset/bright-ligers-tell.md deleted file mode 100644 index adb3a7d5c..000000000 --- a/.changeset/bright-ligers-tell.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@responsive-image/cdn': minor -'@responsive-image/ember': minor ---- - -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. diff --git a/.changeset/brown-kids-wash.md b/.changeset/brown-kids-wash.md deleted file mode 100644 index 7f514dd93..000000000 --- a/.changeset/brown-kids-wash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/ember': patch ---- - -Refactor BlurHash usage in Ember - -Use dynamic import of local blurhash module instead of public asset, to let the bundler produce more robust output (e.g. custom publicPath) diff --git a/.changeset/calm-eels-wash.md b/.changeset/calm-eels-wash.md deleted file mode 100644 index c6a200e95..000000000 --- a/.changeset/calm-eels-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@responsive-image/ember": patch ---- - -Remove use of @ember/render-modifiers diff --git a/.changeset/cuddly-knives-sell.md b/.changeset/cuddly-knives-sell.md deleted file mode 100644 index d4f5618bf..000000000 --- a/.changeset/cuddly-knives-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/wc': minor ---- - -Add BlurHash support to web component diff --git a/.changeset/cyan-clocks-speak.md b/.changeset/cyan-clocks-speak.md deleted file mode 100644 index 75e6822dc..000000000 --- a/.changeset/cyan-clocks-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@responsive-image/ember': major -'@responsive-image/webpack': minor ---- - -Refactored BlurHash implementation to be ESM based diff --git a/.changeset/cyan-teachers-glow.md b/.changeset/cyan-teachers-glow.md deleted file mode 100644 index 992b405fd..000000000 --- a/.changeset/cyan-teachers-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/vite-plugin': minor ---- - -Support serve mode in vite-plugin diff --git a/.changeset/cyan-walls-grin.md b/.changeset/cyan-walls-grin.md deleted file mode 100644 index ce770d306..000000000 --- a/.changeset/cyan-walls-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/webpack': patch ---- - -Fix broken published webpack package diff --git a/.changeset/eleven-pans-poke.md b/.changeset/eleven-pans-poke.md deleted file mode 100644 index 6a1a14ee2..000000000 --- a/.changeset/eleven-pans-poke.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@responsive-image/build-utils': minor -'@responsive-image/vite-plugin': minor -'@responsive-image/webpack': minor ---- - -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. diff --git a/.changeset/fluffy-jeans-breathe.md b/.changeset/fluffy-jeans-breathe.md deleted file mode 100644 index 360ebff6c..000000000 --- a/.changeset/fluffy-jeans-breathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/build-utils': patch -'@responsive-image/vite-plugin': patch -'@responsive-image/webpack': patch ---- - -Refactor build plugins, extract shared functionality into `@response-image/build-utils` diff --git a/.changeset/giant-lobsters-type.md b/.changeset/giant-lobsters-type.md deleted file mode 100644 index 2035cd5d4..000000000 --- a/.changeset/giant-lobsters-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/cdn': major ---- - -Drop jpg, png as default image cdn formats diff --git a/.changeset/great-llamas-buy.md b/.changeset/great-llamas-buy.md deleted file mode 100644 index 2f11059ef..000000000 --- a/.changeset/great-llamas-buy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@responsive-image/build-utils': minor -'@responsive-image/vite-plugin': minor -'@responsive-image/webpack': minor ---- - -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. diff --git a/.changeset/late-olives-change.md b/.changeset/late-olives-change.md deleted file mode 100644 index 9499cdbc1..000000000 --- a/.changeset/late-olives-change.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@responsive-image/ember': major -'@responsive-image/cdn': patch ---- - -Remove FastBoot related workarounds in `imgix` image CDN provider - -Instead of working around a [known issue](https://github.com/ember-fastboot/ember-cli-fastboot/issues/816) in the actual runtime code, users need to add a FastBoot config to expose needed globals like `URL` or `URLSearchParams`, as documented in the [Ember guide](https://responsive-image.dev/frameworks/ember#fastboot). diff --git a/.changeset/long-falcons-sing.md b/.changeset/long-falcons-sing.md deleted file mode 100644 index cbd1c12c6..000000000 --- a/.changeset/long-falcons-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/wc': minor ---- - -Redispatch events, expose `complete` property diff --git a/.changeset/lucky-llamas-mix.md b/.changeset/lucky-llamas-mix.md deleted file mode 100644 index 18f438ce1..000000000 --- a/.changeset/lucky-llamas-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/wc': minor ---- - -Support styling with :part(img) diff --git a/.changeset/mean-pots-glow.md b/.changeset/mean-pots-glow.md deleted file mode 100644 index 7416c4147..000000000 --- a/.changeset/mean-pots-glow.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -'@responsive-image/cdn': major -'@responsive-image/ember': major ---- - -Use Record-based API for cloudinary transformations - -Instead of passing cloudinary transformations as a string according to the Cloudinary Transformation URL API, you need to pass them as an object. If you want to use chained transformations, pass an array of objects. - -```js -// using @resposive-image/cdn -const simpleTransformation = cloudinaryProvider('foo/bar.jpg', { - transformations: { co: 'rgb:20a020', e: 'colorize:50' }, -}); - -const chainedTransformation = cloudinaryProvider('foo/bar.jpg', { - transformations: [ - { co: 'rgb:20a020', e: 'colorize:50' }, - { ar: '1.0', c: 'fill', w: '150' }, - { r: 'max' }, - ], -}); -``` - -```hbs -{{!-- using @responsive-image/ember }} - -``` diff --git a/.changeset/moody-fireants-remain.md b/.changeset/moody-fireants-remain.md deleted file mode 100644 index 42e0b5d85..000000000 --- a/.changeset/moody-fireants-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@responsive-image/ember': patch -'@responsive-image/core': patch ---- - -Extract BlurHash utils onto core diff --git a/.changeset/nasty-bobcats-visit.md b/.changeset/nasty-bobcats-visit.md deleted file mode 100644 index 8788ea80c..000000000 --- a/.changeset/nasty-bobcats-visit.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@responsive-image/build-utils': minor -'@responsive-image/vite-plugin': minor -'@responsive-image/webpack': minor -'@responsive-image/ember': minor ---- - -Rename all `eri-*` attributes and classes to `ri-*` for consistency diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 9765a9d44..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "mode": "exit", - "tag": "beta", - "initialVersions": { - "@responsive-image/cloudinary": "0.0.0", - "@responsive-image/ember": "0.0.0", - "@responsive-image/imgix": "0.0.0", - "@responsive-image/webpack": "0.0.0", - "@responsive-image/cdn": "1.0.0-beta.0", - "@responsive-image/core": "1.0.0-beta.0", - "test-app": "0.0.0", - "ember-test-app": "0.0.0", - "ember-vite": "0.0.0", - "ember-webpack": "0.0.0", - "@responsive-image/vite-plugin": "1.0.0-beta.0", - "docs": "0.0.0", - "@responsive-image/build-utils": "1.0.0-beta.0", - "wc-lit": "0.0.0", - "@responsive-image/wc": "1.0.0-beta.0" - }, - "changesets": [ - "brave-bobcats-kneel", - "brave-forks-cry", - "breezy-bats-attend", - "bright-ligers-tell", - "brown-kids-wash", - "calm-eels-wash", - "cuddly-knives-sell", - "cyan-clocks-speak", - "cyan-teachers-glow", - "cyan-walls-grin", - "eleven-pans-poke", - "fluffy-jeans-breathe", - "giant-lobsters-type", - "great-llamas-buy", - "late-olives-change", - "long-falcons-sing", - "lucky-llamas-mix", - "mean-pots-glow", - "moody-fireants-remain", - "nasty-bobcats-visit", - "red-yaks-occur", - "six-dragons-check", - "stupid-horses-ring", - "sweet-days-itch", - "tasty-ads-guess", - "three-singers-taste", - "tidy-toys-hide", - "two-trains-tease", - "violet-vans-peel", - "weak-beds-act", - "wet-wolves-relax" - ] -} diff --git a/.changeset/red-yaks-occur.md b/.changeset/red-yaks-occur.md deleted file mode 100644 index d191ce7e2..000000000 --- a/.changeset/red-yaks-occur.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@responsive-image/ember': minor -'@responsive-image/cdn': minor ---- - -Add support for Netlify image CDN diff --git a/.changeset/six-dragons-check.md b/.changeset/six-dragons-check.md deleted file mode 100644 index 18f80a481..000000000 --- a/.changeset/six-dragons-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/core': patch ---- - -Add resolveImage utility diff --git a/.changeset/stupid-horses-ring.md b/.changeset/stupid-horses-ring.md deleted file mode 100644 index a59fd955b..000000000 --- a/.changeset/stupid-horses-ring.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@responsive-image/ember': major -'@responsive-image/cdn': major ---- - -Rename image CDN functions, dropping -provider suffix diff --git a/.changeset/sweet-days-itch.md b/.changeset/sweet-days-itch.md deleted file mode 100644 index b25ef6c3b..000000000 --- a/.changeset/sweet-days-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/ember': major ---- - -Drop support for Ember < 4.12 diff --git a/.changeset/tasty-ads-guess.md b/.changeset/tasty-ads-guess.md deleted file mode 100644 index e44f76b14..000000000 --- a/.changeset/tasty-ads-guess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@responsive-image/webpack': patch -'@responsive-image/vite-plugin': patch ---- - -Fix LQIP color bug causing invalid hex values diff --git a/.changeset/three-singers-taste.md b/.changeset/three-singers-taste.md deleted file mode 100644 index da6df188c..000000000 --- a/.changeset/three-singers-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/wc': minor ---- - -Support customizing HTML image attributes in `@responsive-image/wc` diff --git a/.changeset/tidy-toys-hide.md b/.changeset/tidy-toys-hide.md deleted file mode 100644 index d36606a67..000000000 --- a/.changeset/tidy-toys-hide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/ember': major ---- - -Drop service class - -The `responsive-image` service has been dropped and replaced with a simple static module from the new `core` package. diff --git a/.changeset/two-trains-tease.md b/.changeset/two-trains-tease.md deleted file mode 100644 index c3fe18191..000000000 --- a/.changeset/two-trains-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/vite-plugin': minor ---- - -Introduce new `@responsive/vite-plugin` with basic Vite loader diff --git a/.changeset/violet-vans-peel.md b/.changeset/violet-vans-peel.md deleted file mode 100644 index 1463a3b65..000000000 --- a/.changeset/violet-vans-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/vite-plugin': minor ---- - -Add LQIP support to vite-plugin diff --git a/.changeset/weak-beds-act.md b/.changeset/weak-beds-act.md deleted file mode 100644 index 1b45cfa17..000000000 --- a/.changeset/weak-beds-act.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@responsive-image/ember': major -'@responsive-image/cdn': major ---- - -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. diff --git a/.changeset/wet-wolves-relax.md b/.changeset/wet-wolves-relax.md deleted file mode 100644 index 707b3186a..000000000 --- a/.changeset/wet-wolves-relax.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@responsive-image/webpack': major ---- - -Use imagetools for more image processing options - -`@responsive-image/webpack` is now using the `imagetools-core` package for image processing via `sharp`. This now supports not only scaling to different sizes and generating different image formats as before, but also a lot of other [directives](https://github.com/JonasKruckenberg/imagetools/blob/main/docs/directives.md) for image manipulation. - -_Breaking Changes_: Some parameters passed to the loader as defaults directly or using as query parameters in imports had to change to align with that library: - -- `widths` has been renamed to `w` -- `formats` to `format` -- the separator for array vlues has been changed to `;` instead of `,` - -Example: `import image from './path/to/image.jpg?w=400;800&responsive';` diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 57d62599c..069f49b27 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -1,5 +1,26 @@ # @responsive-image/build-utils +## 1.0.0 + +### Minor Changes + +- [#663](https://github.com/simonihmig/responsive-image/pull/663) [`3ab97bd`](https://github.com/simonihmig/responsive-image/commit/3ab97bdd03fbf566dbbbd5a07973cba7ed665956) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/669) [`e2d6111`](https://github.com/simonihmig/responsive-image/commit/e2d61116cb1bb565bc6dbd20e8d9372a5acfd4f4) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/664) [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all `eri-*` attributes and classes to `ri-*` for consistency + +### Patch Changes + +- [#660](https://github.com/simonihmig/responsive-image/pull/660) [`1c903cd`](https://github.com/simonihmig/responsive-image/commit/1c903cd6bc30a66b483052539371034fd11f519b) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor build plugins, extract shared functionality into `@response-image/build-utils` + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0 + ## 1.0.0-beta.3 ### Patch Changes diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index 9eac1dcd6..a5c701854 100644 --- a/packages/build-utils/package.json +++ b/packages/build-utils/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/build-utils", - "version": "1.0.0-beta.3", + "version": "1.0.0", "description": "Internal package for shared build-related code as part of the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 5a38fa085..258d354b8 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,66 @@ # @responsive-image/cdn +## 1.0.0 + +### Major Changes + +- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope + +- [#782](https://github.com/simonihmig/responsive-image/pull/782) [`1f3b3d9`](https://github.com/simonihmig/responsive-image/commit/1f3b3d9f952047b5bd3e8a9b67598b50a8ea1a64) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop jpg, png as default image cdn formats + +- [#614](https://github.com/simonihmig/responsive-image/pull/614) [`2d10626`](https://github.com/simonihmig/responsive-image/commit/2d10626daca68fa97c6566bb5203e9861f1dadff) Thanks [@simonihmig](https://github.com/simonihmig)! - Use Record-based API for cloudinary transformations + + Instead of passing cloudinary transformations as a string according to the Cloudinary Transformation URL API, you need to pass them as an object. If you want to use chained transformations, pass an array of objects. + + ```js + // using @resposive-image/cdn + const simpleTransformation = cloudinaryProvider('foo/bar.jpg', { + transformations: { co: 'rgb:20a020', e: 'colorize:50' }, + }); + + const chainedTransformation = cloudinaryProvider('foo/bar.jpg', { + transformations: [ + { co: 'rgb:20a020', e: 'colorize:50' }, + { ar: '1.0', c: 'fill', w: '150' }, + { r: 'max' }, + ], + }); + ``` + + ```hbs + {{!-- using @responsive-image/ember }} + + ``` + +- [#783](https://github.com/simonihmig/responsive-image/pull/783) [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename image CDN functions, dropping -provider suffix + +- [#737](https://github.com/simonihmig/responsive-image/pull/737) [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d) Thanks [@simonihmig](https://github.com/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. + +### Minor Changes + +- [#585](https://github.com/simonihmig/responsive-image/pull/585) [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf) Thanks [@simonihmig](https://github.com/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. + +- [#773](https://github.com/simonihmig/responsive-image/pull/773) [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for Netlify image CDN + +### Patch Changes + +- [#771](https://github.com/simonihmig/responsive-image/pull/771) [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9) Thanks [@simonihmig](https://github.com/simonihmig)! - Remove FastBoot related workarounds in `imgix` image CDN provider + + Instead of working around a [known issue](https://github.com/ember-fastboot/ember-cli-fastboot/issues/816) in the actual runtime code, users need to add a FastBoot config to expose needed globals like `URL` or `URLSearchParams`, as documented in the [Ember guide](https://responsive-image.dev/frameworks/ember#fastboot). + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0 + ## 1.0.0-beta.4 ### Major Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 634c85630..3cb5caf65 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/cdn", - "version": "1.0.0-beta.4", + "version": "1.0.0", "description": "Support for loading remote images from Image CDNs as part of the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 30353c0bb..77c4e5280 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @responsive-image/core +## 1.0.0 + +### Major Changes + +- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope + +### Patch Changes + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc) Thanks [@simonihmig](https://github.com/simonihmig)! - Extract BlurHash utils onto core + +- [#794](https://github.com/simonihmig/responsive-image/pull/794) [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c) Thanks [@simonihmig](https://github.com/simonihmig)! - Add resolveImage utility + ## 1.0.0-beta.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4ed6760eb..8640c5b85 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/core", - "version": "1.0.0-beta.3", + "version": "1.0.0", "description": "Internal core functions and config for the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/ember/CHANGELOG.md b/packages/ember/CHANGELOG.md index 497cef970..09697cf6d 100644 --- a/packages/ember/CHANGELOG.md +++ b/packages/ember/CHANGELOG.md @@ -1,5 +1,83 @@ # ember-responsive-image +## 1.0.0 + +### Major Changes + +- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope + +- [#598](https://github.com/simonihmig/responsive-image/pull/598) [`025ccef`](https://github.com/simonihmig/responsive-image/commit/025ccef1c8a0580a1426126fade5cb7b25aa1859) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactored BlurHash implementation to be ESM based + +- [#771](https://github.com/simonihmig/responsive-image/pull/771) [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9) Thanks [@simonihmig](https://github.com/simonihmig)! - Remove FastBoot related workarounds in `imgix` image CDN provider + + Instead of working around a [known issue](https://github.com/ember-fastboot/ember-cli-fastboot/issues/816) in the actual runtime code, users need to add a FastBoot config to expose needed globals like `URL` or `URLSearchParams`, as documented in the [Ember guide](https://responsive-image.dev/frameworks/ember#fastboot). + +- [#614](https://github.com/simonihmig/responsive-image/pull/614) [`2d10626`](https://github.com/simonihmig/responsive-image/commit/2d10626daca68fa97c6566bb5203e9861f1dadff) Thanks [@simonihmig](https://github.com/simonihmig)! - Use Record-based API for cloudinary transformations + + Instead of passing cloudinary transformations as a string according to the Cloudinary Transformation URL API, you need to pass them as an object. If you want to use chained transformations, pass an array of objects. + + ```js + // using @resposive-image/cdn + const simpleTransformation = cloudinaryProvider('foo/bar.jpg', { + transformations: { co: 'rgb:20a020', e: 'colorize:50' }, + }); + + const chainedTransformation = cloudinaryProvider('foo/bar.jpg', { + transformations: [ + { co: 'rgb:20a020', e: 'colorize:50' }, + { ar: '1.0', c: 'fill', w: '150' }, + { r: 'max' }, + ], + }); + ``` + + ```hbs + {{!-- using @responsive-image/ember }} + + ``` + +- [#783](https://github.com/simonihmig/responsive-image/pull/783) [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename image CDN functions, dropping -provider suffix + +- [#752](https://github.com/simonihmig/responsive-image/pull/752) [`9f6c96e`](https://github.com/simonihmig/responsive-image/commit/9f6c96eb4b63b6ce97fdb218befa3e9e064c564a) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop support for Ember < 4.12 + +- [#579](https://github.com/simonihmig/responsive-image/pull/579) [`5a69e21`](https://github.com/simonihmig/responsive-image/commit/5a69e21cca4716332ec41aa7cf9ae143eddd9d1c) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop service class + + The `responsive-image` service has been dropped and replaced with a simple static module from the new `core` package. + +- [#737](https://github.com/simonihmig/responsive-image/pull/737) [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d) Thanks [@simonihmig](https://github.com/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. + +### Minor Changes + +- [#585](https://github.com/simonihmig/responsive-image/pull/585) [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf) Thanks [@simonihmig](https://github.com/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. + +- [#664](https://github.com/simonihmig/responsive-image/pull/664) [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all `eri-*` attributes and classes to `ri-*` for consistency + +- [#773](https://github.com/simonihmig/responsive-image/pull/773) [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for Netlify image CDN + +### Patch Changes + +- [#744](https://github.com/simonihmig/responsive-image/pull/744) [`b370ed6`](https://github.com/simonihmig/responsive-image/commit/b370ed63f81d4d37a63f0b1f8117992d49aada6f) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor BlurHash usage in Ember + + Use dynamic import of local blurhash module instead of public asset, to let the bundler produce more robust output (e.g. custom publicPath) + +- [#646](https://github.com/simonihmig/responsive-image/pull/646) [`9661f86`](https://github.com/simonihmig/responsive-image/commit/9661f86f9a1f2f51adb33427ac9098c656ba3d02) Thanks [@simonihmig](https://github.com/simonihmig)! - Remove use of @ember/render-modifiers + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc) Thanks [@simonihmig](https://github.com/simonihmig)! - Extract BlurHash utils onto core + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf), [`1f3b3d9`](https://github.com/simonihmig/responsive-image/commit/1f3b3d9f952047b5bd3e8a9b67598b50a8ea1a64), [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9), [`2d10626`](https://github.com/simonihmig/responsive-image/commit/2d10626daca68fa97c6566bb5203e9861f1dadff), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c), [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f), [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d)]: + - @responsive-image/core@1.0.0 + - @responsive-image/cdn@1.0.0 + ## 1.0.0-beta.5 ### Major Changes diff --git a/packages/ember/package.json b/packages/ember/package.json index d25187afc..e8b45daa5 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/ember", - "version": "1.0.0-beta.5", + "version": "1.0.0", "description": "Ember addon to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "keywords": [ "ember-addon" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index a2dca91fb..5b111285a 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,39 @@ # @responsive-image/vite-plugin +## 1.0.0 + +### Minor Changes + +- [#640](https://github.com/simonihmig/responsive-image/pull/640) [`49b242d`](https://github.com/simonihmig/responsive-image/commit/49b242d5aba9d3b665512a81dc4cce84ce7c2832) Thanks [@simonihmig](https://github.com/simonihmig)! - Support serve mode in vite-plugin + +- [#663](https://github.com/simonihmig/responsive-image/pull/663) [`3ab97bd`](https://github.com/simonihmig/responsive-image/commit/3ab97bdd03fbf566dbbbd5a07973cba7ed665956) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/669) [`e2d6111`](https://github.com/simonihmig/responsive-image/commit/e2d61116cb1bb565bc6dbd20e8d9372a5acfd4f4) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/664) [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all `eri-*` attributes and classes to `ri-*` for consistency + +- [#619](https://github.com/simonihmig/responsive-image/pull/619) [`cb2e67f`](https://github.com/simonihmig/responsive-image/commit/cb2e67fbd75dd5691f3f903813bf474d54000b73) Thanks [@simonihmig](https://github.com/simonihmig)! - Introduce new `@responsive/vite-plugin` with basic Vite loader + +- [#642](https://github.com/simonihmig/responsive-image/pull/642) [`7ca5b5c`](https://github.com/simonihmig/responsive-image/commit/7ca5b5c9a9d98c201098ae349c0057dd63753ede) Thanks [@simonihmig](https://github.com/simonihmig)! - Add LQIP support to vite-plugin + +### 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. + +- [#660](https://github.com/simonihmig/responsive-image/pull/660) [`1c903cd`](https://github.com/simonihmig/responsive-image/commit/1c903cd6bc30a66b483052539371034fd11f519b) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor build plugins, extract shared functionality into `@response-image/build-utils` + +- [#633](https://github.com/simonihmig/responsive-image/pull/633) [`353cfab`](https://github.com/simonihmig/responsive-image/commit/353cfab5b10933f213fc4d895231b6d44fcb2d7c) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix LQIP color bug causing invalid hex values + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`3ab97bd`](https://github.com/simonihmig/responsive-image/commit/3ab97bdd03fbf566dbbbd5a07973cba7ed665956), [`1c903cd`](https://github.com/simonihmig/responsive-image/commit/1c903cd6bc30a66b483052539371034fd11f519b), [`e2d6111`](https://github.com/simonihmig/responsive-image/commit/e2d61116cb1bb565bc6dbd20e8d9372a5acfd4f4), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0 + - @responsive-image/build-utils@1.0.0 + ## 1.0.0-beta.4 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 349ba14a5..075f101eb 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.4", + "version": "1.0.0", "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/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index cf50dfdaa..6cc229816 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,28 @@ # @responsive-image/wc +## 1.0.0 + +### Major Changes + +- [#715](https://github.com/simonihmig/responsive-image/pull/715) [`fee0cb5`](https://github.com/simonihmig/responsive-image/commit/fee0cb5a6deb05556f556f1a5f25549fa9e05598) Thanks [@simonihmig](https://github.com/simonihmig)! - Introduce new `@responsive-image/wc` package for Lit-based web component support + + This package exposes a browser native [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components#specifications). It is implemented using the [Lit](https://lit.dev/) library, but it can be used with any other [framework supporting web components](https://custom-elements-everywhere.com/), or none at all. + +### Minor Changes + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`da0f40c`](https://github.com/simonihmig/responsive-image/commit/da0f40cfd1cfeca1b4005d6359a40b01c4f66b7d) Thanks [@simonihmig](https://github.com/simonihmig)! - Add BlurHash support to web component + +- [#764](https://github.com/simonihmig/responsive-image/pull/764) [`8588cc6`](https://github.com/simonihmig/responsive-image/commit/8588cc6f8ed200c49353f7bd3652dd70e11aa9e2) Thanks [@simonihmig](https://github.com/simonihmig)! - Redispatch events, expose `complete` property + +- [#762](https://github.com/simonihmig/responsive-image/pull/762) [`486695e`](https://github.com/simonihmig/responsive-image/commit/486695e083446f6a9c7deda5c086fbb641cee967) Thanks [@simonihmig](https://github.com/simonihmig)! - Support styling with :part(img) + +- [#763](https://github.com/simonihmig/responsive-image/pull/763) [`05815c0`](https://github.com/simonihmig/responsive-image/commit/05815c0095c2d3f00d7dcc2028a7a224dad5e349) Thanks [@simonihmig](https://github.com/simonihmig)! - Support customizing HTML image attributes in `@responsive-image/wc` + +### Patch Changes + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0 + ## 1.0.0-beta.2 ### Patch Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index 50845c5b6..f00863c91 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -3,7 +3,7 @@ "description": "Webcomponent to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "license": "MIT", "author": "Simon Ihmig ", - "version": "1.0.0-beta.2", + "version": "1.0.0", "repository": "https://github.com/simonihmig/responsive-image", "type": "module", "main": "dist/src/index.js", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 668fa47a2..dafe59a0e 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,53 @@ # @ember-responsive-image/webpack +## 1.0.0 + +### Major Changes + +- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope + +- [#608](https://github.com/simonihmig/responsive-image/pull/608) [`a3f94f2`](https://github.com/simonihmig/responsive-image/commit/a3f94f284b530a9d08f424ffbe5e735a8ddc388a) Thanks [@simonihmig](https://github.com/simonihmig)! - Use imagetools for more image processing options + + `@responsive-image/webpack` is now using the `imagetools-core` package for image processing via `sharp`. This now supports not only scaling to different sizes and generating different image formats as before, but also a lot of other [directives](https://github.com/JonasKruckenberg/imagetools/blob/main/docs/directives.md) for image manipulation. + + _Breaking Changes_: Some parameters passed to the loader as defaults directly or using as query parameters in imports had to change to align with that library: + + - `widths` has been renamed to `w` + - `formats` to `format` + - the separator for array vlues has been changed to `;` instead of `,` + + Example: `import image from './path/to/image.jpg?w=400;800&responsive';` + +### Minor Changes + +- [#598](https://github.com/simonihmig/responsive-image/pull/598) [`025ccef`](https://github.com/simonihmig/responsive-image/commit/025ccef1c8a0580a1426126fade5cb7b25aa1859) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactored BlurHash implementation to be ESM based + +- [#663](https://github.com/simonihmig/responsive-image/pull/663) [`3ab97bd`](https://github.com/simonihmig/responsive-image/commit/3ab97bdd03fbf566dbbbd5a07973cba7ed665956) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/669) [`e2d6111`](https://github.com/simonihmig/responsive-image/commit/e2d61116cb1bb565bc6dbd20e8d9372a5acfd4f4) Thanks [@simonihmig](https://github.com/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](https://github.com/simonihmig/responsive-image/pull/664) [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all `eri-*` attributes and classes to `ri-*` for consistency + +### 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. + +- [#604](https://github.com/simonihmig/responsive-image/pull/604) [`63e0336`](https://github.com/simonihmig/responsive-image/commit/63e0336a30b44c58df80b0f873417108cc11b101) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix broken published webpack package + +- [#660](https://github.com/simonihmig/responsive-image/pull/660) [`1c903cd`](https://github.com/simonihmig/responsive-image/commit/1c903cd6bc30a66b483052539371034fd11f519b) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor build plugins, extract shared functionality into `@response-image/build-utils` + +- [#633](https://github.com/simonihmig/responsive-image/pull/633) [`353cfab`](https://github.com/simonihmig/responsive-image/commit/353cfab5b10933f213fc4d895231b6d44fcb2d7c) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix LQIP color bug causing invalid hex values + +- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`3ab97bd`](https://github.com/simonihmig/responsive-image/commit/3ab97bdd03fbf566dbbbd5a07973cba7ed665956), [`1c903cd`](https://github.com/simonihmig/responsive-image/commit/1c903cd6bc30a66b483052539371034fd11f519b), [`e2d6111`](https://github.com/simonihmig/responsive-image/commit/e2d61116cb1bb565bc6dbd20e8d9372a5acfd4f4), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`bab7cae`](https://github.com/simonihmig/responsive-image/commit/bab7cae77fa4d5d2bd6f46ccec91f4ba327be492), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0 + - @responsive-image/build-utils@1.0.0 + ## 1.0.0-beta.6 ### Patch Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 862a34cb3..a659d004e 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/webpack", - "version": "1.0.0-beta.6", + "version": "1.0.0", "description": "Webpack loaders that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT",