-
Notifications
You must be signed in to change notification settings - Fork 537
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 #4133
Release tracking #4133
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 📦
|
e42d779
to
b7c67e3
Compare
b7c67e3
to
e08092e
Compare
e08092e
to
fd2e9cc
Compare
fd2e9cc
to
09c11de
Compare
09c11de
to
b47d2fb
Compare
7d53da9
to
c5a08f0
Compare
810522c
to
4053e02
Compare
4053e02
to
dd907ad
Compare
5d1a3e7
to
5a1b2aa
Compare
5a1b2aa
to
7e43983
Compare
7e43983
to
92e6428
Compare
92e6428
to
2a4a506
Compare
2a4a506
to
938ca09
Compare
938ca09
to
ca25ba0
Compare
ca25ba0
to
c05ca69
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.6.0
Minor Changes
#3787
c9d74219d
Thanks @langermank! - - Moves legacy color primitives fromprimer/primitives
directly into Primer React#3994
c40f76562
Thanks @maximedegreve! - ActionMenu: Only use checkmarks in menus instead of checkboxes#4135
c2b069cfd
Thanks @dipree! - Deprecate theunderline
property of the Link component in favor of the newinline
property to better handle link visibility and accessibility when adjacent to text.#4145
996475f7b
Thanks @siddharthkp! - experimental/SelectPanel: Add SelectPanel.SecondaryAction#4128
359213b29
Thanks @joshblack! - Add "use client" to package entrypoints to support React Server ComponentsPatch Changes
#4146
4e7404c37
Thanks @siddharthkp! - experimental/SelectPanel: Clear action in search input is only visible when there is text to clear#4120
cbdd98a83
Thanks @siddharthkp! - experimental/SelectPanel: Addmodal
variant#4131
91a899ea2
Thanks @siddharthkp! - experimental/SelectPanel: Fix bug where onSubmit also called onCancel!#4098
dc97a9b3f
Thanks @broccolinisoup! - Tooltip2: Fix the anchor position mapping to reflect the directions correctly#4170
18d16092d
Thanks @siddharthkp! - experimental/SelectPanel: Fix height forfit-content
in Safari