Skip to content

Commit e021df7

Browse files
chore(release): 12.0.0-rc.1 [skip ci]
## [12.0.0-rc.1](v11.23.0...v12.0.0-rc.1) (2024-07-01) ### ⚠ 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)) ([9f5485d](9f5485d)) ### Features * remove legacy style components ([#2394](#2394)) ([cf40d56](cf40d56)) ### Chores * **deps:** bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm ([be132cb](be132cb))
1 parent 3f95d93 commit e021df7

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [12.0.0-rc.1](https://github.com/GetStream/stream-chat-react/compare/v11.23.0...v12.0.0-rc.1) (2024-07-01)
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)) ([9f5485d](https://github.com/GetStream/stream-chat-react/commit/9f5485d0c1ae2f28cb87d67d63ba96f313e474a0))
17+
18+
19+
### Features
20+
21+
* remove legacy style components ([#2394](https://github.com/GetStream/stream-chat-react/issues/2394)) ([cf40d56](https://github.com/GetStream/stream-chat-react/commit/cf40d56314a1ca2b8238f1cb8ceceebc6c905298))
22+
23+
24+
### Chores
25+
26+
* **deps:** bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm ([be132cb](https://github.com/GetStream/stream-chat-react/commit/be132cb5dab3ef6a83a85d242313c47ccc4b8e3a))
27+
128
## [11.23.0](https://github.com/GetStream/stream-chat-react/compare/v11.22.0...v11.23.0) (2024-06-28)
229

330

@@ -3084,4 +3111,4 @@ We've already been on a v1 release for a while but never updated our versioning.
30843111

30853112
- Support for @mentions for @mention interactions `Channel` now accepts the following props
30863113
- `onMentionsHover={(event, user) => console.log(event, user)}`
3087-
- `onMentionsClick={(event, user) => console.log(event, user)}`
3114+
- `onMentionsClick={(event, user) => console.log(event, user)}`

0 commit comments

Comments
 (0)