From 205652b55318587fe5fc384d0f36997886e89c91 Mon Sep 17 00:00:00 2001 From: Arno Fukuda Date: Fri, 17 May 2024 11:10:21 +0900 Subject: [PATCH] SUPPORT-966 svg-sanitize --- bower.json | 2 +- dist/parameters.js | 16 +++++++++++++++- dist/parameters.json | 16 +++++++++++++++- package.json | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index c71bc8e..ac9ba53 100644 --- a/bower.json +++ b/bower.json @@ -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 "], "description": "Organized, machine-friendly documentation of imgix's URL parameters", diff --git a/dist/parameters.js b/dist/parameters.js index c3dcb6b..4f5a155 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.20.0", + "version": "11.21.0", "parameters": { "ar": { "display_name": "aspect ratio", @@ -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", diff --git a/dist/parameters.json b/dist/parameters.json index 9066804..f3f1d60 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.20.0", + "version": "11.21.0", "parameters": { "ar": { "display_name": "aspect ratio", @@ -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", diff --git a/package.json b/package.json index a1f2a5b..15d6539 100644 --- a/package.json +++ b/package.json @@ -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": {