Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 742 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 742 Bytes

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.

[2024-03-20]

Added

Changed

-Admin API calls now properly send the authorization header to the backend.
-Fixed all current console errors:
Two different matDatePickers used the same instance of #picker. Simply renamed the pickers to reflect which datePicker it was for.
Changed our reusable UI element (destination auto complete form field) to not use both ngModel and formControl. Made sure it properly emits the value changes using only formControl.

Removed