Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 2.24 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.38.0 - 2022-06-17

Changed

  • Updated all dependencies to fix an issue with rendering the monitoring location pages which now use Vue and load javascript with modules.

0.37.0 - 2021-03-17

Changed

  • Updated to work with the refactored waterdataui. The changes will allow the application to better detect when rendering is complete. Field visit data is shown as is flood levels when appropriate.
  • The code now renders the monitoring-location page from wdfn rather than rendering the content which is created within the application. This will eliminate much of the dependancies between these two code bases and simplifies the graph server.

0.36.0 - 2020-10-27

Fixed

  • Added WATERWATCH_ENDPOINT to application. It defaults to the service url so no changes to Dockerfile needed.

Changed

  • Updated Puppeteer to version 5.3.1

0.35.0 - 2020-08-25

Fixed

  • OGC_SITE_ENDPOINT in Dockerfile is now set for the correct OGC endpoint.

0.34.0 - 2020-08-19

Fixed

  • Added additional required asset loading for the html rendered by puppeteer.

0.33.0 - 2020-08-17

Changed

Added

  • Added endpoint, openapi.json, to return the openapi doc.