|
1 | 1 | ## [Unreleased] |
2 | 2 |
|
| 3 | +* **Fix**: [423](https://github.com/SimformSolutionsPvtLtd/chatview/pull/423) |
| 4 | + Rendering issue in attached image preview when sending message on web. |
| 5 | +* **Feat**: [420](https://github.com/SimformSolutionsPvtLtd/chatview/pull/420) Added support for |
| 6 | + `playerMode` in `VoiceMessageConfiguration` with `single` and `multi`. |
| 7 | +* **Feat**: [434](https://github.com/SimformSolutionsPvtLtd/chatview/pull/434) Add optional |
| 8 | + `boxShadow` to `ChatBubble` and apply it in `TextMessageView` when set. |
| 9 | +* **Feat**: ✨Added backgroundImageFit and backgroundImageRepeat to |
| 10 | + ChatBackgroundConfiguration for controllable chat wallpaper layout. |
| 11 | +* **Feat**: [336](https://github.com/SimformSolutionsPvtLtd/chatview/issues/336) Add edit message support. |
| 12 | +* **Feat**: [115](https://github.com/SimformSolutionsPvtLtd/chatview/issues/115) Add customizable timestamp styling for chat bubbles and improve timestamp rendering logic. |
| 13 | +* **Fix**: [426](https://github.com/SimformSolutionsPvtLtd/chatview/issues/426) Add auto-detection and display of voice message duration |
| 14 | +* **Feat**: [128](https://github.com/SimformSolutionsPvtLtd/chatview/issues/128) Add message grouping feature to chat bubbles for improved UI |
3 | 15 | * **Perf**: Avoid an unnecessary message list copy in `sortMessage` for the |
4 | 16 | ascending case (the sorted list is already a fresh copy). |
5 | 17 | * **Fix**: Prevent the chat `ListView` item count from inflating during |
|
13 | 25 | * **Perf**: Reuse cached `DateFormat`, `EmojiParser`, and `RegExp` instances on the |
14 | 26 | chat render hot path instead of rebuilding them for every chat bubble, keeping |
15 | 27 | scrolling smooth with large message lists. |
16 | | -* **Fix**: [423](https://github.com/SimformSolutionsPvtLtd/chatview/pull/423) |
17 | | - Rendering issue in attached image preview when sending message on web. |
18 | | -* **Feat**: [420](https://github.com/SimformSolutionsPvtLtd/chatview/pull/420) Added support for |
19 | | - `playerMode` in `VoiceMessageConfiguration` with `single` and `multi`. |
20 | | -* **Feat**: [434](https://github.com/SimformSolutionsPvtLtd/chatview/pull/434) Add optional |
21 | | - `boxShadow` to `ChatBubble` and apply it in `TextMessageView` when set. |
22 | | -* **Feat**: ✨Added backgroundImageFit and backgroundImageRepeat to |
23 | | - ChatBackgroundConfiguration for controllable chat wallpaper layout. |
24 | | -* **Feat**: [336](https://github.com/SimformSolutionsPvtLtd/chatview/issues/336) Add edit message support. |
25 | | -* **Feat**: [115](https://github.com/SimformSolutionsPvtLtd/chatview/issues/115) Add customizable timestamp styling for chat bubbles and improve timestamp rendering logic. |
26 | | -* **Fix**: [426](https://github.com/SimformSolutionsPvtLtd/chatview/issues/426) Add auto-detection and display of voice message duration |
27 | | -* **Feat**: [128](https://github.com/SimformSolutionsPvtLtd/chatview/issues/128) Add message grouping feature to chat bubbles for improved UI |
28 | 28 |
|
29 | 29 | ## [3.0.0] |
30 | 30 |
|
|
0 commit comments