MAUIverse MAUIverse
← Back to MAUI Releases

10.0.0-preview.4.25263.4

Preview

.NET MAUI 10.0.0-preview.4 Release Notes

This release focuses on quality and stability across all platforms, with significant enhancements to input controls and collection-based views.

Getting started

Install from command line:

dotnet workload install maui --version 10.0.100-preview.4.25263.1

Known issues

When building from Visual Studio you might need to force the RoslynCompilerType to be used by adding this property to your csproj. After making this change make sure to restart Visual studio.

<RoslynCompilerType>FrameworkPackage</RoslynCompilerType>

What’s Changed

.NET MAUI Preview 4 introduces improvements across all platforms. Key highlights include nullable support for DatePicker and TimePicker, modernized MediaPicker functionality for iOS and Android, fixing WebView behavior, enhancing shadow rendering on clipped views, and improving various input controls. Several platform-specific bugs have been addressed to enhance the overall stability and reliability of the framework.

BindableLayout

CarouselView

CollectionView

DatePicker

Entry

FlyoutPage

Graphics

ImageButton

MediaPicker

Picker

Shadow

SwipeView

TabbedPage

TabBar

TimePicker

WebView

Additional Updates

Dependency Updates

Framework Enhancements

Testing Infrastructure

New Contributors

All Contributors

Thank you to all our contributors:

[@Ahamed-Ali](https://github.com/Ahamed-Ali), [@aheubusch](https://github.com/aheubusch), [Alberto Aldegheri](https://github.com/albyrock87), [@anandhan-rajagopal](https://github.com/anandhan-rajagopal), [@bhavanesh2001](https://github.com/bhavanesh2001), [@BretJohnson](https://github.com/BretJohnson), [@devanathan-vaithiyanathan](https://github.com/devanathan-vaithiyanathan), [@Dhivya-SF4094](https://github.com/Dhivya-SF4094), [@durandt](https://github.com/durandt), [@HarishKumarSF4517](https://github.com/HarishKumarSF4517), [@HarishwaranVijayakumar](https://github.com/HarishwaranVijayakumar), [Gerald Versluis](https://github.com/jfversluis), [Jonathan Peppers](https://github.com/jonathanpeppers), [Javier Suárez](https://github.com/jsuarezruiz), [@KarthikRajaKalaimani](https://github.com/KarthikRajaKalaimani), [Jakub Florkowski](https://github.com/kubaflo), [@LogishaSelvarajSF4525](https://github.com/LogishaSelvarajSF4525), [@MarcelStommel](https://github.com/MarcelStommel), [@MartyIX](https://github.com/MartyIX), [@NafeelaNazhir](https://github.com/NafeelaNazhir), [@NirmalKumarYuvaraj](https://github.com/NirmalKumarYuvaraj), [@nivetha-nagalingam](https://github.com/nivetha-nagalingam), [@phunkeler](https://github.com/phunkeler), [@prakashKannanSf3972](https://github.com/prakashKannanSf3972), [@praveenkumarkarunanithi](https://github.com/praveenkumarkarunanithi), [Shane Neuville](https://github.com/PureWeen), [Rui Marinho](https://github.com/rmarinho), [@sankaranarayananr](https://github.com/sankaranarayananr), [Stéphane Delcroix](https://github.com/StephaneDelcroix), [@SubhikshaSf4851](https://github.com/SubhikshaSf4851), [@SuthiYuvaraj](https://github.com/SuthiYuvaraj), [@SyedAbdulAzeemSF4852](https://github.com/SyedAbdulAzeemSF4852), [@Tamilarasan-Paranthaman](https://github.com/Tamilarasan-Paranthaman), [@TamilarasanSF4853](https://github.com/TamilarasanSF4853), [@Vignesh-SF3580](https://github.com/Vignesh-SF3580), [@VitalyKnyazev](https://github.com/VitalyKnyazev)

Full Changelog: https://github.com/dotnet/maui/compare/10.0.0-preview.3.25208.1…10.0.0-preview.4.25259.2

View on GitHub

← Back to MAUI Releases