diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 307653ef..66308e91 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.55](http://axe312ger.github.io/sqip/compare/sqip-demo@1.0.0-alpha.54...sqip-demo@1.0.0-alpha.55) (2024-03-28) + +**Note:** Version bump only for package sqip-demo + + + + + # [1.0.0-alpha.54](http://axe312ger.github.io/sqip/compare/sqip-demo@1.0.0-alpha.53...sqip-demo@1.0.0-alpha.54) (2024-03-22) **Note:** Version bump only for package sqip-demo diff --git a/demo/package.json b/demo/package.json index e6aeb1c5..e2fd9421 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "sqip-demo", - "version": "1.0.0-alpha.54", + "version": "1.0.0-alpha.55", "main": "index.html", "repository": "http://axe312ger.github.io/sqip", "author": "Benedikt Rötsch ", @@ -25,7 +25,7 @@ "pretty-bytes": "6.1.1", "probe-image-size": "7.2.3", "sharp": "0.32.6", - "sqip": "^1.0.0-alpha.50", + "sqip": "^1.0.0-alpha.51", "sqip-legacy": "npm:sqip@legacy", "systeminformation": "^5.22.0", "vhtml": "2.2.0" diff --git a/packages/sqip-cli/CHANGELOG.md b/packages/sqip-cli/CHANGELOG.md index 8a401022..882e72bb 100644 --- a/packages/sqip-cli/CHANGELOG.md +++ b/packages/sqip-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.58](https://github.com/axe312ger/sqip/compare/sqip-cli@1.0.0-alpha.57...sqip-cli@1.0.0-alpha.58) (2024-03-28) + +**Note:** Version bump only for package sqip-cli + + + + + # [1.0.0-alpha.57](https://github.com/axe312ger/sqip/compare/sqip-cli@1.0.0-alpha.56...sqip-cli@1.0.0-alpha.57) (2024-03-25) **Note:** Version bump only for package sqip-cli diff --git a/packages/sqip-cli/package.json b/packages/sqip-cli/package.json index fb3206a0..2993809c 100644 --- a/packages/sqip-cli/package.json +++ b/packages/sqip-cli/package.json @@ -1,6 +1,6 @@ { "name": "sqip-cli", - "version": "1.0.0-alpha.57", + "version": "1.0.0-alpha.58", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -34,11 +34,11 @@ "debug": "^4.3.4", "fs-extra": "^11.1.1", "pkg-up": "^3.1.0", - "sqip": "^1.0.0-alpha.50", - "sqip-plugin-blur": "^1.0.0-alpha.52", - "sqip-plugin-data-uri": "^1.0.0-alpha.51", - "sqip-plugin-primitive": "^1.0.0-alpha.52", - "sqip-plugin-svgo": "^1.0.0-alpha.53" + "sqip": "^1.0.0-alpha.51", + "sqip-plugin-blur": "^1.0.0-alpha.53", + "sqip-plugin-data-uri": "^1.0.0-alpha.52", + "sqip-plugin-primitive": "^1.0.0-alpha.53", + "sqip-plugin-svgo": "^1.0.0-alpha.54" }, "devDependencies": { "@types/command-line-args": "5.2.3", diff --git a/packages/sqip-plugin-blur/CHANGELOG.md b/packages/sqip-plugin-blur/CHANGELOG.md index e6a183e5..f2cbb381 100644 --- a/packages/sqip-plugin-blur/CHANGELOG.md +++ b/packages/sqip-plugin-blur/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.53](https://github.com/axe312ger/sqip/compare/sqip-plugin-blur@1.0.0-alpha.52...sqip-plugin-blur@1.0.0-alpha.53) (2024-03-28) + + +### Features + +* blur plugin now uses css blur while the legacy SVG Gaussian Blur is still optionally available ([5ffeab5](https://github.com/axe312ger/sqip/commit/5ffeab5f1486edc9fe735a1127d78343ec237319)) + + + + + # [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/sqip-plugin-blur@1.0.0-alpha.51...sqip-plugin-blur@1.0.0-alpha.52) (2024-03-22) diff --git a/packages/sqip-plugin-blur/package.json b/packages/sqip-plugin-blur/package.json index 3170bddd..b89eaf94 100644 --- a/packages/sqip-plugin-blur/package.json +++ b/packages/sqip-plugin-blur/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-blur", - "version": "1.0.0-alpha.52", + "version": "1.0.0-alpha.53", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -27,6 +27,6 @@ "url": "https://github.com/axe312ger/sqip/issues" }, "dependencies": { - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" } } diff --git a/packages/sqip-plugin-blurhash/CHANGELOG.md b/packages/sqip-plugin-blurhash/CHANGELOG.md index e96bf563..a3947803 100644 --- a/packages/sqip-plugin-blurhash/CHANGELOG.md +++ b/packages/sqip-plugin-blurhash/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.10](https://github.com/axe312ger/sqip/compare/sqip-plugin-blurhash@1.0.0-alpha.9...sqip-plugin-blurhash@1.0.0-alpha.10) (2024-03-28) + +**Note:** Version bump only for package sqip-plugin-blurhash + + + + + # [1.0.0-alpha.9](https://github.com/axe312ger/sqip/compare/sqip-plugin-blurhash@1.0.0-alpha.8...sqip-plugin-blurhash@1.0.0-alpha.9) (2024-03-22) diff --git a/packages/sqip-plugin-blurhash/package.json b/packages/sqip-plugin-blurhash/package.json index ceadd64b..fc4b6df5 100644 --- a/packages/sqip-plugin-blurhash/package.json +++ b/packages/sqip-plugin-blurhash/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-blurhash", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Plugin for blurhash", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -28,6 +28,6 @@ "dependencies": { "blurhash": "^2.0.5", "sharp": "^0.32.0", - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" } } diff --git a/packages/sqip-plugin-data-uri/CHANGELOG.md b/packages/sqip-plugin-data-uri/CHANGELOG.md index 1a60a620..352adba5 100644 --- a/packages/sqip-plugin-data-uri/CHANGELOG.md +++ b/packages/sqip-plugin-data-uri/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/sqip-plugin-data-uri@1.0.0-alpha.51...sqip-plugin-data-uri@1.0.0-alpha.52) (2024-03-28) + +**Note:** Version bump only for package sqip-plugin-data-uri + + + + + # [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/sqip-plugin-data-uri@1.0.0-alpha.50...sqip-plugin-data-uri@1.0.0-alpha.51) (2024-03-22) **Note:** Version bump only for package sqip-plugin-data-uri diff --git a/packages/sqip-plugin-data-uri/package.json b/packages/sqip-plugin-data-uri/package.json index 0ff6c082..da369e96 100644 --- a/packages/sqip-plugin-data-uri/package.json +++ b/packages/sqip-plugin-data-uri/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-data-uri", - "version": "1.0.0-alpha.51", + "version": "1.0.0-alpha.52", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -28,6 +28,6 @@ }, "dependencies": { "mini-svg-data-uri": "^1.4.4", - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" } } diff --git a/packages/sqip-plugin-pixels/CHANGELOG.md b/packages/sqip-plugin-pixels/CHANGELOG.md index 8c2437f8..f4670061 100644 --- a/packages/sqip-plugin-pixels/CHANGELOG.md +++ b/packages/sqip-plugin-pixels/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.53](https://github.com/axe312ger/sqip/compare/sqip-plugin-pixels@1.0.0-alpha.52...sqip-plugin-pixels@1.0.0-alpha.53) (2024-03-28) + + +### Features + +* sqip now can naively detect the image background color and the pixels blugin supports setting background color which will be handled as transparent pixels ([f4b7748](https://github.com/axe312ger/sqip/commit/f4b774859591390be3e80c6f3f8b0ec062af4716)) +* the outer pixels now overlap the viewport to allow css blur without ugly borders ([6295d54](https://github.com/axe312ger/sqip/commit/6295d54731af88903c4fc92640df1e8791bed784)) + + + + + # [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/sqip-plugin-pixels@1.0.0-alpha.51...sqip-plugin-pixels@1.0.0-alpha.52) (2024-03-22) **Note:** Version bump only for package sqip-plugin-pixels diff --git a/packages/sqip-plugin-pixels/package.json b/packages/sqip-plugin-pixels/package.json index 973acb85..81f27c86 100644 --- a/packages/sqip-plugin-pixels/package.json +++ b/packages/sqip-plugin-pixels/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-pixels", - "version": "1.0.0-alpha.52", + "version": "1.0.0-alpha.53", "description": "Experimental plugin to create a pixelation effect", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -28,7 +28,7 @@ "dependencies": { "@svgdotjs/svg.js": "^3.2.0", "sharp": "^0.32.0", - "sqip": "^1.0.0-alpha.50", + "sqip": "^1.0.0-alpha.51", "svgdom": "^0.1.19" }, "devDependencies": { diff --git a/packages/sqip-plugin-potrace/CHANGELOG.md b/packages/sqip-plugin-potrace/CHANGELOG.md index 94458b9f..339b1339 100644 --- a/packages/sqip-plugin-potrace/CHANGELOG.md +++ b/packages/sqip-plugin-potrace/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.23](https://github.com/axe312ger/sqip/compare/sqip-plugin-potrace@1.0.0-alpha.22...sqip-plugin-potrace@1.0.0-alpha.23) (2024-03-28) + +**Note:** Version bump only for package sqip-plugin-potrace + + + + + # [1.0.0-alpha.22](https://github.com/axe312ger/sqip/compare/sqip-plugin-potrace@1.0.0-alpha.21...sqip-plugin-potrace@1.0.0-alpha.22) (2024-03-22) **Note:** Version bump only for package sqip-plugin-potrace diff --git a/packages/sqip-plugin-potrace/package.json b/packages/sqip-plugin-potrace/package.json index 707f0f6a..ca90302b 100644 --- a/packages/sqip-plugin-potrace/package.json +++ b/packages/sqip-plugin-potrace/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-potrace", - "version": "1.0.0-alpha.22", + "version": "1.0.0-alpha.23", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -28,7 +28,7 @@ }, "dependencies": { "@gatsbyjs/potrace": "^3.0.0", - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" }, "devDependencies": { "cheerio": "1.0.0-rc.12" diff --git a/packages/sqip-plugin-primitive/CHANGELOG.md b/packages/sqip-plugin-primitive/CHANGELOG.md index a6629f25..93a50a3d 100644 --- a/packages/sqip-plugin-primitive/CHANGELOG.md +++ b/packages/sqip-plugin-primitive/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.53](https://github.com/axe312ger/sqip/compare/sqip-plugin-primitive@1.0.0-alpha.52...sqip-plugin-primitive@1.0.0-alpha.53) (2024-03-28) + + +### Bug Fixes + +* use Muted as default everywhere for Primitive ([622b262](https://github.com/axe312ger/sqip/commit/622b262de0b1d6ccaeaed627479b0063ed0bf6c4)) + + +### Features + +* add option to primitive to remove the background rectangle/element ([a30d166](https://github.com/axe312ger/sqip/commit/a30d166e712c218f476b6fbf8465fac07e37edff)) + + + + + # [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/sqip-plugin-primitive@1.0.0-alpha.51...sqip-plugin-primitive@1.0.0-alpha.52) (2024-03-22) diff --git a/packages/sqip-plugin-primitive/package.json b/packages/sqip-plugin-primitive/package.json index a7e4a2cc..c9da4e96 100644 --- a/packages/sqip-plugin-primitive/package.json +++ b/packages/sqip-plugin-primitive/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-primitive", - "version": "1.0.0-alpha.52", + "version": "1.0.0-alpha.53", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -32,6 +32,6 @@ "debug": "^4.3.4", "execa": "5.1.1", "sharp": "^0.32.0", - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" } } diff --git a/packages/sqip-plugin-svgo/CHANGELOG.md b/packages/sqip-plugin-svgo/CHANGELOG.md index fba2e464..f69d48dd 100644 --- a/packages/sqip-plugin-svgo/CHANGELOG.md +++ b/packages/sqip-plugin-svgo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.54](https://github.com/axe312ger/sqip/compare/sqip-plugin-svgo@1.0.0-alpha.53...sqip-plugin-svgo@1.0.0-alpha.54) (2024-03-28) + +**Note:** Version bump only for package sqip-plugin-svgo + + + + + # [1.0.0-alpha.53](https://github.com/axe312ger/sqip/compare/sqip-plugin-svgo@1.0.0-alpha.52...sqip-plugin-svgo@1.0.0-alpha.53) (2024-03-25) diff --git a/packages/sqip-plugin-svgo/package.json b/packages/sqip-plugin-svgo/package.json index 62909e2f..98dae5c2 100644 --- a/packages/sqip-plugin-svgo/package.json +++ b/packages/sqip-plugin-svgo/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-svgo", - "version": "1.0.0-alpha.53", + "version": "1.0.0-alpha.54", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -27,7 +27,7 @@ "url": "https://github.com/axe312ger/sqip/issues" }, "dependencies": { - "sqip": "^1.0.0-alpha.50", + "sqip": "^1.0.0-alpha.51", "svgo": "^3.0.2" } } diff --git a/packages/sqip-plugin-triangle/CHANGELOG.md b/packages/sqip-plugin-triangle/CHANGELOG.md index 0534ebdc..1845d55a 100644 --- a/packages/sqip-plugin-triangle/CHANGELOG.md +++ b/packages/sqip-plugin-triangle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.10](https://github.com/axe312ger/sqip/compare/sqip-plugin-triangle@1.0.0-alpha.9...sqip-plugin-triangle@1.0.0-alpha.10) (2024-03-28) + +**Note:** Version bump only for package sqip-plugin-triangle + + + + + # [1.0.0-alpha.9](https://github.com/axe312ger/sqip/compare/sqip-plugin-triangle@1.0.0-alpha.8...sqip-plugin-triangle@1.0.0-alpha.9) (2024-03-22) diff --git a/packages/sqip-plugin-triangle/package.json b/packages/sqip-plugin-triangle/package.json index 75a4b76e..414cf11e 100644 --- a/packages/sqip-plugin-triangle/package.json +++ b/packages/sqip-plugin-triangle/package.json @@ -1,6 +1,6 @@ { "name": "sqip-plugin-triangle", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme", @@ -31,6 +31,6 @@ "dependencies": { "debug": "^4.3.4", "execa": "5.1.1", - "sqip": "^1.0.0-alpha.50" + "sqip": "^1.0.0-alpha.51" } } diff --git a/packages/sqip/CHANGELOG.md b/packages/sqip/CHANGELOG.md index 2dccebda..65e49274 100644 --- a/packages/sqip/CHANGELOG.md +++ b/packages/sqip/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/sqip@1.0.0-alpha.50...sqip@1.0.0-alpha.51) (2024-03-28) + + +### Features + +* sqip now can naively detect the image background color and the pixels blugin supports setting background color which will be handled as transparent pixels ([f4b7748](https://github.com/axe312ger/sqip/commit/f4b774859591390be3e80c6f3f8b0ec062af4716)) + + + + + # [1.0.0-alpha.50](https://github.com/axe312ger/sqip/compare/sqip@1.0.0-alpha.49...sqip@1.0.0-alpha.50) (2024-03-22) diff --git a/packages/sqip/package.json b/packages/sqip/package.json index 26c3e75c..13c4719b 100644 --- a/packages/sqip/package.json +++ b/packages/sqip/package.json @@ -1,6 +1,6 @@ { "name": "sqip", - "version": "1.0.0-alpha.50", + "version": "1.0.0-alpha.51", "description": "> TODO: description", "author": "Benedikt Rötsch ", "homepage": "https://github.com/axe312ger/sqip#readme",