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

Commit cfab37a

Browse files
Sravan Ssravan-s
authored andcommitted
1.1.0(July 10, 2020)
- Features: * Reactions * Reactions are available for users who have it enabled * getEmojiCategoriesFromEmojiContainer * getAllEmojisFromEmojiContainer * getEmojisFromEmojiContainer - Bugfixes: * Avatar flickering issue * SDK version mismatch issue * Various stability fixes - Dependency updates: * SDK version - 3.0.128
1 parent 9518c60 commit cfab37a

File tree

8 files changed

+147
-45
lines changed

8 files changed

+147
-45
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.1.0(July 10, 2020)
4+
5+
- Features:
6+
* Reactions
7+
* Reactions are available for users who have it enabled
8+
* getEmojiCategoriesFromEmojiContainer
9+
* getAllEmojisFromEmojiContainer
10+
* getEmojisFromEmojiContainer
11+
- Bugfixes:
12+
* Avatar flickering issue
13+
* SDK version mismatch issue
14+
* Various stability fixes
15+
16+
- Dependency updates:
17+
* SDK version - 3.0.128
18+
319
## 1.0.7(June 26, 2020)
420

521
- Features:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Samples: https://github.com/sendbird/SendBird-JavaScript/tree/master/uikit-sampl
1010

1111
`npm i sendbird-uikit`
1212

13+
> Note - If you are building for IE11, import an Array.prototype.find polyfill - https://www.npmjs.com/package/array.prototype.find or https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find#Polyfill
14+
1315
## Available Components
1416

1517
The components that you receive once you install the uikit

dist/index.es.js

Lines changed: 48 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.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.

dist/index.js

Lines changed: 48 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.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.

package-lock.json

Lines changed: 28 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)