Skip to content

Releases: imagekit-developer/imagekit-react

Version 5.0.2

Choose a tag to compare

@imagekitio imagekitio released this 18 Feb 06:59

Include @imagekit/javascript in external in Rollup config to prevent bundling it with the package, allowing users to be able to fetch the latest version of the SDK without needing to update the package. This also reduces the bundle size of the package and allows users to manage the SDK version separately.

Full Changelog: 5.0.1...5.0.2

Version 5.0.1

Choose a tag to compare

@imagekitio imagekitio released this 15 May 12:45

Fix src when responsive:false is set.

Full Changelog: 5.0.0...5.0.1

Version 5.0.0

Choose a tag to compare

@imagekitio imagekitio released this 09 May 10:47
64feeeb

What's Changed

Full Changelog: 4.3.0...5.0.0

5.0.0-beta.2

5.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@imagekitio imagekitio released this 09 May 05:06

Full Changelog: 4.3.0...5.0.0-beta.2

Version 4.3.0

Choose a tag to compare

@imagekitio imagekitio released this 12 Mar 06:52
416c7ca

What's Changed

React version 19 support by @ankur-dwivedi in #171

Full Changelog: 4.2.0...4.3.0

Version 4.2.0

Choose a tag to compare

@imagekitio imagekitio released this 22 Jul 07:19
5c98ae2

What's Changed

Full Changelog: 4.1.0...4.2.0

Version 4.1.0

Choose a tag to compare

@imagekitio imagekitio released this 20 May 04:53
e044714

What's Changed

Full Changelog: 4.0.0...4.1.0

Version 4.0.0

Choose a tag to compare

@imagekitio imagekitio released this 20 Feb 09:20
055685f
  • 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 and effectGradient.

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 include urlEndpoint, publicKey, authenticator, and transformationPosition props, removing others that were more specific to image, video, and upload, and not typically set globally.

Version 3.0.0

Choose a tag to compare

@imagekitio imagekitio released this 29 Aug 05:40
af9245c

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 named authenticator. This parameter expects an asynchronous function that resolves with an object containing the necessary security parameters i.e signature, token, and expire.
  • Now ref needs to be passed instead of inputRef in the IKUpload component

Version 2.0.0

Choose a tag to compare

@imagekitio imagekitio released this 29 Sep 09:43
23043ef