Releases: GetStream/stream-chat-react-native
Releases · GetStream/stream-chat-react-native
v3.10.0
3.10.0 (2021-11-11)
Features
- added support for channelListSkeleton.maskFillColor theme property [CRNS-471] (e20e6c7) @vishalnarkhede
- added the possibility of starting an ordered list in a message at a number above zero, rather all ordered lists starting at 1. [CRNS-476] (8287980) @madsroskar
v3.9.2
v3.9.1
v3.9.0
3.9.0 (2021-10-12)
Features
- added 'stateUpdateThrottleInterval' prop on Channel component (ce471fc)
- added a support for prop 'newMessageStateUpdateThrottleInterval' (04b0b83)
- added support for 'enableMessageGroupingByUser' prop (e704519)
- added support for 'hideStickyDateHeader' prop (969575e)
- added support for prop 'legacyImageViewerSwipeBehaviour' (95d15e0)
Bug Fixes
- avoid unnecessary gallery image re-rendering upon message update (198c437)
- fixed AppState subscription logic to support RN 0.65 🎉 (8a1ec82)
- fixed markRead() logic when Channel is mounted (53e495e)
- fixed offset-limit logic for channel list pagination (cd77227)
- fixed UX of removing of failed attachment (ef91d30)
- issue with autocomplete suggestions for channel with more than 100 members (f91b4be)
- Channel: Copy channel state on leading edge of throttling (56a47d4)
v3.8.3
v3.8.2
v3.8.1
3.8.1 (2021-09-13)
Bug Fixes
- allow images attached through file picker to display in gallery view (afd84a9)
- delegate content type detection to backend for image/file uploads (8de7d8d)
- share photo functionality (41231a0) Thanks to @giautm !!
- connection recovery not respecting updates to
sortprop on ChannelList component (#833) Thanks to @giautm !!