fix: adjust padding for messages containing only padding#3102
Merged
MartinCupela merged 1 commit intomasterfrom Apr 9, 2026
Merged
fix: adjust padding for messages containing only padding#3102MartinCupela merged 1 commit intomasterfrom
MartinCupela merged 1 commit intomasterfrom
Conversation
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3102 +/- ##
=======================================
Coverage 80.83% 80.83%
=======================================
Files 417 417
Lines 12035 12038 +3
Branches 3873 3874 +1
=======================================
+ Hits 9728 9731 +3
Misses 2307 2307 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
dd80155 to
f32b190
Compare
|
Size Change: +89 B (+0.01%) Total Size: 614 kB π¦ View Changed
βΉοΈ View Unchanged
|
oliverlaz
approved these changes
Apr 9, 2026
arnautov-anton
approved these changes
Apr 9, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
## [14.0.0-beta.7](v14.0.0-beta.6...v14.0.0-beta.7) (2026-04-14) ### β BREAKING CHANGES * remove onlySenderCanEdit from MessageProps * - Removed legacy notification text callback props from Message props: getDeleteMessageErrorNotification, getFetchReactionsErrorNotification, getFlagMessageErrorNotification, getFlagMessageSuccessNotification, getMarkMessageUnreadErrorNotification, getMarkMessageUnreadSuccessNotification, getMuteUserErrorNotification, getMuteUserSuccessNotification, getPinMessageErrorNotification. Notification customization must now be done through notification translators (Streami18n translationBuilder topic: "notification") and/or custom MessageActions. * - Message action handlers no longer publish notifications internally. Errors now propagate to call sites, which are responsible for success/error notifications. * - Removed ConnectionStatus component. Connection notification UI is app responsibility now. * externalize sidebar toggle and remove navOpen state from the SDK (#3088) * remove deprecated APIs ahead of v14 stable (#3086) ### Bug Fixes * adjust padding for messages containing only padding ([#3102](#3102)) ([443b9a8](443b9a8)) * **AudioPlayback:** improve wave progress bar smoothness and sizing ([#3094](#3094)) ([982cf2a](982cf2a)) * correct various UI glitches ([#3110](#3110)) ([6605f63](6605f63)) * **Giphy:** use fixed height for giphy preview to prevent layout shifts ([#3095](#3095)) ([30e45fa](30e45fa)) * **MessageList:** prevent jump-to-message snap-back from bottom autoscroll ([#3109](#3109)) ([be8ed26](be8ed26)) ### Features * add EmojiPicker plugin stylesheet ([#3108](#3108)) ([b4ed464](b4ed464)) * add MediaBadge ([#3103](#3103)) ([e15caa4](e15caa4)) * add new styles for unsupported attachments (preview, message, channel preview) ([#3107](#3107)) ([19a0add](19a0add)) * add notification API wrapper ([#3096](#3096)) ([2060768](2060768)) * externalize sidebar toggle and remove navOpen state from the SDK ([#3088](#3088)) ([dc16bb5](dc16bb5)) * introduce extended reaction list to a reactions detail component ([#3100](#3100)) ([b284802](b284802)) * redesign UnsupportedAttachment ([#3099](#3099)) ([9156f6f](9156f6f)) * remove onlySenderCanEdit prop from MessageProps ([#3098](#3098)) ([759cadf](759cadf)) * track upload progress in attachment preview components ([#3060](#3060)) ([8b13863](8b13863)) ### Refactors * remove deprecated APIs ahead of v14 stable ([#3086](#3086)) ([8317b73](8317b73)), closes [#1804](https://github.com/GetStream/stream-chat-react/issues/1804)
|
π This PR is included in version 14.0.0-beta.7 π 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
Remove redundant padding around attachments in attachment-only messages
π¨ UI Changes