react icon indicating copy to clipboard operation
react copied to clipboard

AvatarStack: Add keyboard support to `AvatarStack`

Open TylerJDev opened this issue 1 year ago • 5 comments

Closes https://github.com/github/primer/issues/3348

Changelog

New

  • Adds keyboard support to AvatarStack

Changed

Removed

Rollout strategy

  • [ ] Patch release
  • [x] Minor release
  • [ ] Major release; if selected, include a written rollout or migration plan
  • [ ] None; if selected, include a brief description as to why

Testing & Reviewing

Merge checklist

  • [x] Added/updated tests
  • [ ] Added/updated documentation
  • [ ] Added/updated previews (Storybook)
  • [ ] Changes are SSR compatible
  • [x] Tested in Chrome
  • [x] Tested in Firefox
  • [x] Tested in Safari
  • [ ] Tested in Edge
  • [ ] (GitHub staff only) Integration tests pass at github/github (Learn more about how to run integration tests)

TylerJDev avatar Oct 16 '24 16:10 TylerJDev

🦋 Changeset detected

Latest commit: 321553adb2bf8489b3a46f5073d1f1eb51e72b22

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Oct 16 '24 16:10 changeset-bot[bot]

:wave: 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!

github-actions[bot] avatar Oct 16 '24 16:10 github-actions[bot]

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 97.35 KB (+0.31% 🔺)
packages/react/dist/browser.umd.js 97.59 KB (+0.21% 🔺)

github-actions[bot] avatar Oct 16 '24 17:10 github-actions[bot]

🟢 golden-jobs completed with status success.

primer-integration[bot] avatar Oct 16 '24 17:10 primer-integration[bot]

:wave: Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/348018

primer-integration[bot] avatar Oct 21 '24 18:10 primer-integration[bot]

Requires small changes in Dotcom for tests, https://github.com/github/github/pull/348018/commits/833ad355c270f37218f3bcc4071319846b0e552a. Removes empty space that AvatarStack previously had. More context at https://github.com/github/memex/issues/16409.

TylerJDev avatar Oct 21 '24 19:10 TylerJDev