Skip to content

Releases: cloud-gov/pages-core

0.21.0

01 Apr 22:07
0.21.0
85580a5

Choose a tag to compare

Added

  • create workshop site build flow 4856
  • feat: create workshop oauth flow 4855
  • Update app to Node v22 and update the dependencies
  • Add site delete webhook for publisher site

Fixed

  • branch with an invalid name should create an invalid build #2375
  • remove deprecated component
  • force patched version of fast-xml-parser
  • set node value in Docker
  • include screen reader text and update 404 test to expect updated login string
  • adjust slightly navigation text style
  • Audit and fix dependencies #4845
  • Publisher endpoint host environment variable
  • Use the correct bound route service domain by env

Maintenance

  • Remove deprecated security-considerations automation files
  • update to use new branding logos
  • update color palette
  • update styling to revise color palette
  • update admin-client node engine
  • update favicons with new pages logo
  • update styles and menus

0.20.1

01 Dec 18:37
0.20.1
ad04192

Choose a tag to compare

Fixed

  • CI clamav resources for prod deploy

0.19.0

09 Jun 18:45
0.19.0
8fa1c29

Choose a tag to compare

Added

  • Add bucket name to Pages Editor webhook response
  • Add webhook to create editor site builds
  • Add webhook to create an editor site

Fixed

  • Update FileDetails link to use site domain with file s3 key

Maintenance

  • Update multer to v2.0.1
  • Update dependencies 2025-05-30
  • Update CONTRIBUTING.md

0.18.1

21 Apr 18:23
0.18.1
7c3a49d

Choose a tag to compare

Fixed

  • Site build tasks feature flag
  • show loading state rather than empty state while file storage query is pending
  • file storage icons and mobile table styles polish

0.18.0

15 Apr 19:08
0.18.0
9444f27

Choose a tag to compare

Added

  • Add public file storage waitlist alert
  • add file storage actions log
  • Create a file upload hook to queue uploads

Fixed

  • Return status 403 for invalid uaa oauth code
  • File view details alert to not flash on load
  • page titles, routes, and sidenav consistency

0.17.0

25 Mar 17:22
0.17.0
7b77a02

Choose a tag to compare

Added

  • add confirmation dialog for destructive actions #4743

Fixed

  • UI data fetch error handling #4763

Maintenance

  • Update file url to use baseUrl and file key

0.16.0

18 Mar 18:42
0.16.0
d7f9485

Choose a tag to compare

Added

  • Add last modified attributes to file queries
  • add file upload component, refactor fetch & useFileStorage mutations #2274
  • add components, view, and route for file storage ui
  • Check for duplicate file storage files
  • Add API endpoints for file storage #2082

Maintenance

  • update dependencies
  • Set file storage feature env flag in UI
  • Add file storage seeding to create-dev-data #4733
  • Create services to support file storage local dev
  • Add feature flag for file storage #4718

0.15.2

13 Feb 21:05
0.15.2
b40cd40

Choose a tag to compare

Fixed

  • admin auth still requires certain roles
  • Remove redundant a11y recommendation content
  • don't fetch site user model, allow admin rebuild

Maintenance

  • move initial uaa group checking to login/verify only
  • remove errant login logging

0.15.1

28 Jan 16:09
0.15.1
371dd66

Choose a tag to compare

Fixed

  • add url to site build task response
  • send back additional site info on creation, avoid initial error (#4704)
  • restore admin webhook functionality (#4702)

0.15.0

16 Jan 19:07
0.15.0
1814812

Choose a tag to compare

Added

  • Add db migrations for file storage service #2077

Fixed

  • Promote Pages better in GitHub Status Checks

Maintenance

  • close outstanding dependeabot vulnerabilities
  • test @shared/ButtonLink.jsx #4672
  • test @shared/UsaIcon.jsx #4668
  • Test frontend/pages/sites/SiteListItem.jsx and refactor/remove frontend/pages/sites/PublishedState.jsx
  • Reenable sonarjs linting rules #4652
  • Test shared/GithubBuildBranchLink #4670
  • Test shared/GithubBuildShaLink #4669
  • remove SiteUser and associated concepts (#4339)
  • Test shared/GithubAuthButton #4671
  • Test shared user org select #4667
  • restore webpack bundle analyzer on dev (#4675)
  • remove jobs.js (#4677)
  • reconcile dependencies
  • upgrade to express 5 (#4611)
  • update docker uaa port to avoid zscaler conflict

Documentation

  • document testing strategies