Skip to content

Commit b6736c1

Browse files
committed
Release 3.9.2
1 parent a3f06a2 commit b6736c1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog - v3
22

3+
## [v3.9.2] (Dec 15 2023)
4+
5+
### Fixes:
6+
* Fixed scroll issues
7+
* Maintain scroll position when loading previous messages.
8+
* Maintain scroll position when loading next messages.
9+
* Move the logic that delays rendering mmf to the correct location.
10+
* Resolve an issue where scroll position wasn't adjusting correctly when the message content size was updated (caused by debouncing scroll events).
11+
* Use `animatedMessage` instead of `highlightedMessage` in the smart app component.
12+
* Reset text display issue
13+
* Fix the appearance of incomplete text compositions from the previous input in the next input.
14+
* Fixed type errors
15+
* Resolve the type error related to `PropsWithChildren`.
16+
* Address the issue of not being assignable to type error, where the property 'children' doesn't exist on type `PropsWithChildren`.
17+
* Use `PropsWithChildren<unknown> `instead of `PropsWithChildren`.
18+
319
## [v3.9.1] (Dec 8 2023)
420

521
### Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)