Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v12.0.0-rc.7
12.0.0-rc.7 (2024-07-23)
Bug Fixes
v12.0.0-rc.6
12.0.0-rc.6 (2024-07-22)
Bug Fixes
v11.23.3
v12.0.0-rc.5
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
v12.0.0-rc.4
12.0.0-rc.4 (2024-07-11)
Bug Fixes
v12.0.0-rc.3
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
v11.23.2
v11.23.1
v12.0.0-rc.2
12.0.0-rc.2 (2024-06-21)
Chores
- deps: bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm (fd27c74)
v12.0.0-rc.1
12.0.0-rc.1 (2024-06-17)
β BREAKING CHANGES
- The VirtualizedMessageList does not provide default Footer component
- The VirtualizedMessageList markup has changed as TypingIndicator is rendered as a child of MessageListMainPanel
- stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
- theme v1 related markup and classNames have been removed
themeVersion
property has been removed fromChatContext
- remove legacy style components (#2394) (9410153)