Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IK-1482 #1

Merged
merged 84 commits into from
Aug 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
35f8424
IKImage
Jun 4, 2024
e78a8c2
IKImage
Jun 4, 2024
8eddaaa
IKUpload
Jun 5, 2024
c0b3eac
rollup and IKVideo
Jun 6, 2024
59a2ec7
demo app
Jun 10, 2024
2ce0ef7
ci
Jun 10, 2024
6c9cc01
ci
Jun 10, 2024
46c6085
remove logs
Jun 10, 2024
58f836a
updated package.json
Jun 10, 2024
9f269bc
readme.md
Jun 10, 2024
ca72c26
updated variables
Jun 10, 2024
3100299
fixed types
Jun 10, 2024
f65b529
updated type
Jun 10, 2024
d535a08
updated readme.md
Jun 11, 2024
59c14e0
updated readme.md
Jun 11, 2024
9e8ccd7
updated readme.md
Jun 11, 2024
8e42bce
updated readme.md
Jun 11, 2024
3bb2a82
updated readme.md
Jun 11, 2024
d225f1e
updated readme
Jun 11, 2024
2721920
updated readme
Jun 11, 2024
517af6e
updated readme
Jun 11, 2024
6993679
fixed type issue in IkUpload onError
Jun 12, 2024
30560f4
fix url
Jun 13, 2024
0fdff5d
fix url
Jun 13, 2024
289dc7d
fix test cases
Jun 13, 2024
e8abd8d
updated readme
Jun 13, 2024
ee1d518
fix
Jun 13, 2024
c768865
fix
Jun 13, 2024
0328e69
fix type issue
Jun 17, 2024
eb36d24
updated required parameter in readme
Jun 18, 2024
d86d704
updated link in readme
Jun 18, 2024
0c777b3
added ImageKitProvider and ImageKitContext
Jul 3, 2024
b865be0
added imageKitContext usage example in readme
Jul 3, 2024
5d21d7b
updated readme
Jul 3, 2024
da874ee
addressed feedbacks
Jul 4, 2024
cd10141
addressed feedbacks
Jul 5, 2024
8e03d8b
updated example
Jul 5, 2024
5868e89
updated example
Jul 5, 2024
5586d68
updated example
Jul 5, 2024
9a193bd
updated ci
Jul 5, 2024
f6c2d34
updated ci
Jul 5, 2024
f7c9f83
resolve liniting issue
Jul 5, 2024
ccd6ee4
updated ci
Jul 5, 2024
0d0321d
updated ci
Jul 5, 2024
aa59043
added page-ruter example
Jul 5, 2024
a7263a4
updated readme
Jul 5, 2024
f665db2
updated the logic
Jul 8, 2024
c420755
updated the logic
Jul 8, 2024
8ad7a6a
updated the logic
Jul 8, 2024
4298a98
updated the logic
Jul 8, 2024
1a6990f
updated the logic
Jul 8, 2024
c566d32
updated the logic
Jul 8, 2024
ef66eb8
updated the logic
Jul 8, 2024
e5c5f4d
updated the logic
Jul 8, 2024
56ab509
updated the logic
Jul 8, 2024
1a93be6
updated the logic
Jul 8, 2024
59d5338
updated the logic
Jul 8, 2024
f98d135
updated the logic
Jul 8, 2024
c4ad25b
updated the logic
Jul 8, 2024
9d05f41
updated the logic
Jul 8, 2024
4fa7f2a
updated the logic
Jul 8, 2024
4f91922
updated the logic
Jul 8, 2024
60fcd9d
updated the logic
Jul 9, 2024
fdd280f
updated the logic
Jul 9, 2024
ae2d97c
updated the logic
Jul 9, 2024
0227695
updated the logic
Jul 9, 2024
6ff734a
updated the logic
Jul 9, 2024
a765485
updated the logic
Jul 9, 2024
7928266
updated the logic
Jul 9, 2024
2d65ef6
updated the logic
Jul 9, 2024
30a9ea2
updated the logic
Jul 9, 2024
7a122c4
updated the logic
Jul 9, 2024
8929a51
updated text in readme
Jul 10, 2024
b120682
updated example and added preinstall script
Jul 18, 2024
6b7e7a0
added checks parameter
Jul 19, 2024
284b31c
added checks parameter
Jul 19, 2024
5458559
added checks parameter
Jul 19, 2024
8761f45
updated matrix
Aug 5, 2024
43c8b63
updated secrets
Aug 5, 2024
b567a0c
updated secrets
Aug 5, 2024
7879087
updated to imagekitio-next
Aug 9, 2024
e3d5369
updated readme with abs
Aug 9, 2024
aa2ebce
updated package-lock
Aug 9, 2024
889a7c1
updated readme
Aug 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated readme
ANKUR DWIVEDI authored and ahnv committed Jul 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2721920443c3c0209313785b816f8a58414baa0b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@ Import components in your code:
import { IKImage, IKVideo, IKContext, IKUpload } from 'imagekit-next'
```

### Using in Pages Router (/src)
#### Pages Router (/src)

By default, `imagekit-next` fully supports the included components in the `src` directory without any additional setup.

### Using in /app
#### App Router (/app)

To use `imagekit-next` in the app directory, you currently need to mark the parent page or component as a Client Component.