From 222c67b6445180adde741d296b43f86ff6228066 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Nov 2023 13:40:13 +0000 Subject: [PATCH] chore(release): 11.0.0-rc.8 [skip ci] ## [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) ### Bug Fixes * 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)) * 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)) ### Features * 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)) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f99c47739..dc7c4fae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [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) + + +### Bug Fixes + +* 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)) +* 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)) + + +### Features + +* 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)) + ## [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) @@ -2739,4 +2752,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)}`