cloudinary-community / cloudinary-util

https://cloudinary-util.vercel.app
MIT License
12 stars 19 forks source link

Adds preserveTransformations to URL Loader #184

Closed colbyfayock closed 3 months ago

colbyfayock commented 3 months ago

Description

preserveTransformations is an option currently maintained at the framework level that reads transformations from a Cloudinary URL as the source and applies them, which by default, only uses the public ID from that URL.

From what I can tell there's no reason that this needs to be maintained at the framework level and can instead be maintained with the rest of the URL Loader logic.

Simply preserveTransformations when passing a src as a Cloudinary URL with a version # (required).

Issue Ticket Number

Fixes #183

Type of change

Checklist

github-actions[bot] commented 3 months ago

:tada: This PR is included in version @cloudinary-util/url-loader-v5.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: