Skip to content

Releases: imagekit-developer/imagekit-javascript

Version 3.0.1

22 Apr 13:53
3917883

Choose a tag to compare

Fix error message.

Version 3.0.0

30 Jan 08:25
22af964

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 changes

In version 3.0.0, we've removed the old overlay syntax parameters for transformations, such as oi, ot, obg, and more.

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.