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 Mar 5, 2024
1 parent f0d57f5 commit 90b02e4
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
## v3.4.1
## v3.4.2

- Added `channelListQueryParams` prop to `GroupChannelListFragment`. It allows you to set the query parameters for the channel list. (`collectionCreator` is deprecated and replaced by `channelListQueryParams`)
- ```tsx
<GroupChannelList
channelListQueryParams={{
includeEmpty: true,
includeFrozen: true,
}}
/>
```
- Added `messageListQueryParams` prop to `GroupChannelFragment`. It allows you to set the query parameters for the message list. (`collectionCreator` is deprecated and replaced by `messageListQueryParams`)
- ```tsx
<GroupChannel
channelUrl={channelUrl}
messageListQueryParams={{
prevResultLimit: 20,
customTypesFilter: ['filter'],
}}
/>
```
- Fixed an issue where a type error occurred in the `CommonComponent`. It used `React.ComponentType` instead of the function structure.
- Removed conditional hooks even if they depend on an unchanging value.
- Fixed an issue with the `sdk` type in the `useSendbirdChat()` hook.

0 comments on commit 90b02e4

Please sign in to comment.