Commit ba1bdf9
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'rator1 parent 9967560 commit ba1bdf9
3 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
3 | 31 | | |
4 | 32 | | |
5 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments