-
Notifications
You must be signed in to change notification settings - Fork 536
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 #2554
Release tracking #2554
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
🚢 After merge
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
size-limit report 📦
|
b708006
to
203d5f3
Compare
203d5f3
to
3a4020b
Compare
3a4020b
to
bc38ec4
Compare
a31f2c6
to
2491c1f
Compare
2491c1f
to
7b48b4f
Compare
7b48b4f
to
74ef8f6
Compare
74ef8f6
to
6cb6bf0
Compare
6cb6bf0
to
efc6c8a
Compare
efc6c8a
to
487af27
Compare
487af27
to
35980ce
Compare
35980ce
to
473bbb8
Compare
473bbb8
to
317d39a
Compare
317d39a
to
9fc32ad
Compare
9fc32ad
to
c9c0ea8
Compare
c9c0ea8
to
0bb7d9e
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.
Checklist completed 👍
The CI shows incomplete because I added a last commit with [skip actions]
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@35.14.2
Patch Changes
#2553
3a4b3124
Thanks @broccolinisoup! - UnderlineNav2: Only allowEnter
andSpace
key to select an UnderlineNav item#2506
a20faba0
Thanks @broccolinisoup! - UnderlineNav2: Prevent item width calculation when they are null#2549
205e1d29
Thanks @mperrotti! - Adds a focus style to ActionList.LinkItem that is used when the primary input method is a cursor. Before this change, there was only a focus style for when the keyboard is being used as the primary input method.#2546
8a8b1a4f
Thanks @joshblack! - Add support for PageUp and PageDown for TreeView#2485
e2a2d78c
Thanks @broccolinisoup! - UnderlineNav2: Only run overflow layout function when nav item has a width#2552
7877f895
Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "More" button label#2550
e13e8ad7
Thanks @broccolinisoup! - UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End' button navigation support#2551
5bc5c703
Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for descriptive counters#2538
bdbccaaf
Thanks @colebemis! - TreeView: Preserve expanded state of nested items when parent item is collapsed.Breaking change
TreeView.Item
andTreeView.LinkItem
now require anid
prop:This is not in a major release because TreeView is still a
draft
component.#2555
dc1cf6da
Thanks @josepmartins! - Remove deprecated components usage in Overlay stories