Skip to content

Commit f8c5da9

Browse files
semantic-release-botMartinCupela
authored andcommitted
chore(release): 12.0.0-rc.1 [skip ci]
## [12.0.0-rc.1](v11.21.0...v12.0.0-rc.1) (2024-06-17) ### ⚠ BREAKING CHANGES * The VirtualizedMessageList does not provide default Footer component * The VirtualizedMessageList markup has changed as TypingIndicator is rendered as a child of MessageListMainPanel * stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information * theme v1 related markup and classNames have been removed * `themeVersion` property has been removed from `ChatContext` ### Bug Fixes * render typing indicator outside the VirtualizedMessageList scroll container ([#2406](#2406)) ([fcaafb6](fcaafb6)) ### Features * remove legacy style components ([#2394](#2394)) ([9410153](9410153))
1 parent 75d7a86 commit f8c5da9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [12.0.0-rc.1](https://github.com/GetStream/stream-chat-react/compare/v11.21.0...v12.0.0-rc.1) (2024-06-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The VirtualizedMessageList does not provide default
7+
Footer component
8+
* The VirtualizedMessageList markup has changed as
9+
TypingIndicator is rendered as a child of MessageListMainPanel
10+
* stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
11+
* theme v1 related markup and classNames have been removed
12+
* `themeVersion` property has been removed from `ChatContext`
13+
14+
### Bug Fixes
15+
16+
* render typing indicator outside the VirtualizedMessageList scroll container ([#2406](https://github.com/GetStream/stream-chat-react/issues/2406)) ([fcaafb6](https://github.com/GetStream/stream-chat-react/commit/fcaafb6a1d41249b904350f9ccdb6527d7e881e5))
17+
18+
19+
### Features
20+
21+
* remove legacy style components ([#2394](https://github.com/GetStream/stream-chat-react/issues/2394)) ([9410153](https://github.com/GetStream/stream-chat-react/commit/94101535d1de9de23a1ab8913423af0e7009bab9))
22+
123
## [11.23.0](https://github.com/GetStream/stream-chat-react/compare/v11.22.0...v11.23.0) (2024-06-28)
224

325

0 commit comments

Comments
 (0)