diff --git a/docs/TOC.yml b/docs/TOC.yml index beae242aa..773498e42 100644 --- a/docs/TOC.yml +++ b/docs/TOC.yml @@ -553,6 +553,8 @@ href: /dotnet/android/binding-libs/advanced-concepts/resolving-java-dependencies?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: Distribute bindings libraries href: /dotnet/android/binding-libs/advanced-concepts/distributing?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json + - name: Native library interop + href: /dotnet/android/binding-libs/advanced-concepts/native-library-interop?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: Troubleshoot bindings href: /dotnet/android/binding-libs/customizing-bindings/troubleshooting-bindings?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: Build apps @@ -727,6 +729,10 @@ href: /dotnet/android/messages/xa0139?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: XA0140 href: /dotnet/android/messages/xa0140?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json + - name: XA141 + href: /dotnet/android/messages/xa0141?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json + - name: XA142 + href: /dotnet/android/messages/xa0142?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: "XA1xxx: Project related" items: - name: Overview @@ -779,6 +785,8 @@ href: /dotnet/android/messages/xa1036?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: XA1037 href: /dotnet/android/messages/xa1037?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json + - name: XA1038 + href: /dotnet/android/messages/xa1038?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: "XA2xxx: Linker" items: - name: Overview @@ -861,6 +869,8 @@ href: /dotnet/android/messages/xa4313?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: XA4314 href: /dotnet/android/messages/xa4314?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json + - name: XA4315 + href: /dotnet/android/messages/xa4315?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json - name: "XA5xxx: GCC and toolchain" items: - name: Overview diff --git a/docs/whats-new/dotnet-docs-maui-mod1.md b/docs/whats-new/dotnet-docs-maui-mod1.md index e59748d80..0802a30cb 100644 --- a/docs/whats-new/dotnet-docs-maui-mod1.md +++ b/docs/whats-new/dotnet-docs-maui-mod1.md @@ -1,41 +1,103 @@ --- -title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for July 2024" -description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for July 2024." -ms.custom: July-2024 -ms.date: 08/01/2024 +title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for October 2024" +description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for October 2024." +ms.custom: October-2024 +ms.date: 11/01/2024 --- -# .NET Multi-platform App UI (.NET MAUI) docs: What's new for July 2024 +# .NET Multi-platform App UI (.NET MAUI) docs: What's new for October 2024 -Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for July 2024. This article lists some of the major changes to docs during this period. +Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for October 2024. This article lists some of the major changes to docs during this period. + +## Android + +### New articles + +- [Native library interop](/dotnet/android/binding-libs/advanced-concepts/native-library-interop?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) +- Message reference + - [XA141](/dotnet/android/messages/xa0141?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) + - [XA142](/dotnet/android/messages/xa0142?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) + - [XA1038](/dotnet/android/messages/xa1038?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) + - [XA4315](/dotnet/android/messages/xa4315?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) + +### Updated articles + +- [Build process](/dotnet/android/building-apps/build-process?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) +- [Build items](/dotnet/android/building-apps/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) + +## Home + +### Updated articles + +- [Supported platforms for .NET MAUI apps](../supported-platforms.md) ## Data & cloud services +### Updated articles + +- [Connect to local web services from Android emulators and iOS simulators](../data-cloud/local-web-services.md) + +## Deployment + ### New articles -- [Tutorial: Send push notifications to .NET MAUI apps using Azure Notification Hubs via a backend service](../data-cloud/push-notifications.md) +- [Native AOT deployment on iOS and Mac Catalyst](../deployment/nativeaot.md) +- [Trim a .NET MAUI app](../deployment/trimming.md) + +## Fundamentals + +### Updated articles + +- [.NET MAUI Shell navigation](../fundamentals/shell/navigation.md) +- [Binding fallbacks](../fundamentals/data-binding/binding-fallbacks.md) +- [Compiled bindings](../fundamentals/data-binding/compiled-bindings.md) ## Migration from Xamarin.Forms -### New articles +### Updated articles + +- [Migrate a Xamarin.Forms custom renderer to a .NET MAUI handler](../migration/renderer-to-handler.md) +- [Xamarin.Android project migration](../migration/android-projects.md) + +## Platform integration + +### Updated articles -- [Migrate Azure Notification Hub code from Xamarin.Forms to .NET MAUI](../migration/push-notifications.md) +- [Native embedding](../platform-integration/native-embedding.md) -## iOS and Mac Catalyst +## iOS ### New articles -- [System special folders on Mac Catalyst](../macios/system-special-folders.md) +- [Home indicator visibility on iOS](../ios/platform-specifics/page-home-indicator.md) +- [Page status bar visibility on iOS](../ios/platform-specifics/page-status-bar-visibility.md) ## User interface +### New articles + +- [TitleBar](../user-interface/controls/titlebar.md) + +### Updated articles + +- [Button](../user-interface/controls/button.md) +- [ContentPage](../user-interface/pages/contentpage.md) +- [Create a custom control using handlers](../user-interface/handlers/create.md) +- [Handlers](../user-interface/handlers/index.md) +- [Host a Blazor web app in a .NET MAUI app using BlazorWebView](../user-interface/controls/blazorwebview.md) +- [ListView](../user-interface/controls/listview.md) +- [Visual states](../user-interface/visual-states.md) + +## XAML + ### Updated articles -- [CheckBox](../user-interface/controls/checkbox.md) +- [Load XAML at runtime](../xaml/runtime-load.md) ## Community contributors The following people contributed to the .NET Multi-platform App UI (.NET MAUI) docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). -- [af-lozano](https://github.com/af-lozano) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [MartyIX](https://github.com/MartyIX) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) +- [thimanshu1993](https://github.com/thimanshu1993) - Himanshu Tyagi ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green) +- [akost](https://github.com/akost) - Andrei K ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) +- [stephenquan](https://github.com/stephenquan) - Stephen Quan ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) diff --git a/docs/whats-new/index.yml b/docs/whats-new/index.yml index cd29236ca..77124977a 100644 --- a/docs/whats-new/index.yml +++ b/docs/whats-new/index.yml @@ -5,19 +5,19 @@ summary: Welcome to what's new in .NET MAUI docs. Use this page to quickly find metadata: title: .NET MAUI documentation what's new? description: Learn about new and updated content in .NET MAUI docs. - ms.date: 10/01/2024 + ms.date: 11/01/2024 ms.topic: landing-page landingContent: - title: Find .NET MAUI doc updates linkLists: - linkListType: whats-new links: + - text: October 2024 + url: dotnet-docs-maui-mod1.md - text: September 2024 url: dotnet-docs-maui-mod0.md - text: August 2024 url: dotnet-docs-maui-mod2.md - - text: July 2024 - url: dotnet-docs-maui-mod1.md - title: Get involved - contribute linkLists: - linkListType: overview diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index 2379e4c2e..e8601f573 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -13,9 +13,9 @@ items: - name: Docs updates expanded: true items: + - name: October 2024 + href: dotnet-docs-maui-mod1.md - name: September 2024 href: dotnet-docs-maui-mod0.md - name: August 2024 href: dotnet-docs-maui-mod2.md - - name: July 2024 - href: dotnet-docs-maui-mod1.md