File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.1.0] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.1.0 ) 2021-06-15
4+
5+ ### 🎉 UPDATED DOCS! 🎉
6+
7+ - We have completely re-written our [ SDK docs] ( https://getstream.io/chat/docs/sdk/react/ )
8+ - Component/props/context references are all complete
9+ - We'll continually add to the Custom Code Examples section for easier customization
10+ - The new docs are found on the [ website] ( https://getstream.io/chat/docs/sdk/react/ )
11+
12+ ### Feature
13+
14+ - Refine edit message privileges and add ` onlySenderCanEdit ` prop to ` MessageList ` [ #975 ] ( https://github.com/GetStream/stream-chat-react/pull/975 )
15+
16+ ### Chore
17+
18+ - Change attachment type for video messages [ #976 ] ( https://github.com/GetStream/stream-chat-react/pull/976 )
19+ - Adjust mouse event listener options [ #980 ] ( https://github.com/GetStream/stream-chat-react/pull/980 )
20+
21+ ### Bug
22+
23+ - Prevent ` EmptyStateIndicator ` from showing up in ` Thread ` [ #977 ] ( https://github.com/GetStream/stream-chat-react/pull/977 )
24+
325## [ 6.0.7] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.0.7 ) 2021-06-14
426
527### Feature
Original file line number Diff line number Diff line change 134134 "postcss-loader" : " ^4.1.0" ,
135135 "prettier" : " ^2.2.0" ,
136136 "react" : " ^17.0.1" ,
137- "react-docgen-typescript" : " 1.21.0" ,
138137 "react-dom" : " ^17.0.1" ,
139138 "react-test-renderer" : " ^17.0.1" ,
140139 "rollup" : " ^2.33.3" ,
Original file line number Diff line number Diff line change @@ -9180,11 +9180,6 @@ react-clientside-effect@^1.2.2:
91809180 dependencies:
91819181 "@babel/runtime" "^7.12.13"
91829182
9183- 9184- version "1.21.0"
9185- resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.21.0.tgz#3385dde81b63eb1d54f86a935bd4f65f96c821f6"
9186- integrity sha512-E4y/OcXwHukgiVafCGlxwoNHr4BDmM70Ww7oimL/QkMo5dmGALhceewe/xmVjdMxxI7E5syOGOc9/tbHL742rg==
9187-
91889183react-dom@^17.0.1:
91899184 version "17.0.1"
91909185 resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
You can’t perform that action at this time.
0 commit comments