Releases: imagekit-developer/imagekit-react
Releases · imagekit-developer/imagekit-react
Version 5.0.1
Fix src when responsive:false is set.
Full Changelog: 5.0.0...5.0.1
Version 5.0.0
What's Changed
- This is a major release that includes breaking changes. Please refer to the official documentation for up-to-date usage instructions.
- V5 by @imagekitio in #172
Full Changelog: 4.3.0...5.0.0
5.0.0-beta.2
Full Changelog: 4.3.0...5.0.0-beta.2
Version 4.3.0
Version 4.2.0
Version 4.1.0
Version 4.0.0
- Now, you can use the
transformationparameter when uploading files to apply both pre and post-transformation. - We've also introduced two new parameters:
effectShadowandeffectGradient.
Breaking change when upgrading to 4.x
- We've removed the old overlay syntax parameters for transformations, such as
oi,ot,obg, and more. IKContexthas been updated to only includeurlEndpoint,publicKey,authenticator, andtransformationPositionprops, removing others that were more specific to image, video, and upload, and not typically set globally.
Version 3.0.0
Fixes
Breaking change when upgrading to 3.x
- In version 3.0.0, we have deprecated the use of the
authenticationEndpointparameter. Instead, the SDK now introduces a new parameter namedauthenticator. This parameter expects an asynchronous function that resolves with an object containing the necessary security parameters i.esignature,token, andexpire. - Now
refneeds to be passed instead ofinputRefin the IKUpload component
Version 2.0.0
Version 1.1.1
React peer dependency upgrade to support React 18