Skip to content

v1.361.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 20:51
· 862 commits to main since this release
e2c6f6f

1.361.0 (2026-04-15)

Bug Fixes

  • a11y: add h1 heading to EditAgreement error state (0a19735)
  • a11y: correct heading hierarchy in AgreementChangesResponseAlert (4f46846)
  • a11y: resolve heading hierarchy violations in pre-award approval pages (836efcc)
  • add approval response fields to nested step schema (ProcurementTrackerStepSchema) (695423c)
  • add approval response fields to procurement tracker step response schema (e44dc2d)
  • add border and max-width to Review Final Consensus Memo document cards (6d0ebe8)
  • add comprehensive JSDoc return type to useApprovePreAwardApproval hook (5da4ca7)
  • add console log for pre-award approval state in request hook (0cbe88c)
  • add JSDoc type annotations to RequestPreAwardApproval hook (d39c9f7)
  • add missing approval_status to step 5 test mock data (9e30f2f)
  • add missing required props to AgreementBLIReviewTable and type annotations (746f5b9)
  • add type annotations to TextArea onChange and fix test mock (e385651)
  • address remaining Copilot PR review issues (cf53878)
  • correct import of PROCUREMENT_STEP_STATUS in RequestPreAwardApproval hooks (1222b91)
  • correct migration chain for reviewer approver permissions (378acf9)
  • correct test mocks for pre-award approval components (b17fee7)
  • hide in-review alert for requester when pre-award declined (f6c4d06)
  • hide pre-award approval banner after response (34b98ae)
  • hide pre-award approval banner after response (fa0375f)
  • make Reviewer's Notes textarea 2/3 screen width using textAreaStyle (4074332)
  • move preAwardRequestorName after step5 initialization and revert icon change (2e80292)
  • pre-award: enable re-request after approval declined (dedc8c4)
  • pre-award: preserve line breaks in approval alert reviewer notes (5ab2c47)
  • pre-award: show all budget line statuses in approval review (d90f34e)
  • pre-award: show all budget lines in request page (567aac6)
  • prevent duplicate approval notifications in procurement tracker steps (d2cc375)
  • remove console.error statements and clarify RootState comment (ea63580)
  • remove duplicate validation rule class and fix conflict marker (1d49f63)
  • remove pre-award approval fields from non-PRE_AWARD steps in to_dict() (60243b9)
  • resolve critical Copilot PR review issues (5adc1d9)
  • resolve infinite render loop in pre-award approval hooks (5e0f2fa)
  • restore Notes label and adjust spacing with margin-bottom-0 (c9acf5d)
  • update document card styling to match accordion background (2c226d7)
  • update pre-award approval notification link to review page (abba9aa)
  • use message prop instead of children in SimpleAlert for submit error (2a64b82)
  • use USWDS sprite icon for document download button (3e70214)

Features

  • add approval confirmation checkbox to pre-award approval page (9dd8b90)
  • add approval response field mapping and server-controlled values (2353942)
  • add approval response fields to procurement tracker step schema (f9bf8ef)
  • add approval status fields to procurement tracker schema and fix in-review alert logic (9460b1f)
  • add business logic hook for pre-award approval page (3c779f0)
  • add history tracking for pre-award approval events (fdd9627)
  • add notifications for pre-award approval workflow (d095d52)
  • add pre-award approval response fields to database (aaabf82)
  • add pre-award approval review page component (d3ffc38)
  • add requester alerts for pre-award approval status (7b64335)
  • add Review Executing Total section to pre-award approval (0714900)
  • add Review Executing Total section to request pre-award approval (504479b)
  • add routing for pre-award approval review page (03830a6)
  • add validation rules for pre-award approval responses (40cdf10)
  • display dynamic requestor name and date in document upload metadata (d94f187)
  • replace upload UI with download cards in Review Final Consensus Memo (21926e5)
  • update ApprovePreAwardApproval page title and add instructional text (a4246dc)

Reverts

  • Revert "refactor: update Review Final Consensus Memo to show document cards with download" (b63488b)