Skip to content

beta-v0.3.0

Compare
Choose a tag to compare
@shadkeene shadkeene released this 11 Dec 21:25
· 2303 commits to main since this release
524fc32

Includes

  • #515 - Add image to weather stories (with S3 capability)

Changes

  • #473 - fixed the beta banner and current conditions components on narrow screens
  • #478 - fixed a CI/CD bug that prevented our automated accessibility tests from running
  • #479, #480, #481, and #482 - refactor code to make it simpler and less duplicative
  • #500 - removed a CI/CD step that reported code coverage on our pull requests; we have a separate CI/CD step that enforces minimum coverage and the reporter was created low-value noise
  • #501 - fetch place names from the weather API rather than the browser URL
  • #412 - make the number of hours displayed in the hourly forecast configurable in the CMS
  • #504 - No longer import content upon deployment
  • #511 - Retry API calls
  • #519 - Issue template updates