Breaking Changes in Version 14.0.0
This article lists the breaking changes introduced with the Telerik UI for .NET MAUI 14.0.0 release version.
Common
The RadListView control is deleted from the Telerik UI for .NET MAUI suite. If you are using it in your project, migrate to the RadCollectionView control instead.
AIPrompt
The default editor in the AIPromptInputViewControlTemplate changes from .NET MAUI Editor to Telerik .NET MAUI RadEditor.
Buttons
- The
PointerOvervisual state is renamed toMouseOver. This change applies toRadTemplatedButton,RadSpeechToTextButton, andRadSmartPasteButton. - The
ListeningPointerOvervisual state is renamed toListeningMouseOver. This change applies toRadSpeechToTextButton.
Chat
- The default control for the more button changes from
RadtoolbartoRadDropDownButton. - The default control for the attachments changes from
RadToolbartoRadDropDownButton. - The
MoreButtonStyletarget type changes from theChatMoreButtonToolbarItemViewtoRadDropDownButton.
DataForm
When using the html or multiline text as datatype in RadDataForm, the default editor changes from DataFormMultiLineEditor to DataFormRadMultiLineEditor. The new editor is based on Telerik .NET MAUI RadEditor control.
SegmentedControl
- The Telerik .NET MAUI SegmentedControl was built from the ground up to provide better performance and more features. Due to these changes, the API of the control has changed significantly. For more details on how to migrate to the new
RadSegmentedControl, review the Migration from Old to New RadSegmentedControl article. - The
RadSegmentedControlHandlerclass is removed. The SegmentedControl now uses aControlTemplate.
Scheduler
The default editor inside the EditAppointmentDialog for the appointment description changes from .NET MAUI Editor to Telerik .NET MAUI RadEditor.
Visual Studio and Visual Studio Code Extensions
The RadListView control is deleted from the toolbox extensions for Visual Studio and Visual Studio Code.