Release tracking
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
-
#4673
eedc6b16ba3078025c636a8c1368f38f7f9b798dThanks @joshblack! - Add experimental support for the AriaStatus, AriaAlert, and Announce components -
#4691
55e97a9027aafd0ee432d8d5c293d75792de96dcThanks @joshblack! - Update internal VisuallyHidden helper to use aspanby default over adivto support more nesting scenarios by default
Patch Changes
-
#4699
546803e66661d353450c9ef2fc8cbfd51ca18d41Thanks @siddharthkp! - Overlay: Setstyleprop correctly -
#4669
1403ef7e015165119b03b73832c5aa8b2f093021Thanks @broccolinisoup! - PageHeader: Resolve layout shift issues on Title and Actions
❗ Pre-merge checklist
Please ensure these items are checked before merging.
🔎 Smoke test
- [x] All CI checks pass on this pull request
- [x] Docs and Storybook open in a browser
- [ ] Works in CodeSandbox or StackBlitz
- [ ] New components render successfully
- [ ] (optional) Tested in both SPA and SSR apps if release contains build changes
🌏 Integration tests
- [x] Successful integration test with github/github as a primary consumer of Primer React (automated pull request)
- [x] Verify all CI checks have passed on automated pull request
- [ ] Manually test critical paths in the review-lab
- [ ] Manually test release-specific bugfixes and/or features work as described in the review-lab
🤔 Sanity test
- [x] All bugfixes in this release have resolved their corresponding issues
- [x] The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
- [x] No noticeable regressions have not been introduced as a result of changes in this release
- [x] Release notes accurately describe the changes made
🚢 After merge
-
[ ] Upgrade
@primer/reactversion at github/github -
[ ] 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 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.
size-limit report 📦
| Path | Size |
|---|---|
| packages/react/dist/browser.esm.js | 90.97 KB (0%) |
| packages/react/dist/browser.umd.js | 91.25 KB (0%) |
Integration tests are passing https://github.com/github/github/pull/331048 🎉