Skip to content

Commit be894b1

Browse files
committed
ready to v3.14.1
1 parent 2dfe8af commit be894b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
* Fix a bug where injecting an optional property with null value not rendering the expected default component
7+
* Update the type of renderMessage in the OpenChannel module
8+
* Deprecate 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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",

0 commit comments

Comments
 (0)