Skip to content

Commit 3a5497a

Browse files
authored
Merge pull request #701 from GetStream/4.0.0-changlog
4.0.0-changelog
2 parents e99fdb3 + bf2a81e commit 3a5497a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.0) 2021-02-10
4+
5+
### ⚠️ BREAKING CHANGES ⚠️
6+
7+
- Removed the `seamless-immutable` dependency and its corresponding methods and types [#687](https://github.com/GetStream/stream-chat-react/pull/687)
8+
9+
- We also removed this dependency at the `stream-chat` JS client level, therefore immutable methods, such as `setIn`, no longer need to be run
10+
on the returned data [#602](https://github.com/GetStream/stream-chat-js/pull/602)
11+
- Responses from the Stream API will now return standard JS data structures, without the immutable wrapping
12+
- **When you upgrade to v4.0.0 of `stream-chat-react`, make sure you also upgrade to v3.0.0 of `stream-chat`**
13+
14+
### Feature
15+
16+
- Performance optimize and allow customization of the `emoji-mart` dependency [#530](https://github.com/GetStream/stream-chat-react/pull/530)
17+
- Add custom `image` prop to `ChannelHeader` component [#697](https://github.com/GetStream/stream-chat-react/pull/697)
18+
19+
### Chore
20+
21+
- Removed the SonarJS linting rules [#693](https://github.com/GetStream/stream-chat-react/pull/693)
22+
23+
### Bug
24+
25+
- Fix permissions bug with custom channel types [#695](https://github.com/GetStream/stream-chat-react/pull/695)
26+
- Fix `ChannelHeader` CSS alignment issue [#699](https://github.com/GetStream/stream-chat-react/pull/699)
27+
328
## [3.6.0](https://github.com/GetStream/stream-chat-react/releases/tag/v3.6.0) 2021-02-02
429

530
### Feature

0 commit comments

Comments
 (0)