-
Notifications
You must be signed in to change notification settings - Fork 538
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 (rc.5) #4942
Release tracking (rc.5) #4942
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🌏 Integration tests
🤔 Sanity test
🚢 After merge
Please also leave any testing notes on the weekly release tracking issue. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as maintainers. |
size-limit report 📦
|
1933ffc
to
b275d70
Compare
b275d70
to
a36b05e
Compare
a36b05e
to
82a2fca
Compare
82a2fca
to
a3e0ef6
Compare
a3e0ef6
to
6c992de
Compare
6c992de
to
9b5b86f
Compare
d23977a
to
d1d194b
Compare
d1d194b
to
1c8bfc4
Compare
1c8bfc4
to
53a5b68
Compare
53a5b68
to
fb306aa
Compare
fb306aa
to
cfef147
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@primer/react@37.0.0-rc.5
Major Changes
#4785
b74c47f
Thanks @joshblack! - The drafts entrypoint has been removed from @primer/react. Use@primer/react/experimental instead.
#4940
4d3b504
Thanks @langermank! - Refactor ButtonBase component to use CSS modules behine flagMinor Changes
#4951
c9009de
Thanks @francinelucca! - fix(Pagination): Use anchor instead of button for disabled prev/next controls#4885
373ce95
Thanks @jonrohan! - Refactor Avatar component to use CSS modules behind feature flag#4906
dbf82f4
Thanks @siddharthkp! - SelectPanel: Support PageDown and PageUp for keyboard navigationSelectPanel: Label
listbox
by the title of the panelPatch Changes
#4910
c2e4d5e
Thanks @TylerJDev! - Changes the accessible name of the "toggle" button inLabelGroup
to contain the visual label#4941
80fe025
Thanks @langermank! - Bug fix: Button loading spinner color#4957
6874b89
Thanks @langermank! - Add missingwide
CSS + className to Stack#4648
c6931d2
Thanks @siddharthkp! - ActionMenu: Make sure event handlers on ActionMenu.Button and ActionMenu.Anchor are called#4972
082b4e7
Thanks @joshblack! - Update issue where FormControl.Caption was rendering incorrectly when CSS Modules flags were enabled#4794
5f996c6
Thanks @broccolinisoup! - SelectPanel: Update SelectPanel to use modern ActionList behind a feature flagprimer_react_select_panel_with_modern_action_list
#4954
af7f589
Thanks @joshblack! - Banner: Update alignment of actions when it is dismissible and has a hidden title#4943
c282642
Thanks @langermank! - Button bug fixes:invisible
variant icon colors missing variables + icon button disabled state