Skip to content

Commit f5fe7b5

Browse files
committed
chore: update changelog draft
1 parent 9622d06 commit f5fe7b5

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

CHANGELOG_DRAFT.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
## v3.7.2
1+
## v3.7.3
22

3-
### Feat
4-
5-
- Added event handlers interface for `onOpenURL` and `onOpenFileURL` to `SendbirdUIKitContainer`.
6-
```tsx
7-
<SendbirdUIKitContainer
8-
appId={APP_ID}
9-
handlers={{
10-
onOpenURL: (url) => {
11-
console.log('onOpenURL', url);
12-
},
13-
onOpenFileURL: (url) => {
14-
console.log('onOpenFileURL', url);
15-
},
16-
}}
17-
/>
18-
```
3+
- Enhanced Compatibility with `date-fns`: Updated internal code and dependencies to ensure better compatibility with the latest version of the `date-fns` library.
4+
- Fixed Token Deregistration Bug: Adjusted the code to ensure that token deregistration completes successfully before initiating a disconnect.

0 commit comments

Comments
 (0)