Skip to content

Commit

Permalink
Bump to 7.2.0 and check in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Eberle committed Jan 27, 2017
1 parent b2ce284 commit 79e1f63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 304 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": "7.1.1",
"version": "7.2.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <jason@imgix.com>"
Expand Down
152 changes: 1 addition & 151 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -2792,156 +2792,6 @@ return {
"short_description": "Adjusts the width of the output image."
}
},
"deprecatedParameters": {
"class": {
"display_name": "css class",
"category": "palette",
"available_in": [
"url",
"output"
],
"expects": [
{
"type": "string"
}
],
"depends": [
"palette=css"
],
"deprecated": true,
"short_description": "Specifies the CSS class to use for palette extraction."
},
"skin": {
"display_name": "skin detection",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "string",
"possible_values": [
"map"
]
}
],
"experimental": true,
"deprecated": true
}
},
"experimentalParameters": {
"fps": {
"display_name": "frames per second",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "number",
"suggested_range": {
"min": 1,
"max": 60
}
}
],
"experimental": true,
"short_description": "Specifies the framerate of the generated image."
},
"frame": {
"display_name": "frame number",
"category": "animation",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"experimental": true,
"short_description": "Specifies the frame of an animated image to use."
},
"loop": {
"display_name": "animation loop count",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 0
}
}
],
"default": 0,
"experimental": true,
"short_description": "Specifies the number of times an animated image should repeat. A value of 0 means infinite looping."
},
"reverse": {
"display_name": "frame number",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "boolean"
}
],
"default": false,
"experimental": true,
"short_description": "Reverses the frame order on the source animation."
},
"rott": {
"display_name": "rotation type",
"category": "rotation",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "string",
"possible_values": [
"pivot",
"straighten"
]
}
],
"experimental": true,
"short_description": "Changes the rotation type."
},
"skin": {
"display_name": "skin detection",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "string",
"possible_values": [
"map"
]
}
],
"experimental": true,
"deprecated": true
}
},
"aliases": {
"f": "fit",
"m": "mark",
Expand Down Expand Up @@ -2969,7 +2819,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "7.1.1"
"version": "7.2.0"
};

}));
152 changes: 1 addition & 151 deletions dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2776,156 +2776,6 @@
"short_description": "Adjusts the width of the output image."
}
},
"deprecatedParameters": {
"class": {
"display_name": "css class",
"category": "palette",
"available_in": [
"url",
"output"
],
"expects": [
{
"type": "string"
}
],
"depends": [
"palette=css"
],
"deprecated": true,
"short_description": "Specifies the CSS class to use for palette extraction."
},
"skin": {
"display_name": "skin detection",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "string",
"possible_values": [
"map"
]
}
],
"experimental": true,
"deprecated": true
}
},
"experimentalParameters": {
"fps": {
"display_name": "frames per second",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "number",
"suggested_range": {
"min": 1,
"max": 60
}
}
],
"experimental": true,
"short_description": "Specifies the framerate of the generated image."
},
"frame": {
"display_name": "frame number",
"category": "animation",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 1
}
}
],
"experimental": true,
"short_description": "Specifies the frame of an animated image to use."
},
"loop": {
"display_name": "animation loop count",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 0
}
}
],
"default": 0,
"experimental": true,
"short_description": "Specifies the number of times an animated image should repeat. A value of 0 means infinite looping."
},
"reverse": {
"display_name": "frame number",
"category": "animation",
"available_in": [
"url",
"graph",
"output"
],
"expects": [
{
"type": "boolean"
}
],
"default": false,
"experimental": true,
"short_description": "Reverses the frame order on the source animation."
},
"rott": {
"display_name": "rotation type",
"category": "rotation",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "string",
"possible_values": [
"pivot",
"straighten"
]
}
],
"experimental": true,
"short_description": "Changes the rotation type."
},
"skin": {
"display_name": "skin detection",
"category": "misc",
"available_in": [
"url"
],
"expects": [
{
"type": "string",
"possible_values": [
"map"
]
}
],
"experimental": true,
"deprecated": true
}
},
"aliases": {
"f": "fit",
"m": "mark",
Expand Down Expand Up @@ -2953,5 +2803,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "7.1.1"
"version": "7.2.0"
}
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": "7.1.1",
"version": "7.2.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 79e1f63

Please sign in to comment.