Skip to content

MVP-1.1.0 QoL Features & Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@amattu2 amattu2 released this 15 Oct 14:48
· 214 commits to master since this release

Overview

This release contains general quality-of-life updates to the code architecture and feature implementations. Additionally, several new features were introduced including:

  • Profile Picture Uploads
  • Mass Vehicle List Importing via CSV Upload
  • Lazy-loading pages (Codesplitting)

Improvements including:

  • Server pagination to Search Page results
  • Styling changes relating to unnecessary page regions or element borders and themes
  • List vehicles mass delete/add caused issues with the count tracking of vehicles, so these requests are now made sequentially instead of asynchronously

What's Changed (Specifics)

  • feat: Dynamic project configuration per environment by @amattu2 in #64
  • HOTFIX: Add missing variables by @amattu2 in #65
  • Create dependabot.yml by @amattu2 in #66
  • build(deps): Bump dayjs from 1.11.9 to 1.11.10 by @dependabot in #67
  • build(deps): Bump @types/react from 18.2.21 to 18.2.25 by @dependabot in #68
  • build(deps): Bump @types/react-transition-group from 4.4.6 to 4.4.7 by @dependabot in #69
  • build(deps): Bump @types/jest from 27.5.2 to 29.5.5 by @dependabot in #71
  • build(deps-dev): Bump @typescript-eslint/parser from 6.6.0 to 6.7.4 by @dependabot in #70
  • General Styling Fixes & Code Cleanup by @amattu2 in #75
  • Profile Picture Upload, Styling Fixes, & Search Overhaul by @amattu2 in #82

Full Changelog: MVP-1.0.0...MVP-1.1.0