This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Commit eeeeead
Sravan S
[2.1.0](Mar 04 2021)
- Features:
* Change font-family to Roboto
* Update color set
* Add conditional search icon to Channel component
```
<Channel
showSearchIcon: boolean
onSearchClick: function
/>
```
* Implement hook `useSendbirdStateContext` to
access UIKit global state
```
const state = useSendbirdStateContext();
const sdk = sendbirdSelectors.getSdk(state);
```
- Bugfixes:
* Handle SVG file as thumbnail image
* Loader shouldnt show warning message
* Change type definition for array 'type[]' to Array<type>
* Add chainTop and chainBottom for custom message items
* Separate Open and GroupChannel renderMessageInput definition
* Cleanup SVG icons
* Various other style and stability fixes1 parent 2e1fdf0 commit eeeeead
File tree
68 files changed
+12501
-1740
lines changed- dist
- cjs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+12501
-1740
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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 | + | |
| 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 | | |
| |||
0 commit comments