Skip to content

Releases: GetStream/stream-chat-react

v11.23.4

05 Aug 12:14
Compare
Choose a tag to compare

11.23.4 (2024-08-05)

Bug Fixes

  • downgrade react-markdown to v8 that supports React version < v18 (#2461) (5e6fea0)
  • prevent including own user in read count displayed in MessageStatus (#2459) (061d1a3)

v12.0.0-rc.7

23 Jul 11:31
Compare
Choose a tag to compare
v12.0.0-rc.7 Pre-release
Pre-release

12.0.0-rc.7 (2024-07-23)

Bug Fixes

  • change platform for CJS bundle from node to browser (#2454) (4bc2d35)

v12.0.0-rc.6

22 Jul 09:04
Compare
Choose a tag to compare
v12.0.0-rc.6 Pre-release
Pre-release

12.0.0-rc.6 (2024-07-22)

Bug Fixes

  • start audio recorder timer if already recording (#2453) (836917e)

v11.23.3

22 Jul 09:07
Compare
Choose a tag to compare

11.23.3 (2024-07-22)

Bug Fixes

  • start audio recorder timer if already recording (#2453) (836917e)

v12.0.0-rc.5

15 Jul 07:38
Compare
Choose a tag to compare
v12.0.0-rc.5 Pre-release
Pre-release

12.0.0-rc.5 (2024-07-15)

⚠ BREAKING CHANGES

  • removed Thread prop fullWidth, removed class str-chat__thread--full
  • removed Window prop hideOnThread, replaced class str-chat__main-panel--hideOnThread with str-chat__main-panel--thread-open

Features

  • remove fullWidth prop from Thread & hideOnThread prop from Window (#2450) (32c8fc0)

v12.0.0-rc.4

11 Jul 09:40
Compare
Choose a tag to compare
v12.0.0-rc.4 Pre-release
Pre-release

12.0.0-rc.4 (2024-07-11)

Bug Fixes

  • export typeVersions correctly for emojis and mp3-encoder (#2449) (17218db)

v12.0.0-rc.3

10 Jul 13:17
Compare
Choose a tag to compare
v12.0.0-rc.3 Pre-release
Pre-release

12.0.0-rc.3 (2024-07-10)

⚠ BREAKING CHANGES

  • MP3 audio encoder has to be explicitly imported and
    used as a plugin for audio recordings. The default audio recording
    format is audio/wav.
  • @breezystack/lamejs became a peer dependency and has to
    be installed by the integrator so that the MP3 audio encoder can work
    properly.
  • Removed fileOrder, imageOrder, fileUploads,
    imageUploads, uploadFile, uploadImage, removeFile, removeImage from the
    MessageInputContext. Use attachments, uploadAttachment, uploadNewFiles, upsertAttachments, removeAttachments instead.
  • Removed default values for timestamp formatting props
    like calendar or format for DateSeparator, EventComponent,
    MessageTimestamp. The formatting configuration now entirely relies on
    i18n translations.

Bug Fixes

  • acknowledge the use of LAME (dbce6dc)
  • extract MP3 encoder plugin (#2447) (625196f)
  • reflect Message groupStyles prop in the component memoization (#2448) (251eb08)

Features

  • keep attachments array and remove file and image uploads in MessageInput state (#2445) (238e801)
  • remove default timestamp formatting props from DateSeparator, EventComponent, MessageTimestamp (#2442) (6431954)

v11.23.2

10 Jul 11:09
Compare
Choose a tag to compare

11.23.2 (2024-07-10)

Bug Fixes

  • reflect Message groupStyles prop in the component memoization (#2448) (251eb08)

v11.23.1

08 Jul 14:02
Compare
Choose a tag to compare

11.23.1 (2024-07-08)

Bug Fixes

  • acknowledge the use of LAME (dbce6dc)

v12.0.0-rc.2

21 Jun 12:35
Compare
Choose a tag to compare
v12.0.0-rc.2 Pre-release
Pre-release

12.0.0-rc.2 (2024-06-21)

Chores

  • deps: bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm (fd27c74)