Skip to content

Releases: imagekit-developer/imagekit-javascript

Version 2.0.0

03 Aug 07:37
bef98fe

Choose a tag to compare

To fix issues like imagekit-developer/imagekit-react#101, we needed to delegate the responsibility of generating a security parameter to the SDK consumer. This version introduces a breaking change.

Breaking changes

Authentication Process Update:

  • Previously, when using client side file upload, the SDK required the publicKey and authenticationEndpoint parameters during SDK initialization to fetch security parameters (signature, token, and expire).
  • In version 2.0.0, we've updated the authentication process for the SDK. As a user of the SDK, you are now responsible for generating the security parameters (signature, token, and expire) yourself. This means you no longer need to provide the authenticationEndpoint. When using the SDK's upload method, make sure to pass these security parameters explicitly along with other upload options. For guidance on generating these security parameters, please refer to the documentation available here.

Version 1.5.5

23 Mar 07:19

Choose a tag to compare

Merges - #73
Use .append instead of .set.

Version 1.5.4

29 Sep 05:54
fea3e21

Choose a tag to compare

Stop sending undefined values in upload API request

Version 1.5.3

14 Sep 07:38
026dcc7

Choose a tag to compare

Remove ik-sdk-version query parameter from generated URL.

Version 1.5.2

07 Jul 10:06

Choose a tag to compare

Fixes - #59

Version 1.5.1

02 Jul 15:14

Choose a tag to compare

Version 1.5.0

02 Jul 05:40
ddab979

Choose a tag to compare

Version 1.4.3

25 Nov 04:34

Choose a tag to compare

Raw transformation parameter support.

Version 1.4.2

02 Nov 06:06
326e6db

Choose a tag to compare

Added support for extensions in upload API.

Version 1.4.1

25 Aug 05:37
8b65733

Choose a tag to compare

Update package.json

Version bump 1.4.1