Skip to content

Commit

Permalink
Updated UIKit version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-dubey1 committed Jan 13, 2025
1 parent 7cae555 commit 3d9db84
Show file tree
Hide file tree
Showing 26 changed files with 1,274 additions and 1,478 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cometchat/chat-uikit-react",
"version": "5.0.0",
"version": "5.0.1",
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
"author": "CometChat",
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.0.1] - 13-01-2025

#### New
- None

#### Enhancements
- None

#### Fixes
- Removed unused dependencies to improve application performance and reduce build size.
- Adjusted the minimum width of the sidebar and tabs to ensure proper layout rendering when the sample app is displayed within fixed-width containers.
- Resolved a flickering issue on the **Banned Member** page when clicking the "Banned Member" option, ensuring a smoother user experience.

## [5.0.0] - 03-01-2025

### New
Expand Down
Loading

0 comments on commit 3d9db84

Please sign in to comment.