Skip to content

Releases: notisnan/covid19-tracker

R2.4

21 Apr 02:54
719844f
Compare
Choose a tag to compare
  • Fix Sort Issue with Tested N/A values
  • New Footer with reset times, data source, and github repo links.

R2.3

20 Apr 00:47
133669f
Compare
Choose a tag to compare
  • Updated UI: new header with added logo and new toggle,
  • Ability to select the viewing of normalized data per million,
  • Added an extra tested cases column.

R2.2

18 Apr 01:26
e372c81
Compare
Choose a tag to compare
  • Values that don't return as a number will now display as N/A in the UI.
  • Fixed long country names to use smaller font size.
  • Updated Country Name columns to use the same structure as the other columns.
  • Added population values under country names.
  • Changed 'percentage increase' to a numerical value increase.
  • Updated truncate number helper method to support values up to a trillion.
  • Updated documentation for running the app locally as an extension or as a ReactJS web app.

R2.1

11 Apr 02:17
8be4394
Compare
Choose a tag to compare

HOT FIX -
Small number of users experiencing a Global row discrepancy due to a data migration issue. Corrected in this build.

R2.0

10 Apr 18:13
d14b69c
Compare
Choose a tag to compare
  • Re-wrote the entire plugin in React
  • Added the ability to sort the data by clicking on the column headings
  • Added the ability to add countries from the all countries list

R1.11

03 Apr 16:57
97318fc
Compare
Choose a tag to compare

R1.10 was skipped due to a hot fix that was needed to get the app to an operational status in a pinch.

  • Updated API to use new source
  • Fixed truncation issue when more than 1 comma is present in the number
  • Added a all countries toggle that allows you to view stats from all countries

R1.9

01 Apr 04:02
Compare
Choose a tag to compare
  • When adding a new country, it flashes for a split second to indicate where that country was added to the list
  • When the API requests fail, an error is shown to the user
  • When the api is loading, a loader icon is shown to the user
  • When the refresh icon is pressed, the app will stay dimmed and the refresh icon will continue to spin until the API request returns successfully
  • When the API is loading, the UI elements are disabled until a successful response returns

R1.8

31 Mar 23:33
7c787d3
Compare
Choose a tag to compare
  • Added updated styling for long country names
  • Added ability add shorthand names for countries
  • Excluded content_script in manifest

R1.7

30 Mar 19:12
01776f1
Compare
Choose a tag to compare
  • Updated manifest to only request permission to storage
  • Updated structure of userData to allow us to store more user preferences in the future
  • Updated refresh button to call API's again and reload the data

R1.6

30 Mar 03:10
5275cc6
Compare
Choose a tag to compare

This release resolves the following production issues:

  1. Forces long country names to stay on a single line, and
  2. Prevent duplicate global rows.