Skip to content

Commit

Permalink
bump to 11.7.0 and commit dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Jun 18, 2020
1 parent b116470 commit 864fe17
Show file tree
Hide file tree
Showing 4 changed files with 126 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.6.0",
"version": "11.7.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
63 changes: 62 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.6.0",
"version": "11.7.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1289,6 +1289,54 @@ return {
"url": "https://docs.imgix.com/apis/url/adjustment/gam",
"short_description": "Adjusts the gamma of the source image."
},
"grid-colors": {
"display_name": "grid colors",
"category": "fill",
"expects": [
{
"0": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"1": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"type": "list",
"default": "D0D7DD,FFFFFF",
"length": 2
}
],
"depends": [
"transparency"
],
"short_description": "Sets grid colors for the transparency checkerboard grid."
},
"grid-size": {
"display_name": "grid size",
"category": "fill",
"expects": [
{
"type": "integer",
"default": 4,
"strict_range": {
"min": 0
}
}
],
"depends": [
"transparency"
],
"short_description": "Sets grid size for the transparency checkerboard grid."
},
"h": {
"display_name": "image height",
"category": "size",
Expand Down Expand Up @@ -2248,6 +2296,19 @@ return {
"url": "https://docs.imgix.com/apis/url/adjustment/sharp",
"short_description": "Adjusts the sharpness of the source image."
},
"transparency": {
"display_name": "transparency",
"category": "fill",
"expects": [
{
"type": "string",
"possible_values": [
"grid"
]
}
],
"short_description": "Adds checkerboard behind images which support transparency."
},
"trim-color": {
"display_name": "trim color",
"category": "trim",
Expand Down
63 changes: 62 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.6.0",
"version": "11.7.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1273,6 +1273,54 @@
"url": "https://docs.imgix.com/apis/url/adjustment/gam",
"short_description": "Adjusts the gamma of the source image."
},
"grid-colors": {
"display_name": "grid colors",
"category": "fill",
"expects": [
{
"0": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"1": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"type": "list",
"default": "D0D7DD,FFFFFF",
"length": 2
}
],
"depends": [
"transparency"
],
"short_description": "Sets grid colors for the transparency checkerboard grid."
},
"grid-size": {
"display_name": "grid size",
"category": "fill",
"expects": [
{
"type": "integer",
"default": 4,
"strict_range": {
"min": 0
}
}
],
"depends": [
"transparency"
],
"short_description": "Sets grid size for the transparency checkerboard grid."
},
"h": {
"display_name": "image height",
"category": "size",
Expand Down Expand Up @@ -2232,6 +2280,19 @@
"url": "https://docs.imgix.com/apis/url/adjustment/sharp",
"short_description": "Adjusts the sharpness of the source image."
},
"transparency": {
"display_name": "transparency",
"category": "fill",
"expects": [
{
"type": "string",
"possible_values": [
"grid"
]
}
],
"short_description": "Adds checkerboard behind images which support transparency."
},
"trim-color": {
"display_name": "trim color",
"category": "trim",
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.6.0",
"version": "11.7.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 864fe17

Please sign in to comment.