Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 1.2 KB

Changelog

All notable changes to this project will be documented in this file.

12-May-2020

Changed

  • Updated to use build guidance from USWDS version 2.6.0 and use wdfn-viz 1.5.0
  • Updated graph-image-api description to include new openAPI documentation

20-Dec-2019

Changed

  • updated graph-images content
  • added link to water availability viz

12-Dec-2019

Changed

  • Updated the hugo version used and node version to the latest LTS.

11-Sep-2019

Added

  • Added a content page for the NWISWeb Tableau Data Connector
  • Updated content of all pages
  • cleaned up figures

25-Jul-2019

Added

  • Created the initial Hugo site and setup Docker containerization and Jenkins tiered build and deploy to AWS.
  • Added an about page
  • Updated to the latest wdfn-viz package which uses USWDS 2.0.x
  • Added a separate docker-compose service to separate building the base from running the hugo command.

Changed

  • Removed unused layouts and simplified wdfn_theme style sheets by eliminating unused styles

Fixed

  • Fixed the server hugo command to explicitly build the npm assets prior to starting the hugo server.
  • Set environment variable HUGO_BASE_URL so that static urls are no longer relative.