Skip to content

Releases: dotnet/maui

10.0.50

10 Mar 21:53
e4acf6a

Choose a tag to compare

What's Changed

.NET MAUI 10.0.50 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 78 commits with various improvements, bug fixes, and enhancements.

AI

  • Enable packing and independent preview versioning for Essentials.AI by @mattleibow in #33976

  • Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in #34025

  • [Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence by @mattleibow in #33519

Ai Agents

  • Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in #33937

  • Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex by @kubaflo in #34109

  • ci-copilot: set pipeline run title early using build.updatebuildnumber by @jfversluis via @Copilot in #34156

  • Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes by @PureWeen in #34160

  • Add correct CI pipeline names to Copilot instructions by @jfversluis in #34255

  • Add resilience to UI tests for frozen/unresponsive apps by @PureWeen in #34023

  • Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline by @kubaflo in #34040

  • Agent Workflow Metrics via GitHub Labels by @kubaflo in #33986

Animation

API

  • Add PublicAPI.Unshipped.txt BOM sort warning to Copilot instructions by @jfversluis in #34327

Button

CollectionView

Docs

Drawing

Editor

Entry

Frame

  • [AI] Fix multi-turn tool calling, add chat overlay, upgrade Agent Framework to rc2, and add CI pipelines by @mattleibow in #34124

Gestures

Label

Navigation

Packaging

  • Add Windows unpackaged device tests on Helix alongside packaged tests by @PureWeen in #33702

Performance

ProgressBar

  • Fix dogfood scripts: workflow trigger, build detection, and in-progress handling by @jfversluis in #34259

SafeArea

Shapes

  • [ci] Fix simulator install failures and artifact publishing for all pipeline types by @mattleibow in #33999

Shell

  • [iOS] Fixed Shell Navigating event showing same current and ta...
Read more

11.0.0-preview.2.26152.10

10 Mar 21:03
8151668

Choose a tag to compare

Pre-release

✨ New in .NET 11

The following 70 features and changes are unique to .NET 11 and not yet in the main branch:

AI

  • [Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in #33610

  • Enable packing and independent preview versioning for Essentials.AI by @mattleibow in #33976

  • Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in #34025

Ai Agents

  • Remove Phase 2 (Tests) from PR agent workflow by @kubaflo in #33905

  • Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in #33937

Blazor

CollectionView

Core Lifecycle

DateTimePicker

Dialogalert

Flyout

Fonts

Gestures

Map

Navigation

Performance

Picker

SafeArea

Shapes

Shell

Templates

Theme

Theming

  • [XSG] Fix Style Setters referencing source-generated bindable properties by @simonrozsival in #33562

Titlebar

WebView

  • Fix WebView JavaScript string escaping for backslashes and quotes by @StephaneDelcroix in #33726

  • Skip HybridWebView interception test on iOS/MacCatalyst by @rmarinho via @Copilot in #33981

Xaml

Read more

10.0.40 SR4

12 Feb 21:05
1929f07

Choose a tag to compare

What's Changed

.NET MAUI 10.0.40 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 143 commits with various improvements, bug fixes, and enhancements.

AI

  • Improve write-tests-agent with best practices by @sheiksyedm in #33860

  • [Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in #33610

Ai Agents

  • Add FileLoggingProvider for MacCatalyst UI test logging by @PureWeen in #33518

  • Improve verify-tests-fail-without-fix Skill by @kubaflo in #33513

  • Add find-reviewable-pr skill from existing PR by @PureWeen via @Copilot in #33349

  • Add learn-from-pr agent and enhance skills framework structure by @PureWeen via @Copilot in #33579

  • Fix PS1 scripts for Windows compatibility by @PureWeen in #33679

  • Improve skills and scripts for better agent workflows by @PureWeen in #33699

  • [XEXPR] Refactor test skills/agents to dispatcher pattern by @PureWeen via @Copilot in #33721

  • [ai] Skill for running device tests by @rmarinho in #33484

  • Add ai-summary-comment skill for automated PR review comments by @kubaflo in #33585

  • Add PR label management to test verification skill by @kubaflo in #33739

  • ai-summary-comment: Simplify PR finalize to two collapsible sections by @kubaflo in #33771

  • Improve issue-triage skill: Add gh CLI checks and fix workflow by @PureWeen in #33750

  • [ai] Add integration test runner skill by @rmarinho in #33654

  • Improve PR Agent Gate verification to prevent result fabrication by @PureWeen in #33806

  • Improve test report formatting and summary extraction by @kubaflo in #33793

  • Improve try-fix comment parsing and summary by @kubaflo in #33794

  • Enhance PR agent: multi-model workflow, blocker handling, shared rules extraction by @PureWeen in #33813

  • Enhance pr-finalize skill with code review phase and safety rules by @PureWeen in #33861

  • Remove Phase 2 (Tests) from PR agent workflow by @kubaflo in #33905

Blazor

BlazorWebView

  • Add doc comment explaining EnableDefaultCssItems in Blazor templates by @akoeplinger in #33845

Button

  • [Testing] Fix flaky UI tests: retryTimeout and SwipeView button fix by @PureWeen in #33749

Checkbox

CollectionView

  • [Android] Fixed EmptyView doesn’t display when CollectionView is placed inside a VerticalStackLayout by @NanthiniMahalingam in #33134
🔧 Fixes

Core Lifecycle

DateTimePicker

Dialogalert

Docs

Essentials

Flyout

Fonts

Gestures

Image

Label

Read more

11.0.0-preview.1.26107

10 Feb 14:43
ba1ffb8

Choose a tag to compare

Pre-release

✨ New in .NET 11

BlazorWebView

  • [net11.0] Skip flaky BlazorWebView header interception test by @github-actions[bot] in #33932

Templates

Xaml

🔧 Infrastructure (28)
🧪 Testing (2)
  • [ci] Enable CoreCLR iOS device tests on Helix by @rmarinho in #33221
  • [ci] Build and run on ARM platforms for iOS UITests and device tests by @rmarinho in #33474
📦 Other (18)

🐛 Bug Fixes from .NET 10

The following 93 bug fixes and improvements from the stable release are also included:

AI

  • [Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in #33610

  • Improve write-tests-agent with best practices by @sheiksyedm in #33860

Ai Agents

  • Remove Phase 2 (Tests) from PR agent workflow by @kubaflo in #33905

  • Enhance pr-finalize skill with code review phase and safety rules by @PureWeen in #33861

  • Enhance PR agent: multi-model workflow, blocker handling, shared rules extraction by @PureWeen in #33813

  • Improve try-fix comment parsing and summary by @kubaflo in #33794

  • Improve test report formatting and summary extraction by @kubaflo in #33793

  • Improve PR Agent Gate verification to prevent result fabrication by @PureWeen in #33806

  • [ai] Add integration test runner skill by @rmarinho in #33654

  • Improve issue-triage skill: Add gh CLI checks and fix workflow by @PureWeen in #33750

  • ai-summary-comment: Simplify PR finalize to two collapsible sections by @kubaflo in #33771

  • Add PR label management to test verification skill by @kubaflo in #33739

  • Add ai-summary-comment skill for automated PR review comments by @kubaflo in #33585

  • [ai] Skill for running device tests by @rmarinho in #33484

  • [XEXPR] Refactor test skills/agents to dispatcher pattern by @PureWeen via @Copilot in #33721

  • Improve skills and scripts for better agent workflows by @PureWeen in #33699

  • Fix PS1 scripts for Windows compatibility by @PureWeen in #33679

  • Add learn-from-pr agent and enhance skills framework structure by @PureWeen via @Copilot in #33579

BlazorWebView

  • Add doc comment explaining EnableDefaultCssItems in Blazor templates by @akoeplinger in #33845

Button

  • [Testing] Fix flaky UI tests: retryTimeout and SwipeView button fix by @PureWeen in #33749

Checkbox

CollectionView

  • [Android] Fixed EmptyView doesn’t display when CollectionView is placed inside a VerticalStackLayout by @NanthiniMahalingam in #33134
🔧 Fixes

Docs

-...

Read more

10.0.31 SR3.1

03 Feb 22:33
3c1c566

Choose a tag to compare

What's Changed

  • Increment patch version from 30 to 31 by @PureWeen in #33752
  • Revert "[Android] Fixed Label Overlapped by Android Status Bar When Using SafeAreaEdges="Container" in .NET MAUI" by @PureWeen in #33753

Full Changelog: 10.0.30...10.0.31

10.0.30 SR3

15 Jan 20:38
8e226eb

Choose a tag to compare

What's Changed

.NET MAUI 10.0.30 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 106 commits with various improvements, bug fixes, and enhancements.

.NET 10 Features

CollectionView

Docs

Editor

Flyout

Flyoutpage

Gestures

Image

Label

  • Update PreReleaseVersionLabel and StabilizePackageVersion by @PureWeen in #33520

Map

  • Add packaged README for Microsoft.Maui.Controls.Maps with quick start guidance by @jfversluis via @Copilot in #33196

Mediapicker

Navigation

Pages

RadioButton

SafeArea

ScrollView

Searchbar

Shapes

  • Add inflight/* branch trigger to UI tests pipeline by @p...
Read more

10.0.20 SR2

16 Dec 21:01
0d1705a

Choose a tag to compare

What's Changed

.NET MAUI 10.0.20 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 169 commits with various improvements, bug fixes, and enhancements.

AI

Animation

Button

CollectionView

DateTimePicker

  • [iOS] Fix DatePicker to consistently display 4-digit years by @PureWeen via @Copilot in #32451

Dialogalert

Docs

  • Add README-AI.md file by @PureWeen in #32502

  • Improve AI agent documentation and testing instructions by @PureWeen via @Copilot in #32485

  • [release/10.0.1xx-sr2] Add comprehensive README to Microsoft.Maui.Controls NuGet package by @github-actions[bot] in #33059

Drawing

Entry

Essentials

Essentials Securestorage

General

Gestures

Label

  • 10.0.20 Update PreReleaseVersionLabel and StabilizePackageVersion by @PureWeen in #33057

Layout

...

Read more

10.0.11 SR1.1

24 Nov 23:56
5aa9ced

Choose a tag to compare

What's Changed

.NET MAUI 10.0.11 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 11 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

Android

Button

DateTimePicker

Gestures

Infrastructure

Mediapicker

Other

Shapes

Shell

TabbedPage

Full Changelog: 10.0.10...10.0.11

10.0.1

09 Dec 23:02
a68a86e

Choose a tag to compare

What's Changed

  • [release/10.0.1xx] Update templates with new .NET MAUI Community Toolkit package version by @github-actions[bot] in #32430

Full Changelog: 10.0.0...10.0.1

10.0.10 SR1

11 Nov 18:58
40427aa

Choose a tag to compare

What's Changed

.NET MAUI 10.0.10 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 100 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

API

Android

Collectionview

Controls Dialogalert

Controls Modal

Docs

Drawing

Gestures

Infrastructure

Label

Layout

  • Fix appBarLayout so it extends correctly full screen by @PureWeen in #32060

  • [release/10.0.1xx-sr1] Fix SafeAreaEdges.SoftInput applying bottom padding when keyboard is hidden and inset consumption issue by @github-actions[bot] in #32448

    🔧 Fixes
Read more