Skip to content
Snippets Groups Projects
Commit 2005630c authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Update Changelog and code.json for release

parent ccf205f1
No related branches found
No related tags found
1 merge request!410Update Changelog and code.json for release
......@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-1.3.0...main)
## [Unreleased](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-1.4.0...main)
## [1.4.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-1.4.0...waterdataui-1.3.0) - 2022-07-21
### Fixed
- Sites with GW levels now correctly renders the Select Data to Graph section.
- When there is no data, title info icon will display appropriate text, rather than being blank.
## [1.3.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-1.3.0...waterdataui-1.2.0) - 2022-07-20
## [1.3.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-1.3.0...waterdataui-1.2.0) - 2022-07-20
### Added
- Daily statistical data will now appear under the parameter selection list.
- Data tables accordion shows a table for a secondary instantaneous value parameter data when a second parameter (that has data) is selected.
......@@ -35,9 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Parameter codes with multiple methods will now show statistical data for each method available.
- The hydrograph legend and time span shortcuts will now correctly display for calculated temperature parameter codes.
- The DV graph will now have an inverted y-axis for only certain parameter codes.
- When there is no data, title info icon will display appropriate text, rather than being blank.
## [1.2.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-1.1.0...waterdataui-1.2.0) - 2022-06-10
## [1.2.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-1.1.0...waterdataui-1.2.0) - 2022-06-10
### Added
- Feature toggle added was added for Affiliated Networks accordion.
- Daily statistical data will now appear under the parameter selection list.
......@@ -48,7 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Data download component was converted to Vue.
- Graph controls compone was converted to Vue.
## [1.1.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-1.0.0...waterdataui-1.1.0) - 2022-06-06
## [1.1.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-1.0.0...waterdataui-1.1.0) - 2022-06-06
### Added
- Added a download option in the hydrograph data table section.
- The map on monitoring location pages now includes a scale.
......@@ -64,16 +67,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- The project now uses USWDS 3.x via the wdfn-viz package.
- The social share metadata was adjusted to improve Twitter previews.
## [1.0.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.59.0...waterdataui-1.0.0) - 2022-03-08
## [1.0.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.59.0...waterdataui-1.0.0) - 2022-03-08
### Changed
- Removed the Beta banner.
## [0.59.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.58.0...waterdataui-0.59.0) - 2022-02-24
## [0.59.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.58.0...waterdataui-0.59.0) - 2022-02-24
### Changed
- Ground water level visit data is now fetched from a new service. Since limited querying capability is available with the new service all ground water level visit data is fetched when the monitoring location page is loaded.
- Removed use of the term "classic" and replaced with "legacy" to reflect how we now refer to the legacy pages.
## [0.58.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.57.0...waterdataui-0.58.0)
## [0.58.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.57.0...waterdataui-0.58.0)
### Changed
- The date picker component now defaults to show the current date in the end date picker if a start time has been picked rather than default to the range to the start time. This required not using the USWDS date picker and instead manage the state of the start and end pickers within our code.
- For consistency, question mark icons are now 'i' (info) icons.
......@@ -89,7 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- The new "best" parameter in the available DV statistical data array is used to choose the initial parameter code selection on the DV graph.
- The cameras section has the new endpoint and is showing images as expected.
## [0.57.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.56.0...waterdataui-0.57.0) - 2021-11-15
## [0.57.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.56.0...waterdataui-0.57.0) - 2021-11-15
### Changed
- Using the javascript fetch API rather than XMLHttpRequest when fetching data client side, with the exception of map layers. This fixes the issue where Safari browsers sometimes did not refresh the data when the page was reloaded.
- The Sass stylesheets now use @use rather than the depracated @import
......@@ -98,7 +101,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- The slider now works properly when the brush is used to change the range of the hydgrograph.
## [0.56.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.54.0...waterdataui-0.56.0) - 2021-10-27
## [0.56.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.54.0...waterdataui-0.56.0) - 2021-10-27
### Changed
- Camera meta data is now fetched client side on a per site basis allowing sites with new camera data to appear whenever the site's page is loaded.
......@@ -106,7 +109,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Correct the most recent image URL for camera data on browsers that don't support the video.
- The 'classic inventory' link now includes the monitioning location site number.
## [0.54.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.53.0...waterdataui-0.54.0) - 2021-10-14
## [0.54.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.53.0...waterdataui-0.54.0) - 2021-10-14
### Added
- Added exception handling for a couple of aiohttp exceptions in sifta. If the exceptions are raised, we will not show SIFTA cooperator logos.
- Sampling method dropdown now has additional 'sub location' label and informational tooltip.
......@@ -119,7 +122,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Now uses a more specific and better preforming URL for the Sensor Things API to obtain operation limits.
## [0.53.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.52.0...waterdataui-0.53.0) - 2021-09-20
## [0.53.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.52.0...waterdataui-0.53.0) - 2021-09-20
### Fixed
- Fixed Classic Page link to go to legacy page.
......@@ -127,7 +130,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added site specific error/warnings below the monitoring location name and context data to the Location Metadata section retrieved from the SIMs system. The display of both is controlled via a feature toggle.
## [0.52.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.51.0...waterdataui-0.52.0) - 2021-09-14
## [0.52.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.51.0...waterdataui-0.52.0) - 2021-09-14
### Fixed
- The meta data tags for twitter and facebook images now set the parameter code to the default and use the endpoint specified in the config file.
......@@ -141,7 +144,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Configuration to log to a file.
# [0.51.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.50.0...waterdataui-0.51.0) - 2021-08-31
# [0.51.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.50.0...waterdataui-0.51.0) - 2021-08-31
### Changed
- Removed polyfills that were no longer utilized.
- Removed font awesome and solely using the USWDS Icon set.
......@@ -160,7 +163,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed a race condition where the date pickers were sometimes getting rendered twice.
- Now converts the 'noDataValue' reference number, which is used to denote point values when station conditions prevent accurate data recording, to a string which matches data type with the point values so that direct comparison between the two is possible.
## [0.50.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.49.0...waterdataui-0.50.0) - 2021-08-18
## [0.50.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.49.0...waterdataui-0.50.0) - 2021-08-18
### Changed
- The NWIS site service and sifta service now use aiohttp and are called concurrently in the monitoring_location view.
- Components comprising the hydrograph component are rendered as much as possible before client side data is received. This limits the amount of content shifting that happens.
......@@ -168,21 +171,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The operational limits of the sensor will show on graph and in legend if limit is in range of graph
## [0.49.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.48.0...waterdataui-0.49.0) - 2021-08-03
## [0.49.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.48.0...waterdataui-0.49.0) - 2021-08-03
### Changed
- Reorganized header navigation including changing labels and adding links to twitter, instagram, and data visualizations.
- Groundwater accordion only shows on locations with site type 'GW'.
## [0.48.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.47.0...waterdataui-0.48.0) - 2021-06-08
## [0.48.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.47.0...waterdataui-0.48.0) - 2021-06-08
### Fixed
- The method picker no longer appears briefly when selecting a parameter code with a single method.
## [0.47.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.46.0...waterdataui-0.47.0) - 2021-05-11
## [0.47.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.46.0...waterdataui-0.47.0) - 2021-05-11
### Changed
- Improved wording on feedback form to better steer feedback to correct destination.
- Empty sampling method descriptions now show the Method ID instead of a blank space.
## [0.46.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.45.0...waterdataui-0.46.0) - 2021-04-14
## [0.46.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.45.0...waterdataui-0.46.0) - 2021-04-14
### Changed
- Cleaned up the endpoint configuration names. Each distinct endpoint has its own configuration parameter and the endpoints are given more descriptive names.
- Moved sampling method selection into the parameter selection list
......@@ -193,7 +196,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Flood levels are no longer rounded to an integer and show now show the decimal received from web service.
- Cleaned up empty elements for locations with no IV or GW data
## [0.45.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.44.0...waterdataui-0.45.0) - 2021-03-31
## [0.45.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.44.0...waterdataui-0.45.0) - 2021-03-31
### Added
- Created a new "select actions" element which appears above the parameter selection list. Allows quick show/hide of the retrieve data and change time span sections.
......@@ -206,7 +209,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Estimated points are now the correct color, even when the data services return multiple qualifer codes.
- Precipitation scale is now correctly determined.
## [0.44.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.43.0...waterdataui-0.44.0) - 2021-03-17
## [0.44.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.43.0...waterdataui-0.44.0) - 2021-03-17
### Changed
- The data loading indicator for the hydrograph now appears on top of the graph rather than with the date controls.
- Cleaned up hydrograph rendering and made changes to make it possible to determine when rendering of the hydrograph is complete.
......@@ -222,7 +225,7 @@ recent data is chosen.
### Fixed
- Flood lines are now only rendered if in range of the Y axis.
## [0.43.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.43.0...waterdataui-0.42.0) - 2021-03-01
## [0.43.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.43.0...waterdataui-0.42.0) - 2021-03-01
### Added
- A column indicating the approval status of the data shows in the Field Visit Data Table.
- Color coding of provisional and approved data for groundwater on hydrograph
......@@ -231,7 +234,7 @@ recent data is chosen.
- The converted Fahrenheit line no longer drops off graph with zero values.
- Locations with only some flood level indicators no longer show NaN
## [0.42.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.40.0...waterdataui-0.42.0) - 2021-02-04
## [0.42.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.40.0...waterdataui-0.42.0) - 2021-02-04
### Added
- Added display of discrete ground water level data on the IV hydrograph.
- Added a selection for Celsius converted to Fahrenheit to the parameter table.
......@@ -250,7 +253,7 @@ recent data is chosen.
- The parameter selection list now shows parameters that are groundwater field visits only in addition to parameters that have IV data.
- The period of record in the parameter selection list reflects the period of record of groundwater field visits. If both field visits and IV data are available, the period of record is the union.
## [0.40.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.39.0...waterdataui-0.40.0) - 2021-01-06
## [0.40.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.39.0...waterdataui-0.40.0) - 2021-01-06
### Added
- Instantaneous Values data availability information page.
- Additional analytics tracking.
......@@ -264,7 +267,7 @@ recent data is chosen.
### Changed
- Using Jest to run javascript tests rather than karma/jasmine. This means eliminating Browserstack testing but we gain a supported testing ecosystem with built in coverage and better mocking capabilities.
## [0.39.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.38.0...waterdataui-0.39.0) - 2020-12-09
## [0.39.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.38.0...waterdataui-0.39.0) - 2020-12-09
### Added
- Static image of the Instantaneous Values Hydrograph for users of Internet Explorer.
- New colors for the compare line.
......@@ -283,7 +286,7 @@ recent data is chosen.
### Fixed
- Dynamically generated tooltips are now initialized properly by calling init on the node where the tooltip is created rather than on the entire DOM which was causing multiple tooltip markup to be created.
## [0.38.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.37.0...waerdataui-0.38.0) - 2020-10-30
## [0.38.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.37.0...waerdataui-0.38.0) - 2020-10-30
### Added
- Cookie to control banner message.
- Added 'Days from today' custom selection.
......@@ -299,7 +302,7 @@ recent data is chosen.
- Stopped end of median line from showing outside of graph area.
- Custom brush handles now reposition when user clicks and holds.
## [0.37.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.36.0...waterdataui-0.37.0) - 2020-09-16
## [0.37.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.36.0...waterdataui-0.37.0) - 2020-09-16
### Added
- Added custom handles and hint text to brush graph.
- Added rel="noopener" attribute to links with target="_blank" attribute.
......@@ -312,7 +315,7 @@ recent data is chosen.
- Issue that removed tick marks from main graph's brush area
- Issue where networks/monitoring-locations/ caused an error
## [0.36.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.35.0...waterdataui-0.36.0) - 2020-08-25
## [0.36.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.35.0...waterdataui-0.36.0) - 2020-08-25
### Changed
- Removed custom tooltips and replaced with USWDS tooltip component.
- Decreased opacity of the upstream basin polygon.
......@@ -326,14 +329,14 @@ recent data is chosen.
- Added Meta Tags for Facebook and Twitter images using graph image server.
## [0.35.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.34.0...waterdataui-0.35.0) - 2020-07-30
## [0.35.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.34.0...waterdataui-0.35.0) - 2020-07-30
### Changed
- Using the latest guidance for the contents of the government banner from USWDS
### Added
- Parameter selection list now has radio buttons to indicate selection.
## [0.34.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.33.0...waterdataui-0.34.0) - 2020-07-07
## [0.34.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.33.0...waterdataui-0.34.0) - 2020-07-07
### Added
- The DV graph shows min, mean, and maximum statistics if available.
- List of affiliated networks for a monitoring location on its page.
......@@ -341,7 +344,7 @@ recent data is chosen.
- Support for limited containerized deployments.
- Radio buttons for switching between available DV Time Series graphs
## [0.33.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.32.0...waterdataui-0.33.0) - 2020-06-10
## [0.33.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.32.0...waterdataui-0.33.0) - 2020-06-10
### Changed
- Moved graph-server to it's own repo <https://github.com/usgs/wdfn-graph-server>
......@@ -349,7 +352,7 @@ recent data is chosen.
- The current IV data now appear in a table within an accordion below the parameter selection list.
- Waterwatch flood levels to gage height graph on monitoring location page
## [0.32.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.31.0...waterdataui-0.32.0)
## [0.32.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.31.0...waterdataui-0.32.0)
### Added
- Daily value graph now handles masked data
- The timeSeriesId is now a parameter on the graph image server to show a specific time series for
......@@ -358,7 +361,7 @@ a parameter code.
### Changed
- Updated to use the latest USWDS/WDFN-VIZ packages
## [0.31.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.30.0...waterdataui-0.31.0) - 2020-04-29
## [0.31.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.30.0...waterdataui-0.31.0) - 2020-04-29
### Changed
- Major rework of how the monitoring location Redux state code is organized.
......@@ -366,7 +369,7 @@ a parameter code.
- The new statistical time series service is used to fetch the available statistical
time series and if daily max and a water level parameter code, the time series is displayed.
## [0.30.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.29.0...waterdataui-0.30.0) - 2020-04-13
## [0.30.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.29.0...waterdataui-0.30.0) - 2020-04-13
### Added
- Add config variable, TOUCHPOINT_SCRIPT, which is used to add the touchpoint script
to the monitoring-location pages. By default the script is empty and the feature is disabled.
......@@ -380,7 +383,7 @@ to the monitoring-location pages. By default the script is empty and the feature
- Replaced the range input slider with an svg slider for moving the cursor tooltip point
in the UV and DV graphs. The slider now is appropriately scaled on mobile.
## [0.29.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.28.0...waterdataui-0.29.0) - 2020-04-02
## [0.29.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.28.0...waterdataui-0.29.0) - 2020-04-02
### Added
- Added Brush to DV graph.
- Added Networks Page with a map and a table for all the sites
......@@ -390,7 +393,7 @@ in the UV and DV graphs. The slider now is appropriately scaled on mobile.
- Fixed bug where when switching parameters and the brush selection was not being properly set.
## [0.28.0 ](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.27.0...waterdataui-0.28.0) - 2020-03-27
## [0.28.0 ](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.27.0...waterdataui-0.28.0) - 2020-03-27
### Added
- Added period of record for each parameter in the monitoring location page parameter selection list.
- Added OpenAPI documentation to the graph-server along with a Swagger UI served at /api/graph-images/api-docs
......@@ -404,7 +407,7 @@ offsets to time series state in order to adjust x scale.
- Scaling on the UV hydrograph is now more flexible. It is designed to have no less than 3 tick marks
but no more than 8. Format changes depending on how wide a time range is being graphed.
## [0.27.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.26.0...waterdataui-0.27.0) - 2020-03-11
## [0.27.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.26.0...waterdataui-0.27.0) - 2020-03-11
### Changed
- All IV time series are now available for drawing on the hydrograph not just those in the last 7 days.
- Added brush handle fill.
......@@ -417,21 +420,21 @@ can be restored by pasting the url into a browser window.
- Added both hover and a cursor slider tooltip capability to the DV graph.
- Added width integer parameter to the graph-server which allows the user to return the width of the image.
## [0.26.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.25.0...waterdataui-0.26.0) - 2020-02-12
## [0.26.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.25.0...waterdataui-0.26.0) - 2020-02-12
### Added
- Daily value graph. This has a feature toggle and is valid for only a single site. Sites without
data will show an info alert.
### Added
- Networks page.
## [0.25.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.24.0...waterdataui-0.25.0)
## [0.25.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.24.0...waterdataui-0.25.0)
### Fixed
- Brush selection is now maintained when selecting a new variable.
### Added
- Image server now accepts startDT and endDT (ISO-8601 dates) to set the range of the hydrograph
## [0.24.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.23.0...waterdataui-0.24.0)
## [0.24.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.23.0...waterdataui-0.24.0)
### Changed
- Refactored the lib/redux module and renamed to d3-redux. The use of the Redux store is now
explicit in the calls rather than saving it in local storage on a d3 node.
......@@ -439,13 +442,13 @@ explicit in the calls rather than saving it in local storage on a d3 node.
### Added
- Added a brush feature to the hydrograph.
## [0.23.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.22.0...waterdataui-0.23.0)
## [0.23.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.22.0...waterdataui-0.23.0)
### Added
- Image server now accepts the period parameter which should be a ISO-8601 duration format.
However please note that NWIS only accepts periods using xxD.
- Image server shows site name and number above the graph
## [0.22.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.21.0...waterdataui-0.22.0) - 2019-12-12
## [0.22.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.21.0...waterdataui-0.22.0) - 2019-12-12
### Changed
- NLDI data is now loaded into redux store
- Legend expand/collapse is available when nldi data is present
......@@ -455,7 +458,7 @@ However please note that NWIS only accepts periods using xxD.
- The latest version of Docker did not work with the graph-server image. It now uses a
debian image and it also uses the Chromimum that is downloaded with puppeteer.
## [0.21.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.20.0...waterdataui-0.21.0) - 2019-10-24
## [0.21.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.20.0...waterdataui-0.21.0) - 2019-10-24
### Added
- Added a checkbox to enable/disable median line on hydrograph
......@@ -466,7 +469,7 @@ debian image and it also uses the Chromimum that is downloaded with puppeteer.
- Include the selected method's description, if defined, in the hydrograph title.
- Monitoring location points will now render on top of the upstream/downstream lines on the map
## [0.20.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.19.0...waterdataui-0.20.0) - 2019-10-04
## [0.20.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.19.0...waterdataui-0.20.0) - 2019-10-04
### Added
- Added a second Y-axis for temperature parameters
- Added picker to pick a method description that will be highlighted in the hydrograph.
......@@ -478,7 +481,7 @@ debian image and it also uses the Chromimum that is downloaded with puppeteer.
### Fixed
- Fixed issue where invalid cooperator data would cause the a monitoring location page to error
## [0.19.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.18.0...waterdataui-0.19.0) - 2019-09-20
## [0.19.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.18.0...waterdataui-0.19.0) - 2019-09-20
### Added
- Added support for user specified date ranges
- Site Page now contains a Monitoring Camera section with proof of concept implementation.
......@@ -488,7 +491,7 @@ debian image and it also uses the Chromimum that is downloaded with puppeteer.
- Graph server now serves routes from /api/graph-images
- A selected set of parameter codes show the Y axis reversed
## [0.18.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.17.0...waterdataui-0.18.0) - 2019-05-28
## [0.18.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.17.0...waterdataui-0.18.0) - 2019-05-28
### Added
- Map now contains Leaflet layer control to toggle satellite and gray with hydro layers
......@@ -500,7 +503,7 @@ debian image and it also uses the Chromimum that is downloaded with puppeteer.
the project styles to use USWDS 2.0.x
- Moved the USGS watermark to the center of the hydrograph.
## [0.17.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.16.0...waterdataui-0.17.0) - 2019-03-06
## [0.17.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.16.0...waterdataui-0.17.0) - 2019-03-06
### Added
- Add Docker config for server-rendering PNGs
- Use a Puppeteer/Chrome process pool for server rendering
......@@ -508,36 +511,36 @@ the project styles to use USWDS 2.0.x
### Changed
- Links in monitoring-location now use configurable endpoints.
## [0.16.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.15.0...waterdataui-0.16.0)
## [0.16.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.15.0...waterdataui-0.16.0)
### Added
- A server to generate graph images.
## [0.15.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.14.0...waterdataui-0.15.0) - 2019-02-26
## [0.15.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.14.0...waterdataui-0.15.0) - 2019-02-26
### Fixed
- Fixed the issue causing hydrograph date/time not to display on Internet Explorer
- Fixed the issue that was causing the extended time series fetch to fail.
- Page now renders when data values for the initial time series is all zeros.
## [0.14.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.13.0...waterdataui-0.14.0) - 2018-12-04
## [0.14.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.13.0...waterdataui-0.14.0) - 2018-12-04
### Changed
- The Browserify/Babel build tooling was replaced with Rollup/Bublé.
- Added additional ticks and labels to fill in gaps on graphs with log plots
- Using Firefox headless to run tests for travis and default.
- Renamed Javascript modules to follow dash-case rather than camelCase
## [0.13.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.12.0...waterdataui-0.13.0) - 2018-09-11
## [0.13.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.12.0...waterdataui-0.13.0) - 2018-09-11
### Changed
- Cooperator logos are always loaded via https
## [0.12.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.11.0...waterdataui-0.12.0) - 2018-08-03
## [0.12.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.11.0...waterdataui-0.12.0) - 2018-08-03
### Changed
- Cooperator logos lookup changed from static json file to external, SIFTA-based service
## [0.11.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.10.0...waterdataui-0.11.0) - 2018-06-06
## [0.11.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.10.0...waterdataui-0.11.0) - 2018-06-06
### Changed
- Cooperator logos lookup changed from the SIFTA site service to json file
## [0.10.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.9.0...waterdataui-0.10.0) - 2018-06-01
## [0.10.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.9.0...waterdataui-0.10.0) - 2018-06-01
### Added
- Loading indicators for initial time series load and for loading extended data
- Added no data alert for sites with no time series data.
......@@ -562,12 +565,12 @@ not have to be coerced into a time series.
- Various accessibility violations
- Tooltips that were hard to read when they overlapped graph lines
## [0.9.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.8.0...waterdataui-0.9.0) - 2018-05-10
## [0.9.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.8.0...waterdataui-0.9.0) - 2018-05-10
### Fixed
- Safari only bug where extended time range graphs with median data would crash the browser.
## [0.8.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.7.0...waterdataui-0.8.0) - 2018-05-08
## [0.8.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.7.0...waterdataui-0.8.0) - 2018-05-08
### Added
- Hydrograph can now show either last 7 days, last 30 days, or the last year of data for
the selected timeseries. The Show last year feature also works for the three date ranges.
......@@ -593,7 +596,7 @@ the selected timeseries. The Show last year feature also works for the three dat
- Estimated time series points are now shown.
## [0.7.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.6.0...waterdataui-0.7.0) - 2018-04-23
## [0.7.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.6.0...waterdataui-0.7.0) - 2018-04-23
### Added
- Tooltips are provided for metadata elements for those that USGS defines on NWIS help pages.
- Information alert for provisional data.
......@@ -615,7 +618,7 @@ slice reducers for the different parts.
- Metadata tooltips are not clipped by their containing div element
## [0.6.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.5.0...waterdataui-0.6.0) - 2018-04-06
## [0.6.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.5.0...waterdataui-0.6.0) - 2018-04-06
### Added
- Play/Stop button to play the audible sound for the timeseries graph
- Legend appears on the map describing the map features
......@@ -640,7 +643,7 @@ slice reducers for the different parts.
- Precipitation tooltips now show the correct accumulated values
## [0.5.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.4.0...waterdataui-0.5.0) - 2018-03-30
## [0.5.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.4.0...waterdataui-0.5.0) - 2018-03-30
### Added
- Description metatag and text on page generated from site data
- Decorator that can be used to return a 404 for views. This is part of the work to add feature flags.
......@@ -657,7 +660,7 @@ slice reducers for the different parts.
- No longer show parameters that have no data or masks for the last seven days in the
"Select a timeseries" list.
## [0.4.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.3.0...waterdataui-0.4.0) - 2018-03-26
## [0.4.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.3.0...waterdataui-0.4.0) - 2018-03-26
### Added
- Title to timeseries graph
- Dismissable banner which shows the beta status and feedback link
......@@ -681,7 +684,7 @@ Parameter codes can be found in the tooltip. A scrollbar will appear for long ti
- Monitoring locations with no timeseries data no longer show the timeseries graph.
- Parameters with no data points in current or last year data are omitted from the select table
## [0.3.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.2.0...waterdataui-0.3.0) - 2018-03-09
## [0.3.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.2.0...waterdataui-0.3.0) - 2018-03-09
### Added
- Sparklines added to "Select a timeseries" table.
- Ability to show multiple time series for a parameter code.
......@@ -695,7 +698,7 @@ shown on separate lines and doesn't dynamically shift position as the window is
- Data gaps of more than 72 minutes are shown.
- Only IV data is shown in the select a time series list.
## [0.2.0](hhttps://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.1.0...waterdataui-0.2.0) - 2018-02-23
## [0.2.0](hhttps://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.1.0...waterdataui-0.2.0) - 2018-02-23
### Added
- Previous year value is added to the tooltip when shown.
- Tooltip uses a focus line in addition to the focus circle to show location on the time series line.
......@@ -718,7 +721,7 @@ used for the time series line.
a column for qualifier.
## [0.1.0](https://code.usgs.gov/wma/iow/waterdataui/~/compare/waterdataui-0.1.0) - 2018-02-13
## [0.1.0](https://code.usgs.gov/wma/iow/waterdataui/-/compare/waterdataui-0.1.0) - 2018-02-13
### Added
- Initial repo set up with metadata files.
- Monitoring-location/{siteno} pages with the following features:
......
......@@ -3,7 +3,7 @@
"name": "Water Data UI",
"organization": "U.S. Geological Survey",
"description": "Water Data for the Nation - contains a page for each NWIS site",
"version": "1.2.0",
"version": "1.4.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
......@@ -39,7 +39,7 @@
"email": "mbucknell@usgs.gov"
},
"date": {
"metadataLastUpdated": "2022-07-20"
"metadataLastUpdated": "2022-07-21"
}
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment