Skip to content

Commit cc53d89

Browse files
committed
tag: room@1.0.1
1 parent 0847b10 commit cc53d89

File tree

2 files changed

+4
-82
lines changed

2 files changed

+4
-82
lines changed
Lines changed: 3 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,9 @@
11
# Release Note
22

3-
# 2.4.1
3+
# 1.0.1
44

5-
Bug Fixes:
6-
7-
- Page layout issues. See related content in `GestureHandlerRootView`.
8-
9-
## 2.4.0
10-
11-
New Features
12-
13-
- Added new message context menu style, with options for the original and new styles.
14-
- Added new message attachment menu style, with options for the original and new styles.
15-
16-
Improvements
17-
18-
- Updated example project to support dev mode. In dev mode, overseas accounts can log in with id and token, while domestic accounts can log in with id and password.
19-
- In dev mode, switch by continuously clicking the demo version number.
20-
- Support for eas cloud build.
21-
22-
## 2.3.0
23-
24-
New Features
25-
26-
- Added URL preview functionality.
27-
- Added group message pinning functionality.
28-
- File preview component moved to the example project, with added support for opening common file types.
29-
30-
Improvements
31-
32-
- Optimized message list for smooth scrolling even with tens of thousands of messages.
33-
- Improved basic components to enhance the usability of business components.
34-
35-
## 2.2.0
36-
37-
New Features
38-
39-
- Added text message input status. In single chat, when user A is typing, user B receives a notification that user A is typing.
40-
- Added user subscription status.
41-
- Added functionality to save image and video files.
42-
- Added blacklist functionality.
43-
- Added functionality to set background images for the chat page.
44-
45-
## 2.1.0
46-
47-
New Features
48-
49-
- Added message emoji reply functionality.
50-
- Added message topic functionality.
51-
- Added search historical messages functionality.
52-
- Added new message notification functionality on the chat page.
53-
- Added contact remark functionality.
54-
- Added message translation functionality.
55-
56-
Improvements
57-
58-
- Added status avatar component.
59-
- Added return business component.
60-
- Added emoji component.
61-
- Updated menu component.
62-
- Updated tabbar component.
63-
- Updated contact component.
64-
- Updated chat component with historical message mode and topic mode.
65-
- Updated message input component.
66-
- Updated message list component.
67-
- Updated conversation list component.
68-
- Updated group list component.
69-
- Updated group member list component.
70-
- Updated contact details and group details components.
71-
- Updated friend notification component.
72-
- Updated chat service component.
73-
- Updated configuration component.
74-
- Updated event notification component.
75-
- Updated internationalization content.
76-
- Updated media service.
77-
- Updated theme.
78-
- Updated UI basic components: including but not limited to alert component, button component, list component, image component, click component, tab component, text component, text input component, prompt component.
79-
- Updated project configuration to reduce dependencies.
80-
81-
## 2.0.0
82-
83-
Compared to version `1.0.0`, almost all components have been rewritten. Including but not limited to theme, internationalization, notifications, UI basic components, and UI business components.
5+
- Upgraded react-native version to 0.76
846

857
## 1.0.0
868

87-
A brand new `uikit` component library. Added UI pages on top of `chat` for easier integration of `chat` functionality.
9+
- Created roomkit sdk project

packages/react-native-chat-room/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-chat-room",
3-
"version": "1.0.1-beta.0",
3+
"version": "1.0.1",
44
"description": "react native chat room.",
55
"source": "src/index.tsx",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)