diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b0d7f41..a75cc78fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog - v3 +## [v3.2.4] (Nov 1 2022) +Features: +* For Channel component, added separate prop isLoading?.boolean + Usage: `` +* For flicker in ChannelList, no extra props + +Fixes: +* React UIKit placeholder rendering issue +* Fix scroll issue in ChannelList where user cannot load more channels +* Modify TS interface getLeaveChannel to getLeaveGroupChannel in selectors + ## [v3.2.3] (Oct 14 2022) Feature: * Add a prop `disableMarkAsRead` into the diff --git a/package-lock.json b/package-lock.json index 632a5fc40..4f9c959be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sendbird/uikit-react", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sendbird/uikit-react", - "version": "3.2.3", + "version": "3.2.4", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@sendbird/chat": "^4.1.1", diff --git a/package.json b/package.json index 01b960b49..fb1acd68b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.2.3", + "version": "3.2.4", "description": "React based UI kit for sendbird", "main": "dist/index.js", "style": "dist/index.css",