Skip to content

v5.0.0

Compare
Choose a tag to compare
@ugrc-release-bot ugrc-release-bot released this 04 Aug 19:31

5.0.0 (2023-08-04)

⚠ BREAKING CHANGES

  • toggle option added to filter config. This configures the new "Color By" toggle.
  • Renamed the phase checkbox symbol type to swatch to make it more generic since it's being used by the mode checkboxes now.
  • Updated the roads, transit, and bikePed checkboxes to use the new swatch symbol type. Also added the mode and color properties.
  • Removed minimumLegendSizes config prop since it's not used anymore.
  • config.json changes

refactor

  • Renamed the phase checkbox symbol type to swatch to make it more generic since it's being used by the mode checkboxes now. (2c89938)

🚀 Features

  • toggle option added to filter config. This configures the new "Color By" toggle. (2c89938)
  • add "color by" toggle to transportation tab filter (2c89938), closes #178
  • add dynamic symbol swatches for mode/phases and consolidate layout (5f56102)
  • add root error boundary (b9d4c11)

🐛 Bug Fixes

  • fix cypress tests (9fba792)
  • Removed minimumLegendSizes config prop since it's not used anymore. (2c89938)
  • Updated the roads, transit, and bikePed checkboxes to use the new swatch symbol type. Also added the mode and color properties. (2c89938)

🌲 Dependencies

📖 Documentation Improvements

  • add prod/staging urls and fix badge (eb93240)

🎨 Design Improvements

  • make toggle state more obvious (de71b04)