Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Jun 26, 2020
1 parent c03fbf3 commit 27fc1aa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*! exports provided: Attachment, Card, Audio, AttachmentActions, File */

/*! exports provided: Attachment, Card, Audio, AttachmentActions, File, AutoCompleteTextarea, KEY_CODES, Item, List, defaultScrollToItem, listener, Avatar, ChannelPreview, ChannelPreviewCompact, ChannelPreviewCountOnly, ChannelPreviewLastMessage, ChannelPreviewMessenger, Channel, ChannelHeader, ChannelList, ChannelListMessenger, ChannelListTeam, ChannelSearch, Chat, ChatAutoComplete, ChatDown, CommandItem, DateSeparator, EmoticonItem, EmptyStateIndicator, EventComponent, Gallery, Image, InfiniteScroll, InfiniteScrollPaginator, ReverseInfiniteScroll, LoadingChannels, LoadingErrorIndicator, LoadingIndicator, LoadMoreButton, LoadMorePaginator, Message, MessageCommerce, MessageLivestream, MessageSimple, MessageTeam, MessageRepliesCountButton, MessageActionsBox, MessageInput, MessageInputFlat, MessageInputLarge, MessageInputSmall, EditMessageForm, SendButton, MessageList, MessageNotification, Modal, ReactionSelector, ReactionsList, SimpleReactionsList, SafeAnchor, Thread, Tooltip, TypingIndicator, UserItem, Window */
/*! exports provided: Attachment, Card, Audio, AttachmentActions, File, AutoCompleteTextarea, KEY_CODES, Item, List, defaultScrollToItem, listener, Avatar, ChannelPreview, ChannelPreviewCompact, ChannelPreviewCountOnly, ChannelPreviewLastMessage, ChannelPreviewMessenger, Channel, ChannelHeader, ChannelList, ChannelListMessenger, ChannelListTeam, ChannelSearch, Chat, ChatAutoComplete, ChatDown, CommandItem, DateSeparator, EmoticonItem, EmptyStateIndicator, EventComponent, Gallery, Image, ModalImage, ModalWrapper, InfiniteScroll, InfiniteScrollPaginator, ReverseInfiniteScroll, LoadingChannels, LoadingErrorIndicator, LoadingIndicator, LoadMoreButton, LoadMorePaginator, Message, MessageCommerce, MessageLivestream, MessageSimple, MessageTeam, MessageRepliesCountButton, MessageActionsBox, MessageInput, MessageInputFlat, MessageInputLarge, MessageInputSmall, EditMessageForm, SendButton, MessageList, MessageNotification, Modal, ReactionSelector, ReactionsList, SimpleReactionsList, SafeAnchor, Thread, Tooltip, TypingIndicator, UserItem, Window */

/*! exports provided: AttachmentIcon, FileIcon, FilePreviewer, FileUploadButton, IconButton, ImageDropzone, ImagePreviewer, ImageUploadButton, LoadingIndicator, PictureIcon, Thumbnail, ThumbnailPlaceholder, dataTransferItemsHaveFiles, dataTransferItemsToFiles */

Expand Down Expand Up @@ -104,7 +104,7 @@

/*! exports provided: FontAwesomeIcon */

/*! exports provided: Gallery, Image */
/*! exports provided: Gallery, Image, ModalImage, ModalWrapper */

/*! exports provided: GenIcon, IconBase */

Expand Down Expand Up @@ -632,10 +632,6 @@
!*** ./node_modules/lodash/hasIn.js ***!
\**************************************/

/*!**************************************!*\
!*** ./node_modules/lodash/isNaN.js ***!
\**************************************/

/*!**************************************!*\
!*** ./node_modules/lodash/merge.js ***!
\**************************************/
Expand Down Expand Up @@ -956,10 +952,6 @@
!*** ./node_modules/lodash/isLength.js ***!
\*****************************************/

/*!*****************************************!*\
!*** ./node_modules/lodash/isNumber.js ***!
\*****************************************/

/*!*****************************************!*\
!*** ./node_modules/lodash/isObject.js ***!
\*****************************************/
Expand Down Expand Up @@ -1852,6 +1844,10 @@
!*** ./src/components/EmoticonItem/index.js ***!
\**********************************************/

/*!**********************************************!*\
!*** ./src/components/Gallery/ModalImage.js ***!
\**********************************************/

/*!**********************************************!*\
!*** ./src/components/MessageInput/index.js ***!
\**********************************************/
Expand Down Expand Up @@ -2124,6 +2120,10 @@
!*** ./src/components/EventComponent/index.js ***!
\************************************************/

/*!************************************************!*\
!*** ./src/components/Gallery/ModalWrapper.js ***!
\************************************************/

/*!************************************************!*\
!*** ./src/components/MessageActions/index.js ***!
\************************************************/
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.9c7c94ec.js"></script>
<script src="build/bundle.3aab5cc4.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-react",
"version": "1.2.3",
"version": "1.2.4",
"description": "React components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down

0 comments on commit 27fc1aa

Please sign in to comment.