Removes base* Parameters, Adds Advanced Cropping Syntax#144
Merged
colbyfayock merged 3 commits intobetafrom Feb 21, 2024
Merged
Removes base* Parameters, Adds Advanced Cropping Syntax#144colbyfayock merged 3 commits intobetafrom
colbyfayock merged 3 commits intobetafrom
Conversation
…e advanced methods of applying cropping and resizing to assets
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions bot
pushed a commit
that referenced
this pull request
Feb 21, 2024
# [@cloudinary-util/url-loader-v5.0.0-beta.2](https://github.com/colbyfayock/cloudinary-util/compare/@cloudinary-util/url-loader-v5.0.0-beta.1...@cloudinary-util/url-loader-v5.0.0-beta.2) (2024-02-21) ### Features * Removes base* Parameters, Adds Advanced Cropping Syntax ([#144](#144)) ([a9e6997](a9e6997)) ### BREAKING CHANGES * removes base* syntax from previous beta
|
🎉 This PR is included in version @cloudinary-util/url-loader-v5.0.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Previously, the base* pattern was added to help maintain the ability to provide a 2-stage cropping and resizing.
The DX for this didn't quite feel right, so rethinking this in RFC: cloudinary-community/next-cloudinary#432
This now adds advanced syntax to the crop prop, allowing the ability to target where crops and resizes are performed.