Skip to content

Commit 8a860a0

Browse files
authored
release v3.14.1 (#1051)
## [v3.14.1] (Apr 12, 2024) ### Fixes * Fixed a bug where injecting an optional property with null value not rendering the expected default component * Updated the type of renderMessage in the OpenChannel module * Deprecated the renderInput prop and add a new `renderMessageInput` prop
1 parent 2dfe8af commit 8a860a0

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog - v3
22

3+
## [v3.14.1] (Apr 12, 2024)
4+
5+
### Fixes
6+
* Fixed a bug where injecting an optional property with null value not rendering the expected default component
7+
* Updated the type of `renderMessage` in the `OpenChannel` module
8+
* Deprecated the renderInput prop and add a new `renderMessageInput` prop
9+
310
## [v3.14.0] (Apr 5, 2024)
411
### Feature
512
- `TemplateMessageItemBody` now supports `CarouselView` type template

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",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",
@@ -67,7 +67,7 @@
6767
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
6868
},
6969
"dependencies": {
70-
"@sendbird/chat": "^4.11.3",
70+
"@sendbird/chat": "^4.12.1",
7171
"@sendbird/react-uikit-message-template-view": "0.0.1-alpha.72",
7272
"@sendbird/uikit-tools": "0.0.1-alpha.72",
7373
"css-vars-ponyfill": "^2.3.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,15 +2647,15 @@ __metadata:
26472647
languageName: node
26482648
linkType: hard
26492649

2650-
"@sendbird/chat@npm:^4.11.3":
2651-
version: 4.11.3
2652-
resolution: "@sendbird/chat@npm:4.11.3"
2650+
"@sendbird/chat@npm:^4.12.1":
2651+
version: 4.12.1
2652+
resolution: "@sendbird/chat@npm:4.12.1"
26532653
peerDependencies:
26542654
"@react-native-async-storage/async-storage": ^1.17.6
26552655
peerDependenciesMeta:
26562656
"@react-native-async-storage/async-storage":
26572657
optional: true
2658-
checksum: 17ed462c2db13afacd93dd3219a6af4f032f9f251e2e6af3d38cc7cd6b3f3b3648753cf5bcd6a7a9b6ad492971d73e473cb09cddb58aa6c36c7c5dae3a1015e1
2658+
checksum: 79ac1fe287ea20756c5cd3c47df4e323e6c671ff7e089a4eb879b45dea1c34b862cab2f9dd5ba950416e4126123e74b59cb866b0884adbc41b89b7e7b819bcd0
26592659
languageName: node
26602660
linkType: hard
26612661

@@ -2699,7 +2699,7 @@ __metadata:
26992699
"@rollup/plugin-node-resolve": ^15.2.3
27002700
"@rollup/plugin-replace": ^5.0.4
27012701
"@rollup/plugin-typescript": ^11.1.5
2702-
"@sendbird/chat": ^4.11.3
2702+
"@sendbird/chat": ^4.12.1
27032703
"@sendbird/react-uikit-message-template-view": 0.0.1-alpha.72
27042704
"@sendbird/uikit-tools": 0.0.1-alpha.72
27052705
"@storybook/addon-actions": ^6.5.10

0 commit comments

Comments
 (0)