Skip to content

Commit

Permalink
What's new article (#2595)
Browse files Browse the repository at this point in the history
* Bot 🤖 generated "What's new article"

* Edits.

* Add .NET for Android content.

* Fix link.

---------

Co-authored-by: davidbritch <8092460+davidbritch@users.noreply.github.com>
Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 57e4c88 commit 408aa45
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 19 deletions.
10 changes: 10 additions & 0 deletions docs/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
90 changes: 76 additions & 14 deletions docs/whats-new/dotnet-docs-maui-mod1.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 3 additions & 3 deletions docs/whats-new/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/whats-new/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 408aa45

Please sign in to comment.