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

Conversation

@sravan-s
Copy link
Contributor

@sravan-s sravan-s commented Mar 4, 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
    • Add chainTop and chainBottom for custom message items
    • Separate Open and GroupChannel renderMessageInput definition
    • Cleanup SVG icons
    • Various other style and stability fixes

- 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
@sravan-s sravan-s force-pushed the feat/release2.1.0 branch from 2079b28 to eeeeead Compare March 4, 2021 05:10
@sravan-s sravan-s merged commit e3144c2 into master Mar 4, 2021
@sravan-s sravan-s deleted the feat/release2.1.0 branch March 4, 2021 05:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants