Skip to content

Commit 0eae1a9

Browse files
authored
Update README.md
1 parent 4228897 commit 0eae1a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ ImageKit React SDK allows you to resize, optimize, deliver, and upload images an
1212

1313
ImageKit is a complete media storage, optimization, and transformation solution that comes with an image and video CDN. It can be integrated with your existing infrastructure - storage like AWS S3, web servers, your CDN, and custom domain names, allowing you to deliver optimized images in minutes with minimal code changes.
1414

15-
## Changelog - SDK Version 3.0.0
16-
### Breaking changes
17-
**1. Authentication Process Update:**
15+
## Breaking changes - Upgrading from 2.x to 3.x version
16+
3.x version has breaking changes as listed below.
1817
* 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`.
1918
* Now `ref` needs to be passed instead of `inputRef` in the IKUpload component
2019

0 commit comments

Comments
 (0)