Skip to content

Commit b26287d

Browse files
authored
Release v3.3.4 (#384)
Fix: * Add the time stamp rendering case for before this year on the ChannelList * Improve the message input security * Possibility of XSS has been discovered * Recommend to do a version up, if you are using UIKit version 3.0.0 or higher
1 parent 4018692 commit b26287d

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog - v3
22

3+
## [v3.3.4] (Jan 6 2023)
4+
Fix:
5+
* Add the time stamp rendering case for before this year on the ChannelList
6+
* Improve the message input security
7+
* Possibility of XSS has been discovered
8+
* Recommend to do a version up, if you are using UIKit version 3.0.0 or higher
9+
310
## [v3.3.3] (Dec 22 2022)
411
Fix:
512
* Change default value of the image compression rate to 70%(0.7)

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",
@@ -49,7 +49,7 @@
4949
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
5050
},
5151
"dependencies": {
52-
"@sendbird/chat": "^4.1.1",
52+
"@sendbird/chat": "^4.2.3",
5353
"css-vars-ponyfill": "^2.3.2",
5454
"date-fns": "^2.16.1",
5555
"prop-types": "^15.7.2"

0 commit comments

Comments
 (0)