Releases: imagekit-developer/imagekit-react
Releases · imagekit-developer/imagekit-react
Version 4.2.0
Version 4.1.0
Version 4.0.0
- Now, you can use the
transformation
parameter when uploading files to apply both pre and post-transformation. - We've also introduced two new parameters:
effectShadow
andeffectGradient
.
Breaking change when upgrading to 4.x
- We've removed the old overlay syntax parameters for transformations, such as
oi
,ot
,obg
, and more. IKContext
has been updated to only includeurlEndpoint
,publicKey
,authenticator
, andtransformationPosition
props, 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
authenticationEndpoint
parameter. 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
ref
needs to be passed instead ofinputRef
in the IKUpload component
Version 2.0.0
Version 1.1.1
React peer dependency upgrade to support React 18
Version 1.1.0
Fix #49
Version 1.0.11
Peer dependency version issue fix #37
Version 1.0.10
- Setup E2E testing framework using Cypress
- Fixes IKImage component dynamic update issue (#36)