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

Commit 6807a9e

Browse files
authored
[2.0.1](Jan 27 2020) (#30)
- 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
1 parent 3589734 commit 6807a9e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+13293
-2244
lines changed

App.js

Lines changed: 18 additions & 10 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.1](Jan 27 2020)
4+
5+
- Features:
6+
* ImageCompression for sending jpg, jpeg & png files
7+
8+
- Bugfixes:
9+
* Add Pending and Failed Icon in OpenChannel Messages
10+
* Scrolling of Channel component
11+
* Add get-prefix to selectors(getExitOpenChannel, getEnterOpenChannel)
12+
* Cosmetic fixes
13+
14+
## [2.0.0] Open Channel
15+
16+
* OpenChannel
17+
<OpenChannel /> is the component where conversation between the users
18+
happen.
19+
It is similar to <Channel /> component among group channel components.
20+
21+
* OpenChannelSettings
22+
<OpenChannelSettings /> works as the configuration component for open
23+
channel OpenChannelSettings
24+
25+
* A set of selectors for OpenChannel operations
26+
327
## [1.3.0](Nov 9, 2020)
428

529
- Features:

0 commit comments

Comments
 (0)