-
Notifications
You must be signed in to change notification settings - Fork 625
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
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/[email protected]
Minor Changes
#6470
e53228c
Thanks @dylanatsmith! - Addsize
prop to ActionList.LinkItem component. Thesize
prop accepts'medium'
(default) or'large'
values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components.#6265
829a933
Thanks @joshblack! - Update IssueLabel component types to support custom content throughchildren
and support theas
prop#6420
024b82a
Thanks @chanakyav! - Addsvariant
andshape
props toAvatarStack
component. Thevariant
prop 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. Theshape
prop will allow the avatars to be rendered as circles (by default) or squares.#4744
3c9e322
Thanks @TylerJDev! - Address additional ToggleSwitch a11y feedback#6182
9e49abd
Thanks @TylerJDev! - Textarea: AddsminHeight
andmaxHeight
as propsPatch Changes
#6330
fbdcac4
Thanks @francinelucca! - feat(SelectPanel): remove aria activedescendant and add a roving tab index#6365
ae4dd07
Thanks @langermank! - Addwidth: 100%
toPortal
@primer/[email protected]
Minor Changes
0ce5db8
Thanks @joshblack! - Create the@primer/styled-react
package to help with bridging between styled-components and Primer React