Skip to content

Releases: imagekit-developer/imagekit-react

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

Version 1.1.0

09 Dec 11:10
97cba88
Compare
Choose a tag to compare

Version 1.0.11

25 Aug 05:41
44c53df
Compare
Choose a tag to compare

Peer dependency version issue fix #37

Version 1.0.10

09 Jun 16:11
debcf53
Compare
Choose a tag to compare
  • Setup E2E testing framework using Cypress
  • Fixes IKImage component dynamic update issue (#36)

Version 1.0.9

02 Nov 14:30
0fd2fee
Compare
Choose a tag to compare