-
Notifications
You must be signed in to change notification settings - Fork 647
Release tracking (37.16.0) #5769
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
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. |
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
bf6a29f to
3299b18
Compare
3299b18 to
efa5f4d
Compare
efa5f4d to
65712c1
Compare
65712c1 to
7fcc74f
Compare
7fcc74f to
32ad1f6
Compare
32ad1f6 to
08acf70
Compare
08acf70 to
e2299fc
Compare
94ecdd3 to
5d8c89d
Compare
5d8c89d to
fc2bbe5
Compare
0afc036 to
82e74bd
Compare
82e74bd to
c29d19a
Compare
be7ee13 to
b504900
Compare
b504900 to
7c85846
Compare
7c85846 to
a0c86e0
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@37.16.0
Minor Changes
#5763
d3926d1Thanks @hussam-i-am! - chore(Box): Mark Box and its props as deprecated#5772
0970415Thanks @jonrohan! - Removing the CSS modules feature flag from the SubNav component.#5785
fbd7fc9Thanks @jonrohan! - Remove CSS modules feature flag from VisuallyHidden#5760
8b492cfThanks @TylerJDev! - Radio: Removesaria-invalidandaria-requiredfromRadio, as they are not supported on the element's role.#5759
76bf60dThanks @siddharthkp! - AnchoredOverlay: Add prop to set responsive variant. Example:variant: {regular: 'anchored', narrow: 'anchored'}#5725
d3b48b1Thanks @lukasoppermann! - Allow button count prop to accept a number or a string, to allow for human format, like 3.2kPatch Changes
#5768
7b2eb4eThanks @joshblack! - Update CSS Custom Property used in skeletons to fix animation behind feature flag.#5773
9e18567Thanks @lukasoppermann! - Update icon color for Blankslate to--fgColor-mutedto align with Figma and Primer ViewComponents#5764
c63e805Thanks @joshblack! - Update base component for Checkbox and Radio to pass along correct prop type in React 19#5765
86a6211Thanks @joshblack! - Update ordering of selectors to improve rendering of checked Radio options#5649
63ca6f2Thanks @joshblack! - Update BaseStyles to set data-color-mode to auto when colorMode in ThemeProvider is auto#5767
e0c34d0Thanks @mperrotti! - Upgrades tab-container-element