You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/changelog.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,13 @@ This is a fundamental change in how the API works
91
91
92
92
**CldUploadWidget**
93
93
* Add Content-Type to CldUploadWidget signature endpoint ([#379](https://github.com/cloudinary-community/next-cloudinary/issues/379))
94
-
* Deprecates some CldUploadWidget types in favor of natively defined types from [@cloudinary-util/types](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/types)
94
+
* Deprecates some CldUploadWidget types in favor of natively defined types from [@cloudinary-util/types](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/types)
* Updates onError and onClose callbacks to have a consistent API with the rest of the callbacks ([#424](https://github.com/cloudinary-community/next-cloudinary/pull/424))
97
97
* Deprecates onUpload in favor of onSuccess, matching the native Cloudinary Upload Widget API ([#424](https://github.com/cloudinary-community/next-cloudinary/pull/424))
98
98
99
99
**CldVideoPlayer**
100
100
* Removes autoPlay in favor of autoplay
101
101
* Video Player: CldVideoPlayerPropsColors
102
-
* Deprecates some CldVideoPlayer types in favor of natively defined types from [@cloudinary-util/types](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/types)
102
+
* Deprecates some CldVideoPlayer types in favor of natively defined types from [@cloudinary-util/types](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/types)
0 commit comments