Skip to content

Releases: weather-gov/weather.gov

beta-v0.10.0

28 Mar 20:04
d0ef0b8
Compare
Choose a tag to compare

Major

  • #911 - Refactored our method for end to end testing
  • #925 - Touchpoints public feedback form added
  • #923 - dev and cloud databases now the same (mySQL)

Minor

  • Styling/accessibility tweaks updates:
    • #924 - rounds precip values in table to hundredths
    • #947 - Fixes arrows on hourly table and spacing in hourly table
    • #934 - Checks for null values and adds N/A in table if appropriate
    • #932 - Adjusted heading color, align text/containers, increasing padding consistency
    • #929 - Added links to alerts in hourly table
  • Bug fixes:
    • #875 - bug in county codes. They’re now treated like forecast/fire zones
    • #915 - fixes end date before begin date in hazards
    • #916 - “null” from API now handled properly vs. zero/false
    • #927 - fixes crashing when API returns unknown or missing weather icon
    • #928 - tweaks cache key to eliminate php warning and cache not working
  • #874 - fetch API data concurrently to improve page load
  • #926 - lat/lon order now the same throughout code
  • #922 - new datetime token added
  • #968 - better enables users to report vulnerabilities
  • #933 - increase sleep duration between drupal rebuild and installation
  • #812 - php testing efficiencies
  • Dependencies: #962, #956, #955, #954, #920

beta-v0.9.0

15 Mar 17:11
5eb70d4
Compare
Choose a tag to compare

Major

  • Get hourly forecast data from gridpoint endpoint #859
  • Refactor WeatherDataService #870, #845, (WIP)
  • Hourly details in daily forecast days #877
  • Initial styling: #869, #892, #884, #857
  • Plain language alert banners #896

Minor

beta-v0.8.0

01 Mar 17:19
6e98dcf
Compare
Choose a tag to compare

Major

  • Workbench install #805
  • Show hourly/6-hourly precipitation amounts #808
  • Hourly Forecast table component #847
  • Create new design environment #825
  • Change our routing so that location page is shown at URLs with lat/lon instead of grid point #769

Minor

beta-v0.7.0

15 Feb 22:12
3fcdf9a
Compare
Choose a tag to compare

V0.7.0

Major

  • UX refinement: Conditionally render alerts tab and tab area #737
  • Spatial:
    • Load Spatial Data #750
    • Use local spatial data for place name and alert filtering #751
    • #767 #770

Minor

beta-v0.6.0

02 Feb 16:59
45d7455
Compare
Choose a tag to compare

Major

  • Safety Info Component #709
  • WFO promo component #687
  • Updates Current Conditions styling and adds observation station #692
  • New tabbed navigation on location page #728
  • New UI/Layout for hourly forecast #697
  • New UI/layout for daily forecast #704
  • Better error handling #718
  • Updates to our drupal implementation, giving us control over our how we display content on our location page #660 and #717
  • Added New Relic for monitoring #702

Minor

  • Design tweaks to weather story #710
  • Add global template data #720
  • ADR for how we store GIS data #735
  • We ❤️ our contributors #671 (please contribute)
  • Link to create weather stories #694
  • Tests #691 #711
  • Dependency and infrastrcutre updates #683 #684 #685 #736

beta-v0.5.0

19 Jan 18:00
71580be
Compare
Choose a tag to compare

Major

  • Displays hazard product details (what, where, when, etc.) #622
  • Displays hazard products for a location in a prioritized list of banners #623
  • Formats hazard products (banner and lists) in USWDS components #661
  • Text parsing of hazard product for better legibility #654, #589
  • Listing areas impacted by the hazard. #592
  • UX refinement: If a user selects a place from the location search, show that place name on the location page #575
  • Adds API proxy to Dev Environment in order to facilitate testing and deployment #626

Minor

  • Debt: Adds route parameter validation to the /points/{lat}/{lon} and /local/{wfo}/{x}/{y} routes #559
  • Monitoring: Add Page load time testing for 5 locations. #653
  • Testing: #621, #652, #621
  • Styling updates: #600, #645
  • Dependency updates: #577, #608, #646

beta-v0.4.1

03 Jan 21:52
ab6b65f
Compare
Choose a tag to compare

Release beta-v0.4.1

Includes

  • Bump cypress from 13.6.1 to 13.6.2 (#579)
  • This PR implements the testing pages configuration (#581, #475)
  • Add Medford WFO to available WFOs for demo/weather story (#581)

Changes

  • Allows weather story to be created for Medford WFO
  • Allows configuration settings that support testing pages

beta-v0.4.0

21 Dec 21:08
a5f8b6d
Compare
Choose a tag to compare

Includes

  • Use browser's geolocation instead of manual search (#520)
  • NOAA SSO authentication (#541, #555, #563)
  • Simplify CMS experience for weather story testing (#542)
  • Hazard details prototype

Changes

beta-v0.3.0

11 Dec 21:25
524fc32
Compare
Choose a tag to compare

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

beta-v0.2.0

29 Nov 21:57
eae404e
Compare
Choose a tag to compare

Includes V1 components for Epic 3 - Basic Weather

  • Location page wireframe #248
  • Daily Forecast #178
  • Hourly Forecast (up to 12 hours) #177
  • Displayed on Nashville location page
    • Displays and styles weather stories and time/date published #310 #311
    • wfo attribution component #181
  • Available in Drupal admin interface
    • CMS shortcut for creating weather stories

Changes

  • location page is responsive #429