Skip to content

Commit fe8e2a3

Browse files
authored
Merge pull request #1219 from GetStream/css-bundle-tweak
reduce css bundle
2 parents 9b753c2 + d77db81 commit fe8e2a3

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

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

3+
## [6.9.1](https://github.com/GetStream/stream-chat-react/releases/tag/v6.9.1) 2021-10-01
4+
5+
### Feature
6+
7+
- Add `chatContainer` custom CSS class name override [#1216](https://github.com/GetStream/stream-chat-react/pull/1216)
8+
9+
### Chore
10+
11+
- Add descriptive error messages to custom context consumer hooks [#1207](https://github.com/GetStream/stream-chat-react/pull/1207)
12+
- Pass `value` prop to `SuggestionItem` component [#1207](https://github.com/GetStream/stream-chat-react/pull/1207)
13+
- Update docs for custom `ChannelList` event handler example [#1209](https://github.com/GetStream/stream-chat-react/pull/1209)
14+
- Add `cooldownInterval` to `MessageInput` context value memoization [#1209](https://github.com/GetStream/stream-chat-react/pull/1209)
15+
- Reduce packaged CSS bundle size [#1219](https://github.com/GetStream/stream-chat-react/pull/1219)
16+
17+
### Bug
18+
19+
- Prevent user start/stop watching events from resetting the channel state [#1206](https://github.com/GetStream/stream-chat-react/pull/1206)
20+
321
## [6.9.0](https://github.com/GetStream/stream-chat-react/releases/tag/v6.9.0) 2021-09-24
422

523
### Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-player": "^2.7.0",
5151
"react-textarea-autosize": "^8.3.0",
5252
"react-virtuoso": "^2.2.1",
53-
"stream-chat-css": "^1.0.15",
53+
"stream-chat-css": "^1.0.17",
5454
"textarea-caret": "^3.1.0",
5555
"uuid": "^8.3.1"
5656
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9531,10 +9531,10 @@ stream-browserify@^2.0.1:
95319531
inherits "~2.0.1"
95329532
readable-stream "^2.0.2"
95339533

9534-
stream-chat-css@^1.0.15:
9535-
version "1.0.15"
9536-
resolved "https://registry.yarnpkg.com/stream-chat-css/-/stream-chat-css-1.0.15.tgz#dd22aca0c65d5a32fb50fb3ef17c8080669bdbc6"
9537-
integrity sha512-7fJq7HqB+6gUpsDdqPJJ7SvMoFzUCe37d7J8VWPYiUs3PWZHK2gs1PW28kQm8jVPL6PfZoX1ZwhgMMGOOsSo1w==
9534+
stream-chat-css@^1.0.17:
9535+
version "1.0.17"
9536+
resolved "https://registry.yarnpkg.com/stream-chat-css/-/stream-chat-css-1.0.17.tgz#aad79b5c8e6f62334305d73e8cffe8ad2ac46f0e"
9537+
integrity sha512-CgfqyWAqFa2QMBn3Srk4sBnMdjMhd/ufErplnGeYZFlzL/C1czRmr2MN/ZgxWwW5uLO7ArGyETRqslYZxFMN1Q==
95389538

95399539
95409540
version "4.2.0"

0 commit comments

Comments
 (0)