Skip to content

Releases: GetStream/stream-chat-react-native

v5.23.2

23 Jan 09:00
Compare
Choose a tag to compare

5.23.2 (2024-01-23)

Bug Fixes

v5.23.1

22 Jan 06:01
Compare
Choose a tag to compare

5.23.1 (2024-01-22)

Bug Fixes

v5.23.0

18 Jan 16:28
Compare
Choose a tag to compare

What's Changed

  • docs: add video compression example by @santhoshvai in #2338
  • fix: incorrect message list state when non recent messages are loaded by @santhoshvai in #2342
  • fix: remove url encoding by @khushal87 in #2345
  • fix: make iOS14RefreshGallerySelection optional by @khushal87 in #2346
  • fix: do not clear the scroll failure timeouts before the failure scroll completes execution by @santhoshvai in #2347
  • fix: message action list item title theme by @khushal87 in #2352
  • fix: null check attachment duration by @tao-qian in #2348
  • refactor: width and height passed to ImageResizer were reversed by @tao-qian in #2350
  • feat: compress images selected through file picker while upload by @khushal87 in #2359
  • docs: update example apps README.md with latest steps by @khushal87 in #2355
  • feat: optimise message list scrolling performance by @santhoshvai in #2388
  • fix: myMessageTheme prop change did not cause a rerender by @santhoshvai in #2390
  • fix: parsing links from message text having links in markdown format by @khushal87 in #2391
  • feat: introduce focused message input styling using theme by @khushal87 in #2336
  • fix: emoji skin_variations undefined warning when emoji is not found by @khushal87 in #2381

Full Changelog: v5.22.1...v5.23.0

v5.22.1

29 Nov 13:56
Compare
Choose a tag to compare

5.22.1 (2023-11-29)

Bug Fixes

  • upgrade stream-chat to fix uploadFile issue (#2334) (e9f88cc)

v5.22.0

28 Nov 07:51
Compare
Choose a tag to compare

What's Changed

  • refactor: iOS Gallery refresh files change by @khushal87 in #2298
  • feat: Add Spanish translations by @manuelmhtr in #2292
  • fix: auto restart video in gallery when end reached on Expo by @khushal87 in #2304
  • feat: add theme to override the reaction list icon color by @khushal87 in #2306
  • feat: add empty channel list translations by @khushal87 in #2307
  • chore: update yarn lock deps for packages and example apps by @khushal87 in #2308
  • fix: update dimensions dynamically in the SDK by @khushal87 in #2310
  • fix: if camera permission cannot be requested go to settings by @santhoshvai in #2299
  • fix: unnecessary reanimated warning by @santhoshvai in #2311
  • docs: update build status badge in README.md by @khushal87 in #2312
  • fix: sample-app crash because of viewport changes by @khushal87 in #2313
  • fix: issue with camera permissions when clicking the camera picker by @khushal87 in #2315
  • fix: upload progress indicator component type by @khushal87 in #2325
  • fix: inability to handle long URLs with params properly when clicked on message by @khushal87 in #2321
  • refactor: change filename and fileSize to name and size respectively for Asset type by @khushal87 in #2329
  • refactor: change duration type to number for both Asset and File type by @khushal87 in #2330
  • fix: app crash when the message links have special characters in it by @khushal87 in #2318
  • fix: do not send two upload requests when offline support is enabled by @santhoshvai in #2328
  • fix: update editing and quoted state within context correctly by @vishalnarkhede in #2333

New Contributors

Full Changelog: v5.21.0...v5.22.0

v5.21.0

09 Nov 10:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.20.0...v5.21.0

v5.20.0

06 Nov 16:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.19.3...v5.20.0

v5.19.3

26 Oct 11:05
Compare
Choose a tag to compare

5.19.3 (2023-10-26)

Bug Fixes

  • overlay reactions got cut off when it was not scrollable (6cfdfbc)

v5.19.2

20 Oct 14:46
Compare
Choose a tag to compare

5.19.2 (2023-10-20)

Bug Fixes

  • issue with String.replaceAll being undefined function (#2271) (af9050a)

v5.19.1

19 Oct 11:53
Compare
Choose a tag to compare

5.19.1 (2023-10-19)

Bug Fixes

  • update stream-chat to fix failing get requests with undefined param (#2269) (a85d71a)