Skip to content

Releases: GetStream/stream-chat-react-native

v4.4.0

10 May 10:16

Choose a tag to compare

What's Changed

  • add theming support for the chevron icon in scroll to bottom button (2a4bc9a)
  • docs: removes link to stream in readme title by @mrfifield in #1252
  • fix: issue with release build due to react native [email protected] in SampleApp by @khushal87 in #1298
  • fix: hidden icons due to wrong screenHeight value and remove handleHeight to fix fullscreen top padding in AttachmentPicker by @khushal87 in #1305
  • docs: clarify push v2 background handling on docs and add push v2 to sample app by @santhoshvai in #1293

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

12 Apr 13:25

Choose a tag to compare

4.3.1 (2022-04-12)

Bug Fixes

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

04 Apr 12:33

Choose a tag to compare

4.3.0 (2022-04-04)

What's Changed

  • fix: update yarn lock files in package and examples by @khushal87 in #1214
  • feat: editing state header, reply state header and giphy input customization [CRNS - 535] by @khushal87 in #1208
  • feat: open giphy in image viewer when pressed [CRNS - 540] by @khushal87 in #1217
  • fix: avoid parsing a decimal number as a URL by @madsroskar in #1221
  • fix: issues with opening old Giphy on ImageGallery by @khushal87 in #1224
  • fix: handling the case of undefined updated_at on message by @vishalnarkhede in #1229
  • fix: re-render ownCapabilitiesContext when channel capabilities are u… by @vishalnarkhede in #1230
  • feat: add isAttachmentEqual props around memoization of custom properties [CRNS - 290] by @khushal87 in #1219
  • fix: readme of expo messaging app did not have core/expo package installation steps by @santhoshvai in #1248

Full Changelog: v4.2.0...v4.3.0

v4.2.0

17 Mar 16:32

Choose a tag to compare

4.2.0 (2022-03-17)

What's Changed

Full Changelog: v4.1.4...v4.2.0

v4.1.4

13 Mar 09:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.3...v4.1.4

v4.1.3

10 Mar 12:37

Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2

07 Mar 17:50

Choose a tag to compare

4.1.2 (2022-03-07)

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

03 Mar 14:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

28 Feb 20:56

Choose a tag to compare

This is a major release πŸŽ‰ and contains some BREAKING CHANGES ⚠️

Upgrade Helper

To help you upgrade to this version, you can use the Upgrade Helper Guide

Release Notes

Complete list of Performance Improvements, New Features and Bug Fixes is available on Whats New In v4 section of RN Chat SDK docs

Why did we publish v4.1.0 without publishing v4.0.0

A while ago we accidentally published v4.0.0 on NPM during the testing of release automation and NPM doesn't allow you to override the version after publishing 😞.

What's Changed

Read more

v4.0.0-beta.6

21 Feb 20:41
e400b29

Choose a tag to compare

v4.0.0-beta.6 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Typescript generics have been simplified to a single generic as opposed to 7 different generics from previous versions. Please refer to our Upgrade Helper guide for details. #1133
  • Min required version of stream-chat is set to v6.0.0.