Skip to content

Commit 0efdde2

Browse files
Changesets versioning & publication (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f547c4b commit 0efdde2

5 files changed

Lines changed: 9 additions & 16 deletions

File tree

.changeset/blur-areas.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/exif-canonical-names.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-hounds-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @imgproxy/imgproxy-js-core
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- f547c4b: Add support for [blur_areas](https://docs.imgproxy.net/usage/processing#blur-areas) option (imgproxy Pro). When `sigma` is greater than `0`, imgproxy applies a Gaussian blur filter to the provided areas of the resulting image. The option accepts a `sigma` value and a list of `areas` with `left`, `top`, `width`, and `height` floats between `0` and `1`. The short form `ba` is also supported.
8+
- f416250: Add support for the `canonical_names` parameter of the `exif` image-info option. The `exif` option now also accepts an object `{ enabled, canonical_names }`; when `canonical_names` is `1`, `"t"`, or `true`, imgproxy returns EXIF field names in a canonical form (e.g. `DateTimeOriginal`) instead of the human-readable form. The existing boolean-style input is still supported.
9+
- 887dd39: Add support for SEO-friendly filenames in generated URLs. The `URL` object passed to `generateUrl()` and `generateImageInfoUrl()` now accepts an optional `filename` field, which is appended to `base64` and `encrypted` URLs (see [`IMGPROXY_BASE64_URL_INCLUDES_FILENAME`](https://docs.imgproxy.net/configuration/options#source-image-urls)). Thanks @YoannMa!
10+
311
## 1.7.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imgproxy/imgproxy-js-core",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "imgproxy-js-core package is designed to be used as part of framework-specific packages and plugins.",
55
"keywords": [
66
"imgproxy",

0 commit comments

Comments
 (0)