Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dabcdde
chore: update CHANGELOG for v3.12.0 with new features and dependency …
OnestarLee Nov 28, 2025
0f966df
chore(release): release packages v3.12.0
sendbird-sdk-deployment Nov 28, 2025
4f0f738
Revert "chore(release): release packages v3.12.0"
OnestarLee Nov 28, 2025
a147eb9
chore: update CHANGELOG for v3.12.0 with new features and dependency …
OnestarLee Nov 28, 2025
011cce7
chore(release): release packages v3.12.0
sendbird-sdk-deployment Nov 28, 2025
d0571ad
chore: update CHANGELOG for v3.12.0 with new features and dependency …
OnestarLee Nov 28, 2025
7387981
Revert "chore(release): release packages v3.12.0"
OnestarLee Nov 28, 2025
e2d380b
chore: update CHANGELOG for v3.12.0 with new features and dependency …
OnestarLee Nov 28, 2025
a3354b2
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
b10e36b
chore(release): release packages v3.12.0
sendbird-sdk-deployment Nov 28, 2025
059a104
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
5f7e61f
Merge remote-tracking branch 'origin/release/3.12.0' into release/3.12.0
OnestarLee Nov 28, 2025
51f40cc
chore(release): release packages v3.12.0
sendbird-sdk-deployment Nov 28, 2025
de2034a
Revert "chore(release): release packages v3.12.0"
OnestarLee Nov 28, 2025
ab18e31
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
370d028
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
f020da4
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
c717a82
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
aaab5c6
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
6668082
chore: update publish-package.yml and tsconfig.json for build process…
OnestarLee Nov 28, 2025
e2f8e35
chore(release): release packages v3.12.0
sendbird-sdk-deployment Nov 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

### Features

- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

### Features
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## v3.11.4
## v3.12.0

### Improvements
- update zoomable view dependency and refactor zoomProps handling
### Features

- migrate to @sendbird/react-native-create-thumbnail for thumbnail
6 changes: 6 additions & 0 deletions docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

### Features

- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/docs-validation
Expand Down
4 changes: 2 additions & 2 deletions docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
"version": "3.11.4",
"version": "3.12.0",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
Expand All @@ -16,10 +16,10 @@
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@sendbird/chat": "^4.20.2",
"@sendbird/react-native-create-thumbnail": "^1.0.2",
"date-fns": "^4.1.0",
"react": "19.1.1",
"react-native": "0.82.1",
"@sendbird/react-native-create-thumbnail": "^1.0.2",
"react-native-file-access": "^3.1.0",
"react-native-image-picker": "^8.2.0",
"react-native-mmkv": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.11.4",
"version": "3.12.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "3.11.4",
"version": "3.12.0",
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -54,10 +54,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.11.4"
"@sendbird/uikit-utils": "3.12.0"
},
"devDependencies": {
"@sendbird/uikit-testing-tools": "3.11.4",
"@sendbird/uikit-testing-tools": "3.12.0",
"@types/react": "*",
"react": "19.1.1",
"react-native-builder-bob": "^0.18.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-chat-hooks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
],
"compilerOptions": {
"outDir": "./lib/typescript"
"outDir": "./lib/typescript",
"noEmit": false
}
}
4 changes: 4 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "3.11.4",
"version": "3.12.0",
"description": "A foundational UI kit for building chat-enabled React Native apps.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.11.4"
"@sendbird/uikit-utils": "3.12.0"
},
"devDependencies": {
"@types/react": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-react-native-foundation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}
],
"compilerOptions": {
"outDir": "./lib/typescript"
"outDir": "./lib/typescript",
"noEmit": false
}
}
6 changes: 6 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

### Features

- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "3.11.4",
"version": "3.12.0",
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.3.0",
"@sendbird/uikit-chat-hooks": "3.11.4",
"@sendbird/uikit-react-native-foundation": "3.11.4",
"@sendbird/uikit-chat-hooks": "3.12.0",
"@sendbird/uikit-react-native-foundation": "3.12.0",
"@sendbird/uikit-tools": "0.0.15",
"@sendbird/uikit-utils": "3.11.4"
"@sendbird/uikit-utils": "3.12.0"
},
"devDependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-react-native/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
],
"compilerOptions": {
"outDir": "./lib/typescript"
"outDir": "./lib/typescript",
"noEmit": false
}
}
4 changes: 4 additions & 0 deletions packages/uikit-testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

**Note:** Version bump only for package @sendbird/uikit-testing-tools

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/uikit-testing-tools
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-testing-tools",
"version": "3.11.4",
"version": "3.12.0",
"private": true,
"description": "UIKit testing tools",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.20.2",
"@sendbird/uikit-utils": "3.11.4",
"@sendbird/uikit-utils": "3.12.0",
"@types/jest": "^29.4.0",
"@types/react": "*",
"@types/react-native": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-testing-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}
],
"compilerOptions": {
"outDir": "./lib/typescript"
"outDir": "./lib/typescript",
"noEmit": false
}
}
4 changes: 4 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

**Note:** Version bump only for package @sendbird/uikit-utils

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/uikit-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "3.11.4",
"version": "3.12.0",
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
"keywords": [
"sendbird",
Expand Down
5 changes: 3 additions & 2 deletions packages/uikit-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig",
"references": [],
"compilerOptions": {
"outDir": "./lib/typescript"
"outDir": "./lib/typescript",
"noEmit": false
}
}
}
6 changes: 6 additions & 0 deletions sample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)

### Features

- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))

## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)

**Note:** Version bump only for package @sendbird/uikit-sample-cli
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.11.4",
"version": "3.12.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
"target": "esnext",
"noEmit": true
},
"exclude": ["packages/*/lib", "packages/flipper-plugin-sendbird-chat"]
}