File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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)} `
You can’t perform that action at this time.
0 commit comments