Skip to content

Commit 105d9d2

Browse files
committed
5.1.1
1 parent a23fde6 commit 105d9d2

8 files changed

+15
-5
lines changed
752 KB
Binary file not shown.
3.19 MB
Binary file not shown.

docs/EmojiOneColor.woff2

3.19 MB
Binary file not shown.

docs/NotoColorEmoji-flags.woff2

752 KB
Binary file not shown.

docs/build/bundle.487833e0.js renamed to docs/build/bundle.e9a459db.js

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

docs/build/bundle.487833e0.js.LICENSE.txt renamed to docs/build/bundle.e9a459db.js.LICENSE.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868

6969
/*! exports provided: Chat */
7070

71+
/*! exports provided: Chat, useChat */
72+
7173
/*! exports provided: ChatAutoComplete */
7274

7375
/*! exports provided: ChatContext, ChatProvider, useChatContext, withChatContext */
@@ -456,7 +458,7 @@
456458

457459
/*! exports provided: isNode */
458460

459-
/*! exports provided: isOnlyEmojis, truncate, renderText, generateRandomId, smartRender */
461+
/*! exports provided: isOnlyEmojis, truncate, renderText, escapeRegExp, generateRandomId, smartRender */
460462

461463
/*! exports provided: isVisible, notHiddenInput, isGuard, isNotAGuard, isDefined */
462464

@@ -964,6 +966,10 @@
964966
!*** ./src/context/ChannelContext.tsx ***!
965967
\****************************************/
966968

969+
/*!*****************************************!*\
970+
!*** ./dist/assets/EmojiOneColor.woff2 ***!
971+
\*****************************************/
972+
967973
/*!*****************************************!*\
968974
!*** ./node_modules/acorn-jsx/index.js ***!
969975
\*****************************************/
@@ -2012,6 +2018,10 @@
20122018
!*** ./src/components/MessageList/Center.tsx ***!
20132019
\***********************************************/
20142020

2021+
/*!************************************************!*\
2022+
!*** ./dist/assets/NotoColorEmoji-flags.woff2 ***!
2023+
\************************************************/
2024+
20152025
/*!************************************************!*\
20162026
!*** ./node_modules/a11y-focus-store/index.js ***!
20172027
\************************************************/

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.487833e0.js"></script>
12+
<script src="build/bundle.e9a459db.js"></script>
1313
</body>
1414
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "React components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",

0 commit comments

Comments
 (0)