Skip to content

Commit 57c2bbd

Browse files
authored
3.6.0-changelog (#692)
1 parent d75ddc4 commit 57c2bbd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [3.6.0](https://github.com/GetStream/stream-chat-react/releases/tag/v3.6.0) 2021-02-02
4+
5+
### Feature
6+
7+
- Added support for pinned messages [#682](https://github.com/GetStream/stream-chat-react/pull/682)
8+
9+
- Save `pinnedMessages` to ChannelContext
10+
- Create `usePinHandler` custom hook for returning `canPin` value and `handlePin` function
11+
- Add Pin/Unpin as optional actions in `MessageActions`
12+
- Add `PinIndicator` UI component to `MessageLivestream` and `MessageTeam`
13+
- Add optional `"pinned-message"` CSS class to message UI components
14+
- Add `getPinMessageErrorNotification` and `pinPermissions` as `MessageList` props
15+
16+
- Hide `DateSeparator` component when all messages for a day are deleted [#689](https://github.com/GetStream/stream-chat-react/pull/689)
17+
18+
### Chore
19+
20+
- Refactor example apps to use `getInstance` and `connectUser` [#688](https://github.com/GetStream/stream-chat-react/pull/688)
21+
22+
### Bug
23+
24+
- Display auto-translated message text when it exists [#683](https://github.com/GetStream/stream-chat-react/pull/683)
25+
- Add missing export for `VirtualizedMessageList` type [#691](https://github.com/GetStream/stream-chat-react/pull/691)
26+
327
## [3.5.3](https://github.com/GetStream/stream-chat-react/releases/tag/v3.5.3) 2021-01-26
428

529
### Feature

0 commit comments

Comments
 (0)