Skip to content

Commit ca0e51c

Browse files
chore(release): 11.0.0-rc.6 [skip ci]
## [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))
1 parent 06a139a commit ca0e51c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* add pickerProps & popperOptions to EmojiPicker ([06a139a](https://github.com/GetStream/stream-chat-react/commit/06a139a60f975db51529745e16526b013e39df4a))
7+
* 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))
8+
19
## [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)
210

311

@@ -2705,4 +2713,4 @@ We've already been on a v1 release for a while but never updated our versioning.
27052713

27062714
- Support for @mentions for @mention interactions `Channel` now accepts the following props
27072715
- `onMentionsHover={(event, user) => console.log(event, user)}`
2708-
- `onMentionsClick={(event, user) => console.log(event, user)}`
2716+
- `onMentionsClick={(event, user) => console.log(event, user)}`

0 commit comments

Comments
 (0)