Skip to content

Commit

Permalink
chore(release): 11.0.0-rc.6 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.0-rc.6](v11.0.0-rc.5...v11.0.0-rc.6) (2023-11-14)

### Features

* add pickerProps & popperOptions to EmojiPicker ([06a139a](06a139a))
* expose optional remark plugin to keep all line breaks and keep HTML in message text ([#2170](#2170)) ([5b191c9](5b191c9))
  • Loading branch information
semantic-release-bot committed Nov 14, 2023
1 parent 06a139a commit ca0e51c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [11.0.0-rc.6](https://github.com/GetStream/stream-chat-react/compare/v11.0.0-rc.5...v11.0.0-rc.6) (2023-11-14)


### Features

* add pickerProps & popperOptions to EmojiPicker ([06a139a](https://github.com/GetStream/stream-chat-react/commit/06a139a60f975db51529745e16526b013e39df4a))
* expose optional remark plugin to keep all line breaks and keep HTML in message text ([#2170](https://github.com/GetStream/stream-chat-react/issues/2170)) ([5b191c9](https://github.com/GetStream/stream-chat-react/commit/5b191c94de6ec4ff483be65b15ea00e754e0eb47))

## [11.0.0-rc.5](https://github.com/GetStream/stream-chat-react/compare/v11.0.0-rc.4...v11.0.0-rc.5) (2023-11-13)


Expand Down Expand Up @@ -2705,4 +2713,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 ca0e51c

Please sign in to comment.