-
Notifications
You must be signed in to change notification settings - Fork 564
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 #4728
Release tracking #4728
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 📦
|
be48eba
to
c910637
Compare
c910637
to
4e13cd7
Compare
4e13cd7
to
114428d
Compare
114428d
to
6a969bc
Compare
6a969bc
to
60c6955
Compare
60c6955
to
0411f17
Compare
0411f17
to
39cefee
Compare
39cefee
to
30d751f
Compare
30d751f
to
73164f3
Compare
73164f3
to
8595525
Compare
8595525
to
3eedf85
Compare
3eedf85
to
8a3f9a4
Compare
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@36.26.0
Minor Changes
#4718
fd80a60eeb615b3c4464ade10cde7e26e1349e40
Thanks @joshblack! - Add support for providing icons as an element to UnderlineNavItem#4702
2536b4995568a6353c67c812a34a970fca7e76bb
Thanks @broccolinisoup! - IconButton: Enable tooltips by default in icon buttons by updating the default value ofunsafeDisableTooltip
tofalse
.This is a behaviour change in icon buttons, please upgrade with a caution.
#4707
d773f264f923677b4109d03b9c5bd5054151037b
Thanks @broccolinisoup! - IconButton: Addkeyshortcuts
prop to allow labelling and describing support for keyboard shortcut (through tooltips)#4729
71bdfa847d4cc569bb59b0b4e7a3010f1d7a0faa
Thanks @broccolinisoup! - Dialog2: Add support for "InitialFocusRef" that allows to specify an element that should receive focus when the dialog opens.Patch Changes
c004fd50fb333022644c39645f6fabb494fc1d8b
Thanks @joshblack! - Update exports for UnderlinePanels component