-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
## v3.7.2 | ||
## v3.7.3 | ||
|
||
### Feat | ||
|
||
- Added event handlers interface for `onOpenURL` and `onOpenFileURL` to `SendbirdUIKitContainer`. | ||
```tsx | ||
<SendbirdUIKitContainer | ||
appId={APP_ID} | ||
handlers={{ | ||
onOpenURL: (url) => { | ||
console.log('onOpenURL', url); | ||
}, | ||
onOpenFileURL: (url) => { | ||
console.log('onOpenFileURL', url); | ||
}, | ||
}} | ||
/> | ||
``` | ||
- Enhanced Compatibility with `date-fns`: Updated internal code and dependencies to ensure better compatibility with the latest version of the `date-fns` library. | ||
- Fixed Token Deregistration Bug: Adjusted the code to ensure that token deregistration completes successfully before initiating a disconnect. |