Skip to content

Commit 222c67b

Browse files
chore(release): 11.0.0-rc.8 [skip ci]
## [11.0.0-rc.8](v11.0.0-rc.7...v11.0.0-rc.8) (2023-11-22) ### Bug Fixes * calculate pagination stop from custom channel query message limit ([#2180](#2180)) ([8374af1](8374af1)) * lift notifications above modal overlay ([#2175](#2175)) ([17d98f4](17d98f4)) ### Features * allow to configure channel query options ([#2177](#2177)) ([4f91d9a](4f91d9a))
1 parent a330233 commit 222c67b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [11.0.0-rc.8](https://github.com/GetStream/stream-chat-react/compare/v11.0.0-rc.7...v11.0.0-rc.8) (2023-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* calculate pagination stop from custom channel query message limit ([#2180](https://github.com/GetStream/stream-chat-react/issues/2180)) ([8374af1](https://github.com/GetStream/stream-chat-react/commit/8374af1048b81c307d0687d7730df6a96633b7e6))
7+
* lift notifications above modal overlay ([#2175](https://github.com/GetStream/stream-chat-react/issues/2175)) ([17d98f4](https://github.com/GetStream/stream-chat-react/commit/17d98f40eaea0a134a501deea14605b71d965871))
8+
9+
10+
### Features
11+
12+
* allow to configure channel query options ([#2177](https://github.com/GetStream/stream-chat-react/issues/2177)) ([4f91d9a](https://github.com/GetStream/stream-chat-react/commit/4f91d9a65e752f4bcab2000f5d633b57ae4d6b0e))
13+
114
## [11.0.0-rc.7](https://github.com/GetStream/stream-chat-react/compare/v11.0.0-rc.6...v11.0.0-rc.7) (2023-11-15)
215

316

@@ -2739,4 +2752,4 @@ We've already been on a v1 release for a while but never updated our versioning.
27392752

27402753
- Support for @mentions for @mention interactions `Channel` now accepts the following props
27412754
- `onMentionsHover={(event, user) => console.log(event, user)}`
2742-
- `onMentionsClick={(event, user) => console.log(event, user)}`
2755+
- `onMentionsClick={(event, user) => console.log(event, user)}`

0 commit comments

Comments
 (0)