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

Commit

Permalink
[2.0.1](Jan 27 2020) (#30)
Browse files Browse the repository at this point in the history
- Features:
  * ImageCompression for sending jpg, jpeg & png files

- Bugfixes:
  * Add Pending and Failed Icon in OpenChannel Messages
  * Scrolling of Channel component
  * Add get-prefix to selectors(getExitOpenChannel, getEnterOpenChannel)
  * Cosmetic fixes
  • Loading branch information
sravan-s authored Jan 27, 2021
1 parent 3589734 commit 6807a9e
Show file tree
Hide file tree
Showing 59 changed files with 13,293 additions and 2,244 deletions.
28 changes: 18 additions & 10 deletions App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion App.js.map

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.0.1](Jan 27 2020)

- Features:
* ImageCompression for sending jpg, jpeg & png files

- Bugfixes:
* Add Pending and Failed Icon in OpenChannel Messages
* Scrolling of Channel component
* Add get-prefix to selectors(getExitOpenChannel, getEnterOpenChannel)
* Cosmetic fixes

## [2.0.0] Open Channel

* OpenChannel
<OpenChannel /> is the component where conversation between the users
happen.
It is similar to <Channel /> component among group channel components.

* OpenChannelSettings
<OpenChannelSettings /> works as the configuration component for open
channel OpenChannelSettings

* A set of selectors for OpenChannel operations

## [1.3.0](Nov 9, 2020)

- Features:
Expand Down
Loading

0 comments on commit 6807a9e

Please sign in to comment.