Skip to content

Commit

Permalink
Updated UIKit version to 5.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-dubey1 committed Dec 10, 2024
1 parent 4f38c69 commit d3c9239
Show file tree
Hide file tree
Showing 46 changed files with 2,348 additions and 3,714 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ node_modules/*
webpack.config.js
.github
sample-app
Screenshots
package-lock.json
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
The CometChat React UI Kit provides a pre-built user interface kit that developers can use to quickly integrate a reliable & fully-featured chat experience into an existing or a new app.

<div style="display: flex; align-items: center; justify-content: center;">
<img src="./sample-app/screenshots/sample_app_overview.png" />
<img src="./screenshots/sample_app_overview.png" />
</div>

## 🚀 Explore the Sample App!

Dive straight into our [Sample App](./sample-app/README.md#installation) to see CometChat UI Kit in action! Whether you're building a messaging app or enhancing your existing project, this sample app showcases the full potential of our React UI components.
Dive straight into our [Sample App](https://github.com/cometchat/cometchat-uikit-react/blob/v5/sample-app/README.md#installation) to see CometChat UI Kit in action! Whether you're building a messaging app or enhancing your existing project, this sample app showcases the full potential of our React UI components.

## Prerequisites

Expand Down
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-beta1",
"version": "5.0.0-beta2",
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
"author": "CometChat",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [5.0.0-beta2] - 10-12-2024
### New
- Introduced a feature to seamlessly open a user's conversation by clicking on their mention.

### Enhancements
- Updated the incoming call icon in Call History component.
- Refined the group listing in new conversations to display only the groups the logged-in user is a member of.

### Fixes
- Resolved an issue where the Details component did not open with the correct width in iPad browsers.
- Fixed an issue where unblocking a user from the composer did not update the "Unblock User" menu to "Block User" in the user details.
4 changes: 2 additions & 2 deletions sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is a reference application showcasing the integration of [CometChat's React UI Kit](https://www.cometchat.com/docs/ui-kit/react/overview) within a React framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own React-based applications.

<div style="display: flex; align-items: center; justify-content: center">
<img src="./screenshots/sample_app_overview.png" />
<img src="../screenshots/sample_app_overview.png" />
</div>

## Prerequisites
Expand Down Expand Up @@ -49,4 +49,4 @@ This is a reference application showcasing the integration of [CometChat's React

## Help and Support

For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/5.0/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/5.0/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
Loading

0 comments on commit d3c9239

Please sign in to comment.