Skip to content

Commit e829e13

Browse files
committed
release: 3.9.1
1 parent 512a5c3 commit e829e13

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [v3.9.1] (Dec 8 2023)
4+
5+
### Features:
6+
* Improved image loading speed by implementing lazy load with `IntersectionObserver`
7+
* Replaced lamejs binary
8+
### Fixes:
9+
* Fixed a bug where the admin message disappears when sending a message
10+
* Recognized the hash property in the URL
11+
* Fixed a bug where resending MFM fails in the thread
12+
* Group channel user left or banned event should not be ignored
13+
* Removed left 0px from `<Avatar />` component to fix ruined align
14+
* Applied StringSet for the file upload limit notification
15+
16+
### Improvements:
17+
* Divided `<EditUserProfileUI />` into Modal and View parts
18+
* Added a message prop to `<ReactionItem />` component
19+
* Improved the storybook of `<EmojiReactions />`
20+
321
## [v3.9.0] (Nov 24 2023)
422

523
### 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.0",
3+
"version": "3.9.1",
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)