Skip to content

Commit c804ee2

Browse files
authored
Merge pull request #221 from sendbird/release/3.8.1
[SDKRLSD-1481] chore: release 3.8.1
2 parents f229033 + 33f4e38 commit c804ee2

File tree

17 files changed

+71
-47
lines changed

17 files changed

+71
-47
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.0...v3.8.1) (2024-11-28)
7+
8+
### Features
9+
10+
- added showUserId config to suggested mention list ([5f7c6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/5f7c6afbfa2b69ee2b8f8e21b9228fcae905c0c7))
11+
12+
### Bug Fixes
13+
14+
- add emoji fallback icon ([3d30123](https://github.com/sendbird/sendbird-uikit-react-native/commit/3d30123f5c1177a55aa417396dcaa3cb9112ab87))
15+
616
## [3.8.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.6...v3.8.0) (2024-11-21)
717

818
### Features

CHANGELOG_DRAFT.md

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,13 @@
1-
## v3.8.0
2-
3-
- **Dependency Update**
4-
The minimum version of `@sendbird/chat` has been bumped to `4.16.0`.
5-
6-
- **Reaction Support in Supergroup**
7-
Reactions are now supported in supergroups. This update introduces a simplified `ReactedUserInfo` type, replacing the previous `User` and `Member` types for reaction-related data. For more details, please refer to the [#217](https://github.com/sendbird/sendbird-uikit-react-native/pull/217).
8-
9-
- **RTL Support**
10-
Right-to-left (RTL) support is now automatically activated based on the language.
11-
12-
```ts
13-
import { I18nManager } from 'react-native';
14-
15-
// To allow RTL support, use the following code:
16-
I18nManager.allowRTL(true);
17-
18-
// To test RTL, you can force RTL by using the following code:
19-
// I18nManager.forceRTL(true);
1+
## v3.8.1
2+
3+
- **Added fallback for deleted emoji icons**
4+
Fixed a crash that occurred when a reaction emoji was deleted and could not be found. A question mark icon will now appear as a fallback in such cases.
5+
6+
- **Support for hiding user ids in mention suggestions**
7+
Added an option to hide user IDs in the mention suggestion list. It can be used as shown below:
8+
```tsx
9+
const module = createGroupChannelModule();
10+
const GroupChannelFragment = createGroupChannelFragment({
11+
SuggestedMentionList: (props) => <module.SuggestedMentionList {...props} showUserId={false} />,
12+
});
2013
```
21-
22-
**Android**: Add the following line to your `AndroidManifest.xml` to enable RTL support:
23-
24-
```xml
25-
<application
26-
android:supportsRtl="true">
27-
</application>
28-
```
29-
30-
**iOS**: For iOS, enable RTL support by adding supported languages in the Localizations section of your Xcode project settings.
31-
32-
- **Improved stability**
33-
Some bugs related to voice messages have been fixed.

docs-validation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.0...v3.8.1) (2024-11-28)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.8.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.6...v3.8.0) (2024-11-21)
711

812
### Features

docs-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*", "sample", "docs-validation"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "3.8.0",
5+
"version": "3.8.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.0...v3.8.1) (2024-11-28)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.8.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.6...v3.8.0) (2024-11-21)
711

812
### Features

packages/uikit-chat-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -45,10 +45,10 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@sendbird/uikit-utils": "3.8.0"
48+
"@sendbird/uikit-utils": "3.8.1"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.8.0",
51+
"@sendbird/uikit-testing-tools": "3.8.1",
5252
"@types/react": "*",
5353
"react": "18.2.0",
5454
"react-native-builder-bob": "^0.18.0",

packages/uikit-react-native-foundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.0...v3.8.1) (2024-11-28)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.8.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.6...v3.8.0) (2024-11-21)
711

812
### Features

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@sendbird/uikit-utils": "3.8.0"
51+
"@sendbird/uikit-utils": "3.8.1"
5252
},
5353
"devDependencies": {
5454
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.8.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.0...v3.8.1) (2024-11-28)
7+
8+
### Features
9+
10+
- added showUserId config to suggested mention list ([5f7c6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/5f7c6afbfa2b69ee2b8f8e21b9228fcae905c0c7))
11+
12+
### Bug Fixes
13+
14+
- add emoji fallback icon ([3d30123](https://github.com/sendbird/sendbird-uikit-react-native/commit/3d30123f5c1177a55aa417396dcaa3cb9112ab87))
15+
616
## [3.8.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.6...v3.8.0) (2024-11-21)
717

818
### Features

0 commit comments

Comments
 (0)