-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release tracking #2183
Release tracking #2183
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
size-limit report 📦
|
9d5fd34
to
72b2aa9
Compare
72b2aa9
to
91c7667
Compare
91c7667
to
72d9913
Compare
72d9913
to
f7ff7cb
Compare
f7ff7cb
to
26d7cac
Compare
26d7cac
to
d307b77
Compare
d307b77
to
acae719
Compare
acae719
to
a2453ef
Compare
6f7cd02
to
ec38e60
Compare
ec38e60
to
7797359
Compare
7797359
to
82d37db
Compare
82d37db
to
9aa21c4
Compare
9aa21c4
to
eb0520c
Compare
eb0520c
to
01f524a
Compare
01f524a
to
eaff8ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist complete, ship it!
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react@35.6.0
Minor Changes
#2191
7edf1347
Thanks @mperrotti! - Adds responsive behavior to SegmentedControl'sfullWidth
prop.#2174
62dbc981
Thanks @colebemis! - Add a responsivehidden
prop toPageLayout.Header
,PageLayout.Pane
,PageLayout.Content
, andPageLayout.Footer
that allows you to hide layout regions based on the viewport width. Example usage:#2199
fb385b63
Thanks @colebemis! - * Updated theposition
prop inPageLayout.Pane
to use the new responsive prop API introduced in PageLayout: Implement responsivehidden
prop #2174.positionWhenNarrow
prop in favor of the new responsive prop APIBefore
After
#2201
885064ed
Thanks @colebemis! - Addpadding
prop toPageLayout.Header
,PageLayout.Content
,PageLayout.Pane
, andPageLayout.Footer
#2164
2b5c86e5
Thanks @mperrotti! - Adds support for a responsive 'variant' prop to the SegmentedControl component#2212
04d9d9c1
Thanks @colebemis! - Add asticky
prop to thePageLayout.Pane
component that provides a convenient way for you to make side panes sticky:#2198
4d9b7db9
Thanks @colebemis! - * Updated thedivider
prop inPageLayout.Header
,PageLayout.Pane
, andPageLayout.Footer
to use the new responsive prop API introduced in PageLayout: Implement responsivehidden
prop #2174.dividerWhenNarrow
prop in favor of the new responsive prop APIBefore
After
Patch Changes
#2024
5321f1c9
Thanks @siddharthkp! - ActionMenu: Remove focus trap to enable Tab and Shift+Tab behavior and fix initial focus on click#2186
e28aadbd
Thanks @mperrotti! - Updates SegmentedControl styles to use component primitives.#2171
384ae6b9
Thanks @anleac! - Support issues closed as not planned, and correct the standard issue closed backgroud colour#2157
77e7ab05
Thanks @iansan5653! - AddInlineAutocomplete
component,useCombobox
hook, anduseSyntheticChange
hook to drafts#2189
35716587
Thanks @mperrotti! - Makes SegmentedControl uncontrolled by default.#2196
5ff5bb81
Thanks @mattcosta7! - update types to allow children for react 18#2219
af534f15
Thanks @iansan5653! - Fix slots infinite rendering when nocontext
prop is provided#2182
47725a92
Thanks @iansan5653! - - AddMarkdownEditor
andMarkdownViewer
draft components. TheMarkdownEditor
is also known as theCommentBox
componentuseUnifiedFileSelect
,useIgnoreKeyboardInputWhileComposing
,useDynamicTextareaHeight
, anduseSafeAsyncCallback
draft hooks#2173
ed609719
Thanks @mperrotti! - Updates styles for the Select component so that the focus outline is even all the way around.#2216
82fd8c35
Thanks @iansan5653! - ChangecreateSlots
to use layout effects when registering slots#2185
3756a1ed
Thanks @mattcosta7! - Set ConfirmationDialog initial focus based on the confirmationButtonVariant. Whendanger
autoFocus the cancel button, otherwise autoFocus the confirmation button#2166
75d21745
Thanks @mattcosta7! - button should be polymorphic#2220
f4ef7b4b
Thanks @mperrotti! - - Fixesrole
and keyboard behavior for SegmentedControl.fullWidth
prop was set'hideLabels'
#2204
522f5806
Thanks @iansan5653! - ReplaceuseCombinedRefs
withuseRefObjectAsForwardedRef
#2221
9ce64937
Thanks @josepmartins! - Overlay documentation fixes