feat: rename ChannelPaginatorsOrchestrator to ChannelManager - #3258
feat: rename ChannelPaginatorsOrchestrator to ChannelManager#3258MartinCupela wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-v15 #3258 +/- ##
==============================================
Coverage ? 83.90%
==============================================
Files ? 523
Lines ? 15904
Branches ? 5050
==============================================
Hits ? 13345
Misses ? 2559
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎯 Goal
depends on GetStream/stream-chat-js#1813
Tracks the stream-chat rename of ChannelPaginatorsOrchestrator to
ChannelManager. No behavioral change on the React side.
BREAKING CHANGE: the prop and the ChatContext field
channelPaginatorsOrchestrator are renamed to channelManager, and the types
ChannelPaginatorsOrchestrator / ChannelPaginatorsOrchestratorState are now
ChannelManager / ChannelManagerState. Every useChatContext() consumer reading
the old field, and any test that builds a partial ChatContext value, has to be
updated. No deprecated prop or type aliases are exported.