Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit e3144c2

Browse files
sravan-sSravan S
andauthored
[2.1.0](Mar 04 2021) (#33)
- 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 fixes Co-authored-by: Sravan S <sravan@sendbird.com>
1 parent 2e1fdf0 commit e3144c2

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 changed

App.js

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

App.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

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

3+
## [2.1.0](Mar 04 2021)
4+
5+
- Features:
6+
* Change font-family to Roboto
7+
* Update color set
8+
* Add conditional search icon to Channel component
9+
```
10+
<Channel
11+
showSearchIcon: boolean
12+
onSearchClick: function
13+
/>
14+
```
15+
* Implement hook `useSendbirdStateContext` to
16+
access UIKit global state
17+
```
18+
const state = useSendbirdStateContext();
19+
const sdk = sendbirdSelectors.getSdk(state);
20+
```
21+
22+
- Bugfixes:
23+
* Handle SVG file as thumbnail image
24+
* Loader shouldnt show warning message
25+
* Change type definition for array 'type[]' to Array<type>
26+
* Add chainTop and chainBottom for custom message items
27+
* Separate Open and GroupChannel renderMessageInput definition
28+
* Cleanup SVG icons
29+
* Various other style and stability fixes
30+
331
## [2.0.2](Jan 28 2021)
432

533
- Bugfixes:

0 commit comments

Comments
 (0)