-
Notifications
You must be signed in to change notification settings - Fork 592
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 #2292
Merged
Merged
Release tracking #2292
Conversation
This file contains 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
❗ 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 📦
|
20e98f7
to
a4a7983
Compare
a4a7983
to
9050b7b
Compare
9050b7b
to
5b84895
Compare
5b84895
to
9114e8c
Compare
9114e8c
to
a1bae72
Compare
a1bae72
to
06759fb
Compare
06759fb
to
cc689d3
Compare
cc689d3
to
f727f7c
Compare
f727f7c
to
ef49b12
Compare
ef49b12
to
9f89b7c
Compare
colebemis
approved these changes
Sep 9, 2022
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.
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.9.0
Minor Changes
#2294
4536b87a
Thanks @joshblack! - Add support foraria-label
andaria-labelledby
toPageLayout
#2262
3ec0c9db
Thanks @broccolinisoup! - RenamestickyTop
prop name for the PageLayout tooffsetHeader
and improve docs#2277
cc88235e
Thanks @broccolinisoup! - UnderlineNav.Link renamed to UnderlineNav.Item along with updated stylesPatch Changes
#2266
4cc6e52a
Thanks @siddharthkp! - ActionMenu: Fix keyboard navigation for ActionMenu inside Overlay by re-enabling focus trap. It was disabled in v35.6.0, that led to a regression for ActionMenu within focus zones (example: AnchoredOverlay)#2252
e52415e1
Thanks @joshblack! - Update ButtonBase.tsx to memoize calls to styles to improve performance#2318
10305092
Thanks @iansan5653! - - FixInlineAutocomplete
accessibility hint affecting page layout outside of the suggestionsInlineAutocomplete
items#2206
3a38e6e3
Thanks @maximedegreve! - Add missing border on avatars#2294
4536b87a
Thanks @joshblack! - Change the default markup ofPageLayout.Pane
from<aside>
to<div>