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

Latest commit

 

History

History
195 lines (135 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

195 lines (135 loc) · 6.3 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.

[Unreleased]

[1.4.0] - 2020-06-11

Changed

  • Use the new and shiny data set provided by the DoT Austin instead of the data set from APD for the archives. #207

Security

[1.3.0] - 2020-01-29

Changed

  • Update metatags per metatags.io recommendations. #197
  • Improve security headers. #198

Fixed

  • Fix problem where the selected tab is not correct when the full URL is entered manually. #196
  • Fix the Hero image in mobile mode. #200

[1.2.1] - 2020-01-19

Fixed

  • Fix Google Tag. #192

[1.2.0] - 2020-01-01

Changed

  • Upgrade to NextJS 9. #191

[1.1.4] - 2019-10-29

Fixed

  • Replace hero image with smaller image (half the size), more representative of our app's mission. #185

Security

  • Snyk patched vulnerabilities. #182

[1.1.3] - 2019-10-15

Fixed

  • Fix report link in grid in APD view. [#180]

[1.1.2] - 2019-10-14

Fixed

  • Fix the archive view graphs. #178
  • Fix home page layout. The images were not alternating right-left. #179

[1.1.1] - 2019-10-13

Fixed

  • Fix Sorting function and date format. #177

[1.1.0] - 2019-10-12

Changed

  • Update the dashboard to support ScrAPD 3 data format
    • Update grid column labels. #171
    • Update several components for ScrAPD3 These graphs are working properly now: gender, ethnicity, age, month, weekday, time, and the map
    • Add crash counter

[1.0.0] - 2019-10-06

Added

  • Add automation to incorporate security fixes automatically. #164
  • Add home page. #149
  • Add support for Google Tag. #167

[0.4.0] - 2019-07-10

Added

  • Add an icon and a specific color to a marker, based on the type of crash. #135
  • Add generic markers for fatalities without a type. #137

Changed

  • Adjust the sizes and the colors of the clusters based on the number of crashes they represent. #134
  • Rename the date and time columns as they were confusing for the users. #139
  • Clarifies the warning message mentioning that there is no data to show for the selected dates. #140

Fixed

  • Markers with invalid coordinates prevent the map to render. #138

[0.3.0] - 2019-06-13

Added

  • Add buttons to download the data set in JSON or CSV. #103
  • Add a new view for visualizing the archive data. #104
  • Add a graph showing the fatality distribution based on the year. #105
  • Add a graph showing the fatality distribution based on the transportation mode. #107
  • Add a graph showing the fatality distribution based on the crash cause. #108
  • Add a warning message if there is no data within the selected dates.

Fixed

  • The counter shows crashes, no fatalities. #106

[0.2.4] - 2019-05-08

Added

  • Add a graph showing the fatality distribution based on the time of the day #93
  • Add a graph showing the fatality distribution based on the day of the week #92
  • Add a graph showing the fatality distribution based on the month of the year #91

Changed

  • Redefine the age groups in the age distribution graph to make them more meaningful. #89
  • Improve presets in the date picker. #90

[0.2.3] - 2019-04-28

This is the first complete release of ScrAPDviz.