Version 1.4.2
Minor Improvements
- Updated the formatNumber function and made it globally accessible for reuse.
- Moved common utility functions to a centralised location to improve maintainability and reusability.
- Enhanced campaign results by formatting column values for better readability and consistency.
- Changed Dealer and Location field types to support multi-select-add functionality.
- Decoupled the Make and Model fields from Dealer and Location to enable independent selections.
- Added a query list builder compatible with arrays that does not require a database connection.
- Implemented additional bug fixes and enhancements for the new array query list builder.
- Updated functionality to leave existing code unchanged while adding a new test endpoint for comparing the new implementation against
- Added tests for the new toQueryListBuilder functionality to ensure robustness.
Bug Fixes
- Corrected the import path for VehicleFilters types to ensure accurate functionality.
- Added an empty array as the default value for yardId to prevent submission of empty strings.
- Simplified and optimised several code elements