Skip to content

Commit 87a37e4

Browse files
fix: update changelog
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bfb33aa commit 87a37e4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [Unreleased]
22

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
315
* **Perf**: Avoid an unnecessary message list copy in `sortMessage` for the
416
ascending case (the sorted list is already a fresh copy).
517
* **Fix**: Prevent the chat `ListView` item count from inflating during
@@ -13,18 +25,6 @@
1325
* **Perf**: Reuse cached `DateFormat`, `EmojiParser`, and `RegExp` instances on the
1426
chat render hot path instead of rebuilding them for every chat bubble, keeping
1527
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
2828

2929
## [3.0.0]
3030

0 commit comments

Comments
 (0)