react
react copied to clipboard
Release Tracking
This is a scheduled issue for tracking the release between Monday, June 17th and Monday, July 1st
| Last week | Value |
|---|---|
| Issue | |
| Conductor | |
| Release Pull Request | Link |
| Integration tests | Link |
Timeline
- Monday, June 17th
- Tuesday, June 18th
- Re-assigned to @joshblack
- Wednesday, June 19th
- Created https://github.com/github/github/pull/329788
- Observed a test failure in the integration PR
- Observed that test cases that use
getByLabelTextwithSpinnerare now failing as the element no longer has a label - Open https://github.com/primer/react/pull/4685 to address issue
- Thursday, June 20th
- Fix was merged into
mainon Primer React - Pushing latest release to integration PR
- Observed TypeScript errors with change to
onSelectfromActionList.Item, the type was broadened and now more specifically typed handlers are failing- Fixed upstream in dotcom to see how it would work
- Add note to versioning guide for this scenario https://github.com/primer/react/pull/4688
- Observed a DOM nesting error in Jest related to the Spinner
- Fix: https://github.com/primer/react/pull/4689
- Fixes were merged, pushing latest release to integration PR
- Fix was merged into
- Friday, June 21st
- Continue to address fixes, not releasing today since it is fFriday
- Monday, June 24th
- Update integration PR upstream with changes in RC
- Tuesday, June 25th
- Wednesday, June 26th
- Thursday, June 27th
- Friday, June 28th
- Monday, July 1st
Checklist
- [ ] Checks have passed on the integration Pull Request downstream
- [ ] Release tracking Pull Request has been merged
- [ ] Stable release available on npm
- [ ] Downstream repos have been updated to latest