Skip to content

Commit

Permalink
Bump to 11.10.0 and commit dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-a-n-J-i-a-o committed Oct 16, 2020
1 parent 98ed634 commit c40360b
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 42 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.9.1",
"version": "11.10.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
64 changes: 44 additions & 20 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.9.1",
"version": "11.10.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2202,25 +2202,6 @@ return {
"url": "https://docs.imgix.com/apis/url/border-and-padding/pad",
"short_description": "Pads an image."
},
"page": {
"display_name": "pdf page number",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"default": 1,
"url": "https://docs.imgix.com/apis/url/pdf-page-number",
"short_description": "Selects a page from a PDF for display."
},
"palette": {
"display_name": "color palette extraction",
"category": "color-palette",
Expand All @@ -2240,6 +2221,47 @@ return {
"url": "https://docs.imgix.com/apis/url/color-palette/palette",
"short_description": "Specifies an output format for palette-extraction."
},
"pdf-annotation": {
"display_name": "pdf annotation",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"aliases": [
"annotation"
],
"url": "https://docs.imgix.com/apis/url/pdf/pdf-annotation",
"short_description": "Enables or disables PDF annotation."
},
"pdf-page": {
"display_name": "pdf page number",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"default": 1,
"aliases": [
"page"
],
"url": "https://docs.imgix.com/apis/url/pdf/pdf-page",
"short_description": "Selects a page from a PDF for display."
},
"prefix": {
"display_name": "css prefix",
"category": "color-palette",
Expand Down Expand Up @@ -3165,6 +3187,8 @@ return {
"min-width": "min-w",
"mono": "monochrome",
"or": "orient",
"annotation": "pdf-annotation",
"page": "pdf-page",
"trimcolor": "trim-color",
"trimmd": "trim-md",
"trimpad": "trim-pad",
Expand Down
64 changes: 44 additions & 20 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.9.1",
"version": "11.10.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2186,25 +2186,6 @@
"url": "https://docs.imgix.com/apis/url/border-and-padding/pad",
"short_description": "Pads an image."
},
"page": {
"display_name": "pdf page number",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"default": 1,
"url": "https://docs.imgix.com/apis/url/pdf-page-number",
"short_description": "Selects a page from a PDF for display."
},
"palette": {
"display_name": "color palette extraction",
"category": "color-palette",
Expand All @@ -2224,6 +2205,47 @@
"url": "https://docs.imgix.com/apis/url/color-palette/palette",
"short_description": "Specifies an output format for palette-extraction."
},
"pdf-annotation": {
"display_name": "pdf annotation",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"aliases": [
"annotation"
],
"url": "https://docs.imgix.com/apis/url/pdf/pdf-annotation",
"short_description": "Enables or disables PDF annotation."
},
"pdf-page": {
"display_name": "pdf page number",
"category": "pdf",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"default": 1,
"aliases": [
"page"
],
"url": "https://docs.imgix.com/apis/url/pdf/pdf-page",
"short_description": "Selects a page from a PDF for display."
},
"prefix": {
"display_name": "css prefix",
"category": "color-palette",
Expand Down Expand Up @@ -3149,6 +3171,8 @@
"min-width": "min-w",
"mono": "monochrome",
"or": "orient",
"annotation": "pdf-annotation",
"page": "pdf-page",
"trimcolor": "trim-color",
"trimmd": "trim-md",
"trimpad": "trim-pad",
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.9.1",
"version": "11.10.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit c40360b

Please sign in to comment.