Skip to content
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

Merged
merged 2 commits into from
Nov 10, 2022
Merged

Release tracking #2554

merged 2 commits into from
Nov 10, 2022

Conversation

primer-css
Copy link
Contributor

@primer-css primer-css commented Nov 8, 2022

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 allow Enter and Space 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 and TreeView.LinkItem now require an id prop:

    - <TreeView.Item>...</TreeView.Item>
    + <TreeView.Item id="unqiue-id">...</TreeView.Item>

    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

@primer-css primer-css requested review from a team and JoshBowdenConcepts November 8, 2022 06:13
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass
  • Docs and Storybook open in a browser
  • Successful integration test with GitHub Projects as a primary consumer of Primer React
    • Install the Release Candidate
    • Verify no new build errors appear
    • Verify no new linting errors appear
    • Verify no new browser console errors appear
    • Verify unit tests and E2E tests pass
    • Manually test critical paths (Tip: Use the provided tests project boards)
    • Manually test release-specific bugfixes and/or features work as described
  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🤔 Sanity test

  • All bugfixes in this release have resolved their corrosponding issues
  • All new features in this release have been tested and verified as compatible with GitHub Projects
  • No noticeable regressions have not been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

🚢 After merge

  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

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.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

size-limit report 📦

Path Size
dist/browser.esm.js 78.89 KB (0%)
dist/browser.umd.js 79.54 KB (0%)

@primer-css primer-css temporarily deployed to github-pages November 8, 2022 06:19 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 06:30 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 15:31 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 15:41 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch 2 times, most recently from a31f2c6 to 2491c1f Compare November 8, 2022 15:49
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 15:57 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 16:10 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 16:23 Inactive
@primer-css primer-css temporarily deployed to github-pages November 8, 2022 17:57 Inactive
@primer-css primer-css temporarily deployed to github-pages November 9, 2022 11:34 Inactive
@primer-css primer-css temporarily deployed to github-pages November 9, 2022 23:40 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 01:10 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 01:46 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 02:14 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 03:25 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 14:27 Inactive
@primer-css primer-css temporarily deployed to github-pages November 10, 2022 14:40 Inactive
@siddharthkp siddharthkp requested review from siddharthkp and removed request for JoshBowdenConcepts November 10, 2022 14:47
Copy link
Member

@siddharthkp siddharthkp left a 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]

@siddharthkp siddharthkp merged commit 2a3f3f8 into main Nov 10, 2022
@siddharthkp siddharthkp deleted the changeset-release/main branch November 10, 2022 15:13
@siddharthkp siddharthkp self-assigned this Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants