Skip to content

Commit

Permalink
chore: update changelog draft
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 15, 2024
1 parent 9622d06 commit f5fe7b5
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions CHANGELOG_DRAFT.md
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.

0 comments on commit f5fe7b5

Please sign in to comment.