Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support for named transformations #68

Closed
guijolly opened this issue Nov 23, 2022 · 2 comments · Fixed by #69
Closed

[Feature] Support for named transformations #68

guijolly opened this issue Nov 23, 2022 · 2 comments · Fixed by #69
Labels

Comments

@guijolly
Copy link

Feature Request

Is your feature request related to a problem? Please describe.

Named transformations can't be used with this plugin.
https://cloudinary.com/documentation/image_transformations#named_transformations

Describe the solution you'd like

The ability to specify a named transformation/multiple named transformations for images, so they can be applied by the plugin.

Thanks,
Gui

@colbyfayock colbyfayock mentioned this issue Nov 28, 2022
12 tasks
colbyfayock added a commit that referenced this issue Nov 28, 2022
# Description

Adds the ability to pass in a named transformation:
```
<CldImage
  transformations="my-transformation"
```

As a single one, or multiple as:

```
<CldImage
  transformations={['my-transformation', 'my-other-transformation']}
```

## Issue Ticket Number

Fixes #68 

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [x] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation
github-actions bot pushed a commit that referenced this issue Nov 28, 2022
# [1.1.0](v1.0.0...v1.1.0) (2022-11-28)

### Features

* Named Transformations ([#69](#69)) ([3f7c8bf](3f7c8bf)), closes [#68](#68)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@guijolly
Copy link
Author

That's great news, thanks!

cham74 added a commit to cham74/next-image-delivery that referenced this issue Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant