File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.0.4] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.0.4 ) 2021-05-25
4+
5+ ### Bug
6+
7+ - Add missing ` Input ` prop to ` ComponentContext ` value [ #941 ] ( https://github.com/GetStream/stream-chat-react/pull/941 )
8+
9+ ## [ 6.0.3] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.0.3 ) 2021-05-25
10+
11+ ### Chore
12+
13+ - Export browser bundle as ` StreamChatReact ` namespace [ #940 ] ( https://github.com/GetStream/stream-chat-react/pull/940 )
14+ - Use asset path scss variable [ #939 ] ( https://github.com/GetStream/stream-chat-react/pull/939 )
15+
316## [ 6.0.2] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.0.2 ) 2021-05-21
417
518### Feature
Original file line number Diff line number Diff line change @@ -826,6 +826,7 @@ const ChannelInner = <
826826 EmptyStateIndicator : props . EmptyStateIndicator ,
827827 FileUploadIcon : props . FileUploadIcon ,
828828 HeaderComponent : props . HeaderComponent ,
829+ Input : props . Input ,
829830 LoadingIndicator : props . LoadingIndicator ,
830831 Message : props . Message || MessageSimple ,
831832 MessageDeleted : props . MessageDeleted ,
Original file line number Diff line number Diff line change 1- export const version = '6.0.2 ' ;
1+ export const version = '6.0.3 ' ;
You can’t perform that action at this time.
0 commit comments