Skip to content

Commit

Permalink
chore(release): 12.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 1, 2024
1 parent 3f95d93 commit e021df7
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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)}`
- `onMentionsClick={(event, user) => console.log(event, user)}`

0 comments on commit e021df7

Please sign in to comment.