Skip to content

Commit ba1bdf9

Browse files
authored
release: [v3.1.3] (Sep 16 2022) (#299)
Features: * Export SessionHandler through `@sendbird/uikit-react/handlers/SessionHandler` * This is a workaround to fix an issue where inhertiance chains break custom handler implementation * `import SessionHandler from '@sendbird/uikit-react/handlers/SessionHandler'` * Rem units can be used for typography * Pass prop `config.isREMUnitEnabled` -> true on SendbirdProvider to use "rem" units * We are adding rem as unit for typography/font size Fixes: * Fix the position of ContextMenu * Do not exit the current open channel when the channel state is changed * Display menu only for operators on the member list * Hide muted icon when pop-up component is appeared * Set message context's border roundly by the state using the reaction feature * Add props `isReactionEnabled` to the <TextMessageItemBody /> * Add props `isReactionEnabled` to the <OGMessageItemBody /> * Add props `isReactionEnabled` to the <FileMessageItemBody /> * Add props `isReactionEnabled` to the <ThumbnailMessageItemBody /> * Add props `isReactionEnabled` to the <UnknownMessageItemBody /> * Add the message as a parameter of renderCustomSeparator * before: renderCustomSeparator={() => ReactElement} * after: renderCustomSeparator={(props: { message }) => ReactElement} * Fix typo on the type * renderCustomSep'e'rator to renderCustomSep'a'rator
1 parent 9967560 commit ba1bdf9

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

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

3+
## [v3.1.3] (Sep 18 2022)
4+
5+
Features:
6+
* Export SessionHandler through `@sendbird/uikit-react/handlers/SessionHandler`
7+
* This is a workaround to fix an issue where inhertiance chains break custom handler implementation
8+
* `import SessionHandler from '@sendbird/uikit-react/handlers/SessionHandler'`
9+
* Rem units can be used for typography
10+
* Pass prop `config.isREMUnitEnabled` -> true on SendbirdProvider
11+
to use "rem" units
12+
* We are adding rem as unit for typography/font size
13+
14+
Fixes:
15+
* Fix the position of ContextMenu
16+
* Do not exit the current open channel when the channel state is changed
17+
* Display menu only for operators on the member list
18+
* Hide muted icon when pop-up component is appeared
19+
* Set message context's border roundly by the state using the reaction feature
20+
* Add props `isReactionEnabled` to the <TextMessageItemBody />
21+
* Add props `isReactionEnabled` to the <OGMessageItemBody />
22+
* Add props `isReactionEnabled` to the <FileMessageItemBody />
23+
* Add props `isReactionEnabled` to the <ThumbnailMessageItemBody />
24+
* Add props `isReactionEnabled` to the <UnknownMessageItemBody />
25+
* Add the message as a parameter of renderCustomSeparator
26+
* before: renderCustomSeparator={() => ReactElement}
27+
* after: renderCustomSeparator={(props: { message }) => ReactElement}
28+
* Fix typo on the type
29+
* renderCustomSep'e'rator to renderCustomSep'a'rator
30+
331
## [v3.1.2] (Aug 31 2022)
432

533
* Migrate UI components into TypeScript

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)