Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
v4.0.0-beta.5
v4.0.0-beta.4
What's Changed
Replaced next/prev Giphy Navigation With Shuffle
Next and previous buttons on giphy message have been replaced with shuffle button, since Giphy api doesn't support pagination and it resulted into confusing user experience. #1108
| Before | After |
|
|
v4.0.0-beta.3
v4.0.0-beta.1
Please check the following documentation for details of V4 release:
v3.10.2
v3.10.1
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)

