What Changed
We removed the DateEdit_AdaptiveDatePickerNotification localization string and added new strings instead: DateEdit_DisabledDateNotification and DateEdit_OutOfRangeNotification.
Reasons for Change
In scroll picker mode, the Date Edit component displayed the DateEdit_AdaptiveDatePickerNotification text when the selected date was out of the range (less than MinDate or greater than MaxDate). In v20.1.7, we also introduced the CustomDisabledDate event that allows you to disable specific dates in the component's calendar. If a user selects a disabled date, the component should also display some text.
To differentiate between these scenarios, we removed the DateEdit_AdaptiveDatePickerNotification localization string and added new strings instead: DateEdit_DisabledDateNotification and DateEdit_OutOfRangeNotification. The DateEdit_DisabledDateNotification string specifies the notification message displayed when a user selects a date disabled by the CustomDisabledDate event. The DateEdit_OutOfRangeNotification string specifies the notification message displayed when a user selects a date outside a date range.
Impact on Existing Apps
If you used the DateEdit_AdaptiveDatePickerNotification localization string, the project will not compile.
How to Update Existing Apps
Replace the DateEdit_AdaptiveDatePickerNotification localization string with the DateEdit_OutOfRangeNotification string. Additionally, localize the DateEdit_DisabledDateNotification string.