Releases: weather-gov/weather.gov
Releases · weather-gov/weather.gov
beta-v0.10.0
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
beta-v0.8.0
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
beta-v0.6.0
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
beta-v0.5.0
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
beta-v0.4.1
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
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
- Improved error handling (#534, #546)
- Accessibility issues/refinements (#535, #536, #537, #552, #557)
- Documentation on how we manage content between environments (#545)
- Centralize unit conversions (#544)
- Added margin to global footer (#528)
- Refactored code to PSR12 standard (#566)
- Updates / bug fixes (#524, #525, #526, #539, #553, #554, #560, #573)
beta-v0.3.0
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