-
Notifications
You must be signed in to change notification settings - Fork 646
Release tracking #6418
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 #6418
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 📦
|
aa755bb to
4e7961b
Compare
47e6e4b to
4d6efb4
Compare
4d6efb4 to
0c4cb05
Compare
0c4cb05 to
59d7df6
Compare
59d7df6 to
76650c6
Compare
76650c6 to
abea8a6
Compare
9c53d37 to
71a28cb
Compare
71a28cb to
915538d
Compare
915538d to
6b7abd6
Compare
6b7abd6 to
8a20504
Compare
8a20504 to
136f3ac
Compare
hectahertz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
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.31.0
Minor Changes
#6470
e53228cThanks @dylanatsmith! - Addsizeprop to ActionList.LinkItem component. Thesizeprop accepts'medium'(default) or'large'values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components.#6265
829a933Thanks @joshblack! - Update IssueLabel component types to support custom content throughchildrenand support theasprop#6420
024b82aThanks @chanakyav! - Addsvariantandshapeprops toAvatarStackcomponent. Thevariantprop will allow the component to render in a cascade view (by default) or a new stacked view which will evenly space the avatars and remove opacity. Theshapeprop will allow the avatars to be rendered as circles (by default) or squares.#4744
3c9e322Thanks @TylerJDev! - Address additional ToggleSwitch a11y feedback#6182
9e49abdThanks @TylerJDev! - Textarea: AddsminHeightandmaxHeightas propsPatch Changes
#6330
fbdcac4Thanks @francinelucca! - feat(SelectPanel): remove aria activedescendant and add a roving tab index#6365
ae4dd07Thanks @langermank! - Addwidth: 100%toPortal@primer/styled-react@0.1.0
Minor Changes
0ce5db8Thanks @joshblack! - Create the@primer/styled-reactpackage to help with bridging between styled-components and Primer React