Skip to content

Commit f0fdcda

Browse files
chore(release): 12.0.0-rc.1 [skip ci]
* 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` * render typing indicator outside the VirtualizedMessageList scroll container ([#2406](#2406)) ([fcaafb6](fcaafb6)) * remove legacy style components ([#2394](#2394)) ([9410153](9410153))
1 parent 7a4efe0 commit f0fdcda

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,28 @@
2727

2828
* load lazily mp3 encoding library for audio recorder ([#2432](https://github.com/GetStream/stream-chat-react/issues/2432)) ([2ca3188](https://github.com/GetStream/stream-chat-react/commit/2ca318878de2f22751319b2b7ccac84644583173))
2929

30+
## [12.0.0-rc.1](https://github.com/GetStream/stream-chat-react/compare/v11.21.0...v12.0.0-rc.1) (2024-06-17)
31+
32+
33+
### ⚠ BREAKING CHANGES
34+
35+
* The VirtualizedMessageList does not provide default
36+
Footer component
37+
* The VirtualizedMessageList markup has changed as
38+
TypingIndicator is rendered as a child of MessageListMainPanel
39+
* stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
40+
* theme v1 related markup and classNames have been removed
41+
* `themeVersion` property has been removed from `ChatContext`
42+
43+
### Bug Fixes
44+
45+
* 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))
46+
47+
48+
### Features
49+
50+
* remove legacy style components ([#2394](https://github.com/GetStream/stream-chat-react/issues/2394)) ([9410153](https://github.com/GetStream/stream-chat-react/commit/94101535d1de9de23a1ab8913423af0e7009bab9))
51+
3052
## [11.21.0](https://github.com/GetStream/stream-chat-react/compare/v11.20.0...v11.21.0) (2024-06-14)
3153

3254

@@ -3055,4 +3077,4 @@ We've already been on a v1 release for a while but never updated our versioning.
30553077

30563078
- Support for @mentions for @mention interactions `Channel` now accepts the following props
30573079
- `onMentionsHover={(event, user) => console.log(event, user)}`
3058-
- `onMentionsClick={(event, user) => console.log(event, user)}`
3080+
- `onMentionsClick={(event, user) => console.log(event, user)}`

0 commit comments

Comments
 (0)