-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
22 changed files
with
131 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.54) (2024-03-22) | ||
|
||
**Note:** Version bump only for package sqip-demo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.57) (2024-03-25) | ||
|
||
**Note:** Version bump only for package sqip-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.52) (2024-03-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.9) (2024-03-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.51) (2024-03-22) | ||
|
||
**Note:** Version bump only for package sqip-plugin-data-uri | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.52) (2024-03-22) | ||
|
||
**Note:** Version bump only for package sqip-plugin-pixels | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.22) (2024-03-22) | ||
|
||
**Note:** Version bump only for package sqip-plugin-potrace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.52) (2024-03-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.53) (2024-03-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.9) (2024-03-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.0.0-alpha.50) (2024-03-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|