Releases: notisnan/covid19-tracker
Releases · notisnan/covid19-tracker
R2.4
R2.3
- 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
- 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
HOT FIX -
Small number of users experiencing a Global row discrepancy due to a data migration issue. Corrected in this build.
R2.0
- 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
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
- 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
- Added updated styling for long country names
- Added ability add shorthand names for countries
- Excluded content_script in manifest
R1.7
- 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
This release resolves the following production issues:
- Forces long country names to stay on a single line, and
- Prevent duplicate global rows.