Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@imagekitio imagekitio released this 29 Aug 05:40
· 71 commits to master since this release
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