|
| 1 | +## [12.0.0-rc.3](https://github.com/GetStream/stream-chat-react/compare/v12.0.0-rc.2...v12.0.0-rc.3) (2024-07-10) |
| 2 | + |
| 3 | + |
| 4 | +### ⚠ BREAKING CHANGES |
| 5 | + |
| 6 | +* MP3 audio encoder has to be explicitly imported and |
| 7 | +used as a plugin for audio recordings. The default audio recording |
| 8 | +format is audio/wav. |
| 9 | +* @breezystack/lamejs became a peer dependency and has to |
| 10 | +be installed by the integrator so that the MP3 audio encoder can work |
| 11 | +properly. |
| 12 | +* Removed fileOrder, imageOrder, fileUploads, |
| 13 | +imageUploads, uploadFile, uploadImage, removeFile, removeImage from the |
| 14 | +MessageInputContext. Use attachments, uploadAttachment, uploadNewFiles, upsertAttachments, removeAttachments instead. |
| 15 | +* Removed default values for timestamp formatting props |
| 16 | +like calendar or format for DateSeparator, EventComponent, |
| 17 | +MessageTimestamp. The formatting configuration now entirely relies on |
| 18 | +i18n translations. |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* acknowledge the use of LAME ([dbce6dc](https://github.com/GetStream/stream-chat-react/commit/dbce6dc551d182d9975f17006ea08ff1ca38f4ff)) |
| 23 | +* extract MP3 encoder plugin ([#2447](https://github.com/GetStream/stream-chat-react/issues/2447)) ([625196f](https://github.com/GetStream/stream-chat-react/commit/625196f38fc0666f66492905584933da656afef0)) |
| 24 | +* reflect Message groupStyles prop in the component memoization ([#2448](https://github.com/GetStream/stream-chat-react/issues/2448)) ([251eb08](https://github.com/GetStream/stream-chat-react/commit/251eb08a637b32851b50795db2505c75fd6ece19)) |
| 25 | + |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | +* keep attachments array and remove file and image uploads in MessageInput state ([#2445](https://github.com/GetStream/stream-chat-react/issues/2445)) ([238e801](https://github.com/GetStream/stream-chat-react/commit/238e801f3ecd1997017ad56e7a24b52d81acb1a0)) |
| 30 | +* remove default timestamp formatting props from DateSeparator, EventComponent, MessageTimestamp ([#2442](https://github.com/GetStream/stream-chat-react/issues/2442)) ([6431954](https://github.com/GetStream/stream-chat-react/commit/64319549249503c0381a8834e17dd3e8befeb953)) |
| 31 | + |
1 | 32 | ## [12.0.0-rc.2](https://github.com/GetStream/stream-chat-react/compare/v12.0.0-rc.1...v12.0.0-rc.2) (2024-06-21) |
2 | 33 |
|
3 | 34 |
|
|
0 commit comments