fix: export AttachmentSelectorContext from the SDK#3158
Merged
MartinCupela merged 1 commit intomasterfrom Apr 30, 2026
Merged
Conversation
oliverlaz
approved these changes
Apr 30, 2026
|
Size Change: +17 B (0%) Total Size: 672 kB π¦ View Changed
βΉοΈ View Unchanged
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3158 +/- ##
=======================================
Coverage 83.58% 83.58%
=======================================
Files 434 434
Lines 12926 12926
Branches 4159 4159
=======================================
Hits 10804 10804
Misses 2122 2122 β 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 4, 2026
## [14.1.0](v14.0.1...v14.1.0) (2026-05-04) ### Bug Fixes * add ScrollToLatestMessageButton to ComponentContext ([#3159](#3159)) ([952c125](952c125)) * allow user blocking only in DM-type channels ([#3139](#3139)) ([deda536](deda536)) * decouple msg bubble width from reaction list width ([#3142](#3142)) ([980c233](980c233)) * export AttachmentSelectorContext from the SDK ([#3158](#3158)) ([68efeb5](68efeb5)) * font & box shadow fixes ([#3135](#3135)) ([6d04cdf](6d04cdf)), closes [#3134](#3134) * limit reactions host width (segmented/bottom) ([#3154](#3154)) ([be50105](be50105)) * make search results scrollable ([#3152](#3152)) ([ead6cb5](ead6cb5)) * **MessageList:** prevent message pagination too early on mount ([#3143](#3143)) ([12e282f](12e282f)) * prevent cutting off button outlines in ContextMenu components ([#3151](#3151)) ([b3469f0](b3469f0)) * remove scrollbar gutters from VML ([#3148](#3148)) ([4a6a8ae](4a6a8ae)) ### Features * **a11y:** improve accessibility across dialogs, forms, menus, media, and focus flows ([#3146](#3146)) ([917b7f5](917b7f5)) * change textarea default placeholder text ([#3150](#3150)) ([45b1836](45b1836)) * introduce `MessageUI` to `ComponentContext` ([#3140](#3140)) ([16af18d](16af18d)) ### Refactors * message styling ([#3136](#3136)) ([cd3a9c0](cd3a9c0))
|
π This PR is included in version 14.1.0 π The release is available on: Your semantic-release bot π¦π |
MartinCupela
added a commit
that referenced
this pull request
May 4, 2026
(cherry picked from commit 68efeb5)
github-actions Bot
pushed a commit
that referenced
this pull request
May 4, 2026
## [13.14.5](v13.14.4...v13.14.5) (2026-05-04) ### Bug Fixes * export AttachmentSelectorContext from the SDK ([#3158](#3158)) ([f458b5f](f458b5f))
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
Fix the omission of export of the AttachmentSelectorContext. It is documented in our docs, but not exported