Skip to content

Releases: imagekit-developer/imagekit-react

Version 5.0.1

15 May 12:45
Compare
Choose a tag to compare

Fix src when responsive:false is set.

Full Changelog: 5.0.0...5.0.1

Version 5.0.0

09 May 10:47
64feeeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...5.0.0

5.0.0-beta.2

09 May 05:06
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

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

Version 4.3.0

12 Mar 06:52
416c7ca
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 4.2.0...4.3.0

Version 4.2.0

22 Jul 07:19
5c98ae2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

Version 4.1.0

20 May 04:53
e044714
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

Version 4.0.0

20 Feb 09:20
055685f
Compare
Choose a tag to compare
  • 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

29 Aug 05:40
af9245c
Compare
Choose a tag to compare

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

29 Sep 09:43
23043ef
Compare
Choose a tag to compare

Version 1.1.1

13 Jun 04:46
b4dd0d0
Compare
Choose a tag to compare

React peer dependency upgrade to support React 18