Releases: imagekit-developer/imagekit-javascript
Version 3.0.1
Fix error message.
Version 3.0.0
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
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
publicKeyandauthenticationEndpointparameters during SDK initialization to fetch security parameters (signature,token, andexpire). - 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, andexpire) yourself. This means you no longer need to provide theauthenticationEndpoint. 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
Merges - #73
Use .append instead of .set.
Version 1.5.4
Stop sending undefined values in upload API request
Version 1.5.3
Remove ik-sdk-version query parameter from generated URL.
Version 1.5.2
Fixes - #59
Version 1.5.1
Fixes #58
Version 1.5.0
Version 1.4.3
Raw transformation parameter support.