File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments