File tree Expand file tree Collapse file tree 8 files changed +20
-10
lines changed Expand file tree Collapse file tree 8 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ scripts/
1212/build /
1313dist
1414* dist *
15- /src /styles /vendor /
1615* .md
1716babel.i18next-extract.js
1817/coverage
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ examples/*/src/serviceWorker.js
1111* .test.js
1212dist
1313* dist *
14- /src /styles /vendor /
1514/coverage
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.4.3] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.4.3 ) 2021-07-20
4+
5+ ### Feature
6+
7+ - Reload ` ChannelList ` component when ` sort ` prop changes [ #1054 ] ( https://github.com/GetStream/stream-chat-react/pull/1054 )
8+
9+ ### Chore
10+
11+ - Add repo info to NPM page [ #1051 ] ( https://github.com/GetStream/stream-chat-react/pull/1051 )
12+ - Export ` MML ` component [ #1053 ] ( https://github.com/GetStream/stream-chat-react/pull/1053 )
13+ - Upgrade ` react-virtuoso ` dependency [ #1057 ] ( https://github.com/GetStream/stream-chat-react/pull/1057 )
14+ - Revert removal of ` EmptyStateIndicator ` component for threads [ #1058 ] ( https://github.com/GetStream/stream-chat-react/pull/1058 )
15+ - Move ` mml-react ` (optional dependency) CSS import to ` MML ` component [ #1059 ] ( https://github.com/GetStream/stream-chat-react/pull/1059 )
16+
317## [ 6.4.2] ( https://github.com/GetStream/stream-chat-react/releases/tag/v6.4.2 ) 2021-07-14
418
519### Feature
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
55 globalSetup : './jest-global-setup.js' ,
66 maxConcurrency : 15 ,
77 moduleNameMapper : {
8- '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$' :
8+ '\\.(css| jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$' :
99 '<rootDir>/assetsTransformer.js' ,
1010 'mock-builders(.*)$' : '<rootDir>/src/mock-builders$1' ,
1111 } ,
Original file line number Diff line number Diff line change 11import React , { Suspense } from 'react' ;
2+ import 'mml-react/dist/styles/index.css' ;
23
34import { useChatContext } from '../../context/ChatContext' ;
45
Original file line number Diff line number Diff line change 22@import ' ./_variables.scss' ;
33@import ' ./base.scss' ;
44
5- // Components
6-
7- @import ' ../../node_modules/mml-react/src/styles/index.scss' ;
8- @import ' ./vendor/react-file-utils.scss' ;
9- @import ' ./vendor/emoji-mart.scss' ;
5+ // External dependencies
6+ @import ' ../../node_modules/react-file-utils/dist/index.css' ;
7+ @import ' ../../node_modules/emoji-mart/css/emoji-mart.css' ;
108
9+ // Components
1110@import ' ./ActionsBox.scss' ;
1211@import ' ./AttachmentActions.scss' ;
1312@import ' ./Attachment.scss' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments