Breaking Changes in Version 9.0.0
This article lists the breaking changes introduced with the Telerik UI for .NET MAUI 9.0.0 release version.
Common Changes
The dependency on
Microsoft.Maui.Controls.Compatibility
is removed.The following classes are moved to the
Telerik.Maui.Controls
namespace:BehaviorBase
,RadEventToCommandBehavior
,InvertedBooleanConverter
.-
The following unused entities are deleted from the
Telerik.Maui.Controls.Compatibility
:-
FocusElementHelper
,ColorToRadBrushConverter
,EditorClearFocusedBackgroundEffect
,NoTextOffsetEffect
,PickerRemoveBorderEffect
. -
DisplayMode
,FontStyle
,FontWeight
,Visibility
,InvalidReferenceException
,BlueResources
,Background
. -
IDateRange
,INotifyNativeControlLoaded
,INumericalRange
. -
DateRangeValidatorAttribute
,EmailValidatorAttribute
,PropertyValidator
,NonEmptyValidatorAttribute
,NumericalRangeValidatorAttribute
,PhoneNumberValidatorAttribute
,RegularExpressionValidatorAttribute
,StringLengthValidatorAttribute
,ValidatorBaseAttribute
,ConverterAttribute
,DataSourceKeyAttribute
,DisplayOptionsAttribute
,DisplayValueFormatAttribute
,IgnoreAttribute
,IPropertyConverter
,IValueFormat
,NativeConversionContextAttribute
,ReadOnlyAttribute
.
-
Android
On Android, the following unused entities are deleted from the Telerik.Maui.Controls.Compatibility
—CaretPositionEffect
, ColorFilterEffect
, FontSizeEffect
, HelpTextEffect
, PickerRemoveBorderEffect
, AndroidImageRenderer
, ConvertibleObjectNotify
, AndroidDateFormatter
, AndroidNumberFormatter
, BorderDrawable
, BorderRenderer
, ScrollViewRenderer
.
iOS
On iOS, the following unused entities are deleted from the Telerik.Maui.Controls.Compatibility
—BouncesScrollViewEffect
, FontSizeEffect
, NoTextOffsetEffect
, PickerRemoveBorderEffect
, DateTimeTools
, IOSDateFormatter
, IOSNumberFormatter
, RadViewContainer
, BorderRenderer
, ScrollViewRenderer
.
WinUI
On WinUI, the following unused entities are deleted from the Telerik.Maui.Controls.Compatibility
—EditorClearFocusedBackgroundEffect
, FontSizeEffect
, UwpEntryPasteRemoveNewLineEffect
, WindowsNumberFormatSelector
, BorderRenderer
, ScrollViewRenderer
.