Skip to content

Commit

Permalink
Removes experimental from jpg prog
Browse files Browse the repository at this point in the history
  • Loading branch information
vuryanh committed Apr 9, 2024
1 parent c2d5242 commit 871877a
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.19.0",
"version": "11.19.1",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": ["Jason Eberle <jason@imgix.com>"],
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
Expand Down
20 changes: 19 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.19.0",
"version": "11.19.1",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2044,6 +2044,23 @@ return {
],
"short_description": "Determine if IPTC data should be passed for JPEG images."
},
"jpg-progressive": {
"display_name": "jpg progressive",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"aliases": [
"jpeg-progressive"
],
"short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)"
},
"loop": {
"display_name": "animation loop count",
"category": "animation",
Expand Down Expand Up @@ -3790,6 +3807,7 @@ return {
"gifq": "gif-q",
"height": "h",
"inv": "invert",
"jpeg-progressive": "jpg-progressive",
"ma": "mark-align",
"markalign": "mark-align",
"markalpha": "mark-alpha",
Expand Down
20 changes: 19 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.19.0",
"version": "11.19.1",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2028,6 +2028,23 @@
],
"short_description": "Determine if IPTC data should be passed for JPEG images."
},
"jpg-progressive": {
"display_name": "jpg progressive",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"aliases": [
"jpeg-progressive"
],
"short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)"
},
"loop": {
"display_name": "animation loop count",
"category": "animation",
Expand Down Expand Up @@ -3774,6 +3791,7 @@
"gifq": "gif-q",
"height": "h",
"inv": "invert",
"jpeg-progressive": "jpg-progressive",
"ma": "mark-align",
"markalign": "mark-align",
"markalpha": "mark-alpha",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.19.0",
"version": "11.19.1",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 871877a

Please sign in to comment.