Releases: Ben-Chapman/EVFinder
Releases · Ben-Chapman/EVFinder
Updating Vulnerable Node Packages
No new features or functionality, this release is Node package upgrades to address various security vulnerabilities.
Fixing search radius bug and "Rotate Your Phone" UI update
What's Changed
- Update search radius validation to prevent a search radius of 0
- Updated UI for the "Rotate Your Phone" UI element
Full Changelog: v1.6.1...v1.6.2
Bugfix for inventory display on older iOS devices and various UI optimizations
What's Changed
- Fixing critical bug for older iOS/Safari versions which prevented display of the inventory results
- Fixing radius form input clipping and adding logo padding on mobile
- Adjusting error messaging to be less repetitive
- Eliminating the unnecessary horizontal scrollbar
- Adjusting column width for VIN details on mobile devices in portrait mode
Full Changelog: v1.6.0...v1.6.1
Adding Support for HTTP Error Handling and Messaging in the UI
What's Changed
- Adding Support for Vue Error Handling and Messaging in the UI by @Ben-Chapman in #18
Full Changelog: v1.5.1...v1.6.0
Bugfixes and Better Inventory Table Formatting for Mobile Devices
What's Changed
- Support for zip code validation in the app
- Fixing multiple-logo-on-medium-screens bug
- Optimizing dealer info display for multiple screen sizes
- Fixing date parsing bug
Full Changelog: v1.5.0...v1.5.1
UI Optimizations for Mobile Devices
What's Changed
- UI Optimizations for Mobile Devices by @Ben-Chapman in #16
Full Changelog: v1.4.1...v1.5.0
Mitigating Critical Security Vulnerabilities
This release is addressing critical security vulnerabilities identified by Github Dependabot
What's Changed
- Addressing critical security vulnerabilities by @Ben-Chapman in #15
Full Changelog: v1.4.0...v1.4.1
Adding Support for Additional Kia EVs
This release adds support for the following Kia Electric Vehicles:
- Niro EV
- Niro Plug-In Hybrid
Disabling Analytics for Custom Events
No new features, just temporarily disabling Plausible custom events to get back within the limits of the Plausible subscription plan for this site.
Bug fix for query param parsing logic
When a user had selected more than one filter in a single category, a string was passed into an object which was expecting an array.