We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b7d37 commit 567ad1aCopy full SHA for 567ad1a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog - v3
2
3
+## [3.0.0-beta.4] (May 24 2022)
4
+Fixes:
5
+* Export useChannelList
6
+* Active disableAutoSelect props
7
+* Remove empty CSS file to fix source map warning
8
+
9
+DOC:
10
+* Add info about webpack 5 breaking changes
11
## [3.0.0-beta.3] (May 19 2022)
12
Fixes:
13
* Rate limit markAsDelivered call
package.json
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
- "version": "3.0.0-beta.3",
+ "version": "3.0.0-beta.4",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"style": "dist/index.css",
0 commit comments