|
1 | 1 | # Changelog |
2 | 2 |
|
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 |
4 | 6 |
|
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) |
6 | 15 |
|
7 | 16 | ### Feature |
8 | 17 |
|
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) |
10 | 23 |
|
11 | 24 | ### Bug |
12 | 25 |
|
| 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) |
13 | 35 | - Remove legacy APIs in mock data used for generating the docs [#704](https://github.com/GetStream/stream-chat-react/pull/704) |
14 | 36 |
|
15 | 37 | ## [4.0.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.0) 2021-02-10 |
|
0 commit comments