Skip to content

Commit

Permalink
SUPPORT-966 svg-sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
arno-fukuda committed May 17, 2024
1 parent 9c690df commit 205652b
Show file tree
Hide file tree
Showing 4 changed files with 32 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.20.0",
"version": "11.21.0",
"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
16 changes: 15 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.20.0",
"version": "11.21.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -3174,6 +3174,20 @@ return {
],
"short_description": "Skips every Nth frame starting with the first frame."
},
"svg-sanitize": {
"display_name": "sanitize svg",
"category": "format",
"available_in": [
"url"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"short_description": "Specifies that the output image should be a lossless variant."
},
"transparency": {
"display_name": "transparency",
"category": "fill",
Expand Down
16 changes: 15 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.20.0",
"version": "11.21.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -3158,6 +3158,20 @@
],
"short_description": "Skips every Nth frame starting with the first frame."
},
"svg-sanitize": {
"display_name": "sanitize svg",
"category": "format",
"available_in": [
"url"
],
"expects": [
{
"type": "boolean"
}
],
"default": true,
"short_description": "Specifies that the output image should be a lossless variant."
},
"transparency": {
"display_name": "transparency",
"category": "fill",
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.20.0",
"version": "11.21.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 205652b

Please sign in to comment.