Skip to content

Commit 0f0b95d

Browse files
committed
5.1.1 changelog
1 parent 1797588 commit 0f0b95d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

33

4+
## [5.1.1](https://github.com/GetStream/stream-chat-react/releases/tag/v5.1.1) 2021-04-02
5+
6+
### Feature
7+
8+
- Show formatted date separator for new messages [#818](https://github.com/GetStream/stream-chat-react/pull/818)
9+
- Provide option to display flag emojis as images on Windows via `useImageFlagEmojisOnWindows` prop [#821](https://github.com/GetStream/stream-chat-react/pull/821)
10+
- Hide reaction icon when a message has reactions [#826](https://github.com/GetStream/stream-chat-react/pull/826)
11+
12+
### Chore
13+
14+
- Update types on `Chat` component [#825](https://github.com/GetStream/stream-chat-react/pull/825)
15+
- Update Prettier settings [#831](https://github.com/GetStream/stream-chat-react/pull/831)
16+
17+
### Bug
18+
19+
- Escape characters that break emoji regex [#823](https://github.com/GetStream/stream-chat-react/pull/823)
20+
- Fix autocomplete textarea text replace algorithm [#827](https://github.com/GetStream/stream-chat-react/pull/827)
21+
- Force close suggestions list on submit [#828](https://github.com/GetStream/stream-chat-react/pull/828)
22+
423
## [5.1.0](https://github.com/GetStream/stream-chat-react/releases/tag/v5.1.0) 2021-03-30
524

625
### Feature

0 commit comments

Comments
 (0)