Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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