Skip to content

Commit 7e96bff

Browse files
committed
4.1.0 changelog
1 parent 2fc6c8c commit 7e96bff

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
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 **UNRELEASED**
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+
- _add brief upgrade instructions/new features here_
9+
- Generate minified CSS output [#707](https://github.com/GetStream/stream-chat-react/pull/707)
10+
- Upgrade `stream-chat` dependency [#727](https://github.com/GetStream/stream-chat-react/pull/727)
11+
- Upgrade `mml-react` dependency [#728](https://github.com/GetStream/stream-chat-react/pull/728)
612

713
### Feature
814

9-
- Add `usePinHandler` example to docs [#705](https://github.com/GetStream/stream-chat-react/pull/705)
15+
- Add `tabIndex` to emoji picker [#710](https://github.com/GetStream/stream-chat-react/pull/710)
16+
- Add `dispatch` function from `channelReducer` to `ChannelContext` [#717](https://github.com/GetStream/stream-chat-react/pull/717)
17+
- Improve mobile support for display of the `MessageOptions` component [#723](https://github.com/GetStream/stream-chat-react/pull/723)
18+
- Add key down a11y support for emoji picker [#726](https://github.com/GetStream/stream-chat-react/pull/726)
1019

1120
### Bug
1221

22+
- Fix reaction list click propagation issue [#722](https://github.com/GetStream/stream-chat-react/pull/722)
23+
- Fix reaction list non-breaking space issue [#725](https://github.com/GetStream/stream-chat-react/pull/725)
24+
25+
## [4.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.1) 2021-02-11
26+
27+
### Chore
28+
29+
- Add `usePinHandler` example to docs [#705](https://github.com/GetStream/stream-chat-react/pull/705)
1330
- Remove legacy APIs in mock data used for generating the docs [#704](https://github.com/GetStream/stream-chat-react/pull/704)
1431

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

0 commit comments

Comments
 (0)