diff --git a/CHANGELOG.md b/CHANGELOG.md index 0183c90b..80e15f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +### Features + +- add textInputProps to support custom TextInput behavior in GroupChannel (e.g. autoCorrect) ([68d5be2](https://github.com/sendbird/sendbird-uikit-react-native/commit/68d5be2b4c8723a134c13b53cbec4e0abc011f8d)) + +### Bug Fixes + +- improve handling of autocorrect when sending input on iOS ([6e659ef](https://github.com/sendbird/sendbird-uikit-react-native/commit/6e659efaf77403dd9a539ecba498ebd6d60c89a2)) +- improve keyboard handling when using button navigation on API 35 ([837606c](https://github.com/sendbird/sendbird-uikit-react-native/commit/837606c420680e8418ef7b4d34a4c5dd522d1047)) +- resolve search item scroll issue ([8ea23d0](https://github.com/sendbird/sendbird-uikit-react-native/commit/8ea23d01b0f752e53fc0704d1d27597e6748b82c)) + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) ### Bug Fixes diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 81272d4e..9096163f 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,8 +1,10 @@ -## v3.10.1 +## v3.10.2 ### Features -- update @sendbird/uikit-tools to version 0.0.15(add react-native entry to package exports) +- add textInputProps to support custom TextInput behavior in GroupChannel ### Bug Fixes -- improve keyboard avoidance behavior for Android API 35+ +- improve keyboard handling when using button navigation on API 35 +- improve handling of autocorrect when sending input on iOS +- resolve issue where search item did not scroll properly diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 5730c0fd..8395f6bb 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 044d065a..c23da0b6 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.10.1", + "version": "3.10.2", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 9991da59..3b578976 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.10.1", + "version": "3.10.2", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 4db462eb..6a0cfb9a 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 9afc8b2a..cd8f112c 100644 --- a/packages/uikit-chat-hooks/package.json +++ b/packages/uikit-chat-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-chat-hooks", - "version": "3.10.1", + "version": "3.10.2", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -45,10 +45,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.10.1" + "@sendbird/uikit-utils": "3.10.2" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.10.1", + "@sendbird/uikit-testing-tools": "3.10.2", "@types/react": "*", "react": "18.2.0", "react-native-builder-bob": "^0.18.0", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 7b17c5b0..fa08c1a8 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 7f06bf1b..985bec3d 100644 --- a/packages/uikit-react-native-foundation/package.json +++ b/packages/uikit-react-native-foundation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native-foundation", - "version": "3.10.1", + "version": "3.10.2", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.10.1" + "@sendbird/uikit-utils": "3.10.2" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index c2b73071..114856be 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +### Features + +- add textInputProps to support custom TextInput behavior in GroupChannel (e.g. autoCorrect) ([68d5be2](https://github.com/sendbird/sendbird-uikit-react-native/commit/68d5be2b4c8723a134c13b53cbec4e0abc011f8d)) + +### Bug Fixes + +- improve handling of autocorrect when sending input on iOS ([6e659ef](https://github.com/sendbird/sendbird-uikit-react-native/commit/6e659efaf77403dd9a539ecba498ebd6d60c89a2)) +- improve keyboard handling when using button navigation on API 35 ([837606c](https://github.com/sendbird/sendbird-uikit-react-native/commit/837606c420680e8418ef7b4d34a4c5dd522d1047)) +- resolve search item scroll issue ([8ea23d0](https://github.com/sendbird/sendbird-uikit-react-native/commit/8ea23d01b0f752e53fc0704d1d27597e6748b82c)) + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) ### Bug Fixes diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 2ebd570c..9296bf49 100644 --- a/packages/uikit-react-native/package.json +++ b/packages/uikit-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native", - "version": "3.10.1", + "version": "3.10.2", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -60,10 +60,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.1.5", - "@sendbird/uikit-chat-hooks": "3.10.1", - "@sendbird/uikit-react-native-foundation": "3.10.1", + "@sendbird/uikit-chat-hooks": "3.10.2", + "@sendbird/uikit-react-native-foundation": "3.10.2", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.10.1" + "@sendbird/uikit-utils": "3.10.2" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 8a994f76..20178afb 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index b4451f8e..fa81678a 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-testing-tools", - "version": "3.10.1", + "version": "3.10.2", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-utils": "3.10.1", + "@sendbird/uikit-utils": "3.10.2", "@types/jest": "^29.4.0", "@types/react": "*", "@types/react-native": "*", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 1d817a80..04b92ec1 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 4cd21c85..05f6f3e9 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.10.1", + "version": "3.10.2", "description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.", "keywords": [ "sendbird", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index fdece49d..aeb7e841 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -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.10.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.1...v3.10.2) (2025-09-01) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.10.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.0...v3.10.1) (2025-08-26) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index ee983fc8..5ed057ef 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.10.1", + "version": "3.10.2", "private": true, "scripts": { "android": "react-native run-android",