From 87cb022324d8287cb986e712c091d9c77b9e2b22 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 11 Oct 2024 13:22:50 +0900 Subject: [PATCH] ready for v3.15.6 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f4de4ed..f4bdc3238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog - v3 +## [v3.15.6] (Oct 11th, 2024) + +### Features: +- Exported `useLocalization` Hook: + - Provided access to stringSet and dateLocale. + - Note: Required SendbirdProvider to wrap your component for proper usage. + - Import Path: `"@sendbird/uikit-react/hooks/useLocalization"` +- Exported `ThreadReplySelectType`: + - Import Paths: + - `"@sendbird/uikit-react/Channel/context"` + - `"@sendbird/uikit-react/GroupChannel/context"` + +### Fixes +- Modified the `MessageInput` to scroll to the caret position when pasting text. +- The maximum height of the `MessageInput` has been extended to `'92px'` +- Fixed an `error message` on `MenuItemAction` when the children prop is `undefined` + ## [v3.15.5] (Oct 4th, 2024) ### Updates diff --git a/package.json b/package.json index 498537bb4..d81e7ff49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.15.5", + "version": "3.15.6", "description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird",