Skip to content

Commit 3d9db84

Browse files
committed
Updated UIKit version to 5.0.1
1 parent 7cae555 commit 3d9db84

File tree

26 files changed

+1274
-1478
lines changed

26 files changed

+1274
-1478
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cometchat/chat-uikit-react",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
55
"author": "CometChat",
66
"dependencies": {

sample-app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.0.1] - 13-01-2025
2+
3+
#### New
4+
- None
5+
6+
#### Enhancements
7+
- None
8+
9+
#### Fixes
10+
- Removed unused dependencies to improve application performance and reduce build size.
11+
- Adjusted the minimum width of the sidebar and tabs to ensure proper layout rendering when the sample app is displayed within fixed-width containers.
12+
- Resolved a flickering issue on the **Banned Member** page when clicking the "Banned Member" option, ensuring a smoother user experience.
13+
114
## [5.0.0] - 03-01-2025
215

316
### New

0 commit comments

Comments
 (0)