From e021df74e76251182e7a5e5e2e2ecd3346d11c59 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jul 2024 08:40:21 +0000 Subject: [PATCH] chore(release): 12.0.0-rc.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [12.0.0-rc.1](https://github.com/GetStream/stream-chat-react/compare/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](https://github.com/GetStream/stream-chat-react/issues/2406)) ([9f5485d](https://github.com/GetStream/stream-chat-react/commit/9f5485d0c1ae2f28cb87d67d63ba96f313e474a0)) ### Features * remove legacy style components ([#2394](https://github.com/GetStream/stream-chat-react/issues/2394)) ([cf40d56](https://github.com/GetStream/stream-chat-react/commit/cf40d56314a1ca2b8238f1cb8ceceebc6c905298)) ### Chores * **deps:** bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm ([be132cb](https://github.com/GetStream/stream-chat-react/commit/be132cb5dab3ef6a83a85d242313c47ccc4b8e3a)) --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f4a2c1a..c60375ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [12.0.0-rc.1](https://github.com/GetStream/stream-chat-react/compare/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](https://github.com/GetStream/stream-chat-react/issues/2406)) ([9f5485d](https://github.com/GetStream/stream-chat-react/commit/9f5485d0c1ae2f28cb87d67d63ba96f313e474a0)) + + +### Features + +* remove legacy style components ([#2394](https://github.com/GetStream/stream-chat-react/issues/2394)) ([cf40d56](https://github.com/GetStream/stream-chat-react/commit/cf40d56314a1ca2b8238f1cb8ceceebc6c905298)) + + +### Chores + +* **deps:** bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm ([be132cb](https://github.com/GetStream/stream-chat-react/commit/be132cb5dab3ef6a83a85d242313c47ccc4b8e3a)) + ## [11.23.0](https://github.com/GetStream/stream-chat-react/compare/v11.22.0...v11.23.0) (2024-06-28) @@ -3084,4 +3111,4 @@ We've already been on a v1 release for a while but never updated our versioning. - Support for @mentions for @mention interactions `Channel` now accepts the following props - `onMentionsHover={(event, user) => console.log(event, user)}` - - `onMentionsClick={(event, user) => console.log(event, user)}` \ No newline at end of file + - `onMentionsClick={(event, user) => console.log(event, user)}`