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

Commit

Permalink
[1.3.2](Jan 21, 2021)
Browse files Browse the repository at this point in the history
<Channel /> : Autoscroll on message received if user is at end of scroll
  • Loading branch information
Sravan S committed Jan 22, 2021
1 parent 94a67f0 commit 59790a7
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.3.2](Jan 21, 2021)

- Bugfixes:
* Scroll to end of list if user is at end of the conversation

## [1.3.0](Nov 9, 2020)

- Features:
Expand Down
50 changes: 39 additions & 11 deletions dist/index.es.js

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

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

50 changes: 39 additions & 11 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird-uikit",
"version": "1.3.1",
"version": "1.3.2",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"typings": "dist/index.d.js",
Expand Down

0 comments on commit 59790a7

Please sign in to comment.