fix(Channel): respect false shouldGenerateVideoThumbnail prop#3184
Merged
MartinCupela merged 1 commit intoMay 11, 2026
Merged
Conversation
oliverlaz
approved these changes
May 11, 2026
|
Size Change: -1 B (0%) Total Size: 680 kB π¦ View Changed
βΉοΈ View Unchanged
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3184 +/- ##
==========================================
+ Coverage 83.65% 83.68% +0.03%
==========================================
Files 435 435
Lines 13028 13028
Branches 4202 4202
==========================================
+ Hits 10899 10903 +4
+ Misses 2129 2125 -4 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
github-actions Bot
pushed a commit
that referenced
this pull request
May 11, 2026
## [14.2.0](v14.1.0...v14.2.0) (2026-05-11) ### Bug Fixes * allow content overflow in generic Button ([#3167](#3167)) ([6735fa1](6735fa1)) * **Avatar:** fall back to initials when imageUrl is an empty string ([#3168](#3168)) ([541eef8](541eef8)) * **Channel:** respect false shouldGenerateVideoThumbnail prop ([#3184](#3184)) ([340af2b](340af2b)) * decouple modern-normalize from the SDK ([#3180](#3180)) ([bcaf1f6](bcaf1f6)), closes [#3134](#3134) * extended reactions button adjustments ([#3172](#3172)) ([5259c17](5259c17)) * prevent messages being squashed in narrow message lists ([#3153](#3153)) ([a1cc63f](a1cc63f)) * prevent overriding active channel UI on ChannelList pagination error ([#3164](#3164)) ([0c0d65c](0c0d65c)) * remove visual glitches in ModalGallery, placeholder color, borders ([#3178](#3178)) ([32dcace](32dcace)) ### Features * **a11y:** announce message bubble text with context ([#3177](#3177)) ([16f7294](16f7294)) * **a11y:** make ChannelListItemActionButtons accessible with keyboard ([#3176](#3176)) ([8a6b90c](8a6b90c)) * add authorLabel prop to QuotedMessagePreviewUIProps ([#3162](#3162)) ([88ef71e](88ef71e)) * add matchReferenceWidth to DropdownProps ([#3166](#3166)) ([cef7fa5](cef7fa5)) * add pin icon to the ChannelListItemUI ([#3163](#3163)) ([f37f0a9](f37f0a9)) * add snackbar notification upon channels query pagination failure ([#3179](#3179)) ([1028763](1028763)) * clear command mode in message composer using keyboard ([#3175](#3175)) ([6257e17](6257e17)) * introduce selective command enablement based on message editing or quoting in message composer ([#3171](#3171)) ([8fa096a](8fa096a))
|
π This PR is included in version 14.2.0 π The release is available on: Your semantic-release bot π¦π |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
π― Goal
Fixes #3182