Skip to content

Latest commit

 

History

History
91 lines (81 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

91 lines (81 loc) · 4.11 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]

Added

  • Add sandbox for testing usaspending.gov endpoint #10
  • Add US state boundary GeoJSON #6
  • Add redux store and RTK query API client #15
  • Add leaflet and US States #16
  • Add per-capita map markers #27
  • Add per-capita map legend #29
  • Add state data tooltips #36
  • Add bar charts to state data tooltips #42
  • Add budget tracker #34
  • Add spending category selector #30
  • Add spending and state data fetching scripts #40
  • Add Github Pages deploy to CI workflow #48
  • Add data attribution section #49
  • Add additional lato font weights for Chakra UI #55
  • Integrate real spending by month data #60
  • Add animated spending arc to map #75
  • Add point data fetch script #77
  • Lazy load high-res state boundaries #82
  • Add disadvantaged communities choropleth map #100

Changed

  • Use Closes # in PR template #9
  • Change map to Albers USA projection #31
  • Place state markers at the points farthest from edges #45
  • Show only selected category data in tooltip #61
  • Make site more responsive #62
  • Convert per-capita map to choropleth #69
  • Make other category remainder of spending #71
  • Update budget tracker style #89
  • Change color palette to green #102
  • Change animated map to use per-capita data #96
  • Place category spending percentages directly next to bars #103
  • Recolor state borders #110
  • Make money travel curves go 'up' #112

Fixed

  • Fix layout issues #53
  • Fix tooltip percentage calculations and improve agency lookups #54
  • Fix various minor things #84
  • Reposition animated spending bucket over DC #85
  • Optimize arc animation #97
  • Fix spending over time data for animated map #114

Removed