Releases: cloudinary-community/next-cloudinary
Releases · cloudinary-community/next-cloudinary
v4.0.2
4.0.2 (2023-03-24)
Bug Fixes
- Upgrades Cloudinary Util to fix parsing public IDs with a . (#165) (d108d02), closes #164
v4.0.1
4.0.1 (2023-03-22)
Bug Fixes
v4.0.0
4.0.0 (2023-03-01)
bug
- Fixes Raw Transformations Conflicting with Resizing (#151) (a64e8ca), closes #149
BREAKING CHANGES
- this changes where the rawTransformations property gets applied in the transformation chain to avoid conflicting with transformations performed by 3rd party tooling.
v3.4.0
3.4.0 (2023-02-28)
Features
v3.3.0
3.3.0 (2023-02-27)
Features
v3.2.0
3.2.0 (2023-02-27)
Features
v3.1.0
3.1.0 (2023-02-26)
Features
- Fixes query parameter breaking CldImage parsing (#143) (483c31e), closes #142
v3.0.0
3.0.0 (2023-02-23)
Bug Fixes
- Fix Handling CldUploadWidget Callback Updates to State (#138) (f847db3), closes #128
BREAKING CHANGES
- CldUploadWidget onUpload property no longer passes an error object as the first argument. The first argument is now the result object. A separate onError property was added to handle errors.
v2.3.2
2.3.2 (2023-02-20)
Bug Fixes
v2.3.1
2.3.1 (2023-02-18)
Bug Fixes