Skip to content

Commit b90a654

Browse files
authored
Merge pull request #730 from GetStream/4.1.0-changelog
4.1.0-changelog
2 parents cc4a479 + 8da4aae commit b90a654

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# Changelog
22

3-
## [4.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.1) 2021-02-11
3+
## [4.1.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.1.0) 2021-02-25
4+
5+
### Chore
46

5-
**NOTE: breaking changes in v4.0.0, this follow-up version patches the docs**
7+
- Upgrade `react-virtuoso` dependency [#694](https://github.com/GetStream/stream-chat-react/pull/694)
8+
- Improved support for loading unevenly sized messages when scrolling back
9+
- Support smooth scrolling to bottom when new messages are posted (controlled through `stickToBottomScrollBehavior` property)
10+
- Adding reactions no longer cancels the automatic scrolling when new messages appear
11+
- Generate minified CSS output [#707](https://github.com/GetStream/stream-chat-react/pull/707)
12+
- Upgrade `stream-chat` dependency [#727](https://github.com/GetStream/stream-chat-react/pull/727)
13+
- Upgrade `mml-react` dependency [#728](https://github.com/GetStream/stream-chat-react/pull/728)
14+
- Upgrade `emoji-mart` dependency [#731](https://github.com/GetStream/stream-chat-react/pull/731)
615

716
### Feature
817

9-
- Add `usePinHandler` example to docs [#705](https://github.com/GetStream/stream-chat-react/pull/705)
18+
- Add `tabIndex` to emoji picker [#710](https://github.com/GetStream/stream-chat-react/pull/710)
19+
- Add `dispatch` function from `channelReducer` to `ChannelContext` [#717](https://github.com/GetStream/stream-chat-react/pull/717)
20+
- Improve mobile support for display of the `MessageOptions` component [#723](https://github.com/GetStream/stream-chat-react/pull/723)
21+
- Add key down a11y support for emoji picker [#726](https://github.com/GetStream/stream-chat-react/pull/726)
22+
- Add `scrolledUpThreshold` prop to `MessageList` [#734](https://github.com/GetStream/stream-chat-react/pull/734)
1023

1124
### Bug
1225

26+
- Fix reaction list click propagation issue [#722](https://github.com/GetStream/stream-chat-react/pull/722)
27+
- Fix reaction list non-breaking space issue [#725](https://github.com/GetStream/stream-chat-react/pull/725)
28+
- Fix URL markdown in code blocks [#733](https://github.com/GetStream/stream-chat-react/pull/733)
29+
30+
## [4.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.1) 2021-02-11
31+
32+
### Chore
33+
34+
- Add `usePinHandler` example to docs [#705](https://github.com/GetStream/stream-chat-react/pull/705)
1335
- Remove legacy APIs in mock data used for generating the docs [#704](https://github.com/GetStream/stream-chat-react/pull/704)
1436

1537
## [4.0.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.0) 2021-02-10

0 commit comments

Comments
 (0)