diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 7057b2080..0a7539a63 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -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 - - ``` -- 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 - - ``` -- 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.