diff --git a/docs/whats-new/dotnet-docs-maui-mod2.md b/docs/whats-new/dotnet-docs-maui-mod2.md index f429a8eec..1b7ec68fe 100644 --- a/docs/whats-new/dotnet-docs-maui-mod2.md +++ b/docs/whats-new/dotnet-docs-maui-mod2.md @@ -1,53 +1,83 @@ --- -title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for August 2024" -description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for August 2024." -ms.custom: August-2024 -ms.date: 09/01/2024 +title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for November 2024" +description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for November 2024." +ms.custom: November-2024 +ms.date: 12/01/2024 --- -# .NET Multi-platform App UI (.NET MAUI) docs: What's new for August 2024 +# .NET Multi-platform App UI (.NET MAUI) docs: What's new for November 2024 -Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for August 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 November 2024. This article lists some of the major changes to docs during this period. + +## Get started + +### Updated articles + +- [Build your first app](../get-started/first-app.md) +- [Installation](../get-started/installation.md) + +## Data & cloud services + +### Updated articles + +- [Tutorial: Send push notifications to .NET MAUI apps using Azure Notification Hubs via a backend service](../data-cloud/push-notifications.md) + +## Deployment + +### Updated articles + +- [Native AOT deployment on iOS and Mac Catalyst](../deployment/nativeaot.md) ## Fundamentals ### Updated articles +- [.NET MAUI Shell search](../fundamentals/shell/search.md) - [.NET MAUI windows](../fundamentals/windows.md) - [App lifecycle](../fundamentals/app-lifecycle.md) +- [Compiled bindings](../fundamentals/data-binding/compiled-bindings.md) +- [Control templates](../fundamentals/controltemplate.md) +- [Dependency injection](../fundamentals/dependency-injection.md) +- [Localization](../fundamentals/localization.md) +- [Recognize a drag and drop gesture](../fundamentals/gestures/drag-and-drop.md) +- [Target multiple platforms from .NET MAUI single project](../fundamentals/single-project.md) -## Android +## iOS -### New articles +### Updated articles -- [Android asset packs](../android/asset-packs.md) +- [Apple account management](../ios/apple-account-management.md) +- [Manual provisioning for iOS apps](../ios/device-provisioning/manual-provisioning.md) ## iOS and Mac Catalyst -### New articles +### Updated articles -- [Xcode sync (xcsync)](../macios/xcsync.md) +- [Syncing with Xcode](../macios/xcsync.md) -## User interface +## Windows -### New articles +### Updated articles -- [HybridWebView](../user-interface/controls/hybridwebview.md) +- [Deploy and debug your .NET MAUI app on Windows](../windows/setup.md) + +## User interface ### Updated articles -- [Configure CollectionView item selection](../user-interface/controls/collectionview/selection.md) -- [Controls](../user-interface/controls/index.md) -- [TimePicker](../user-interface/controls/timepicker.md) -- [WebView](../user-interface/controls/webview.md) +- [HybridWebView](../user-interface/controls/hybridwebview.md) +- [Linear gradient brushes](../user-interface/brushes/lineargradient.md) +- [NavigationPage](../user-interface/pages/navigationpage.md) +- [Populate a CarouselView with data](../user-interface/controls/carouselview/populate-data.md) +- [Radial gradient brushes](../user-interface/brushes/radialgradient.md) +- [Solid color brushes](../user-interface/brushes/solidcolor.md) +- [Specify CarouselView layout](../user-interface/controls/carouselview/layout.md) +- [StackLayout](../user-interface/layouts/stacklayout.md) +- [VerticalStackLayout](../user-interface/layouts/verticalstacklayout.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). - [breyed](https://github.com/breyed) - Edward Brey ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [kubaflo](https://github.com/kubaflo) - Jakub Florkowski ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [osniel](https://github.com/osniel) - Osniel Gonzalez ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [SEGMK](https://github.com/SEGMK) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [x-limitless-x](https://github.com/x-limitless-x) - Blake Drumm ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) -- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) +- [thimanshu1993](https://github.com/thimanshu1993) - Himanshu Tyagi ![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 77124977a..f86127e76 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: 11/01/2024 + ms.date: 12/01/2024 ms.topic: landing-page landingContent: - title: Find .NET MAUI doc updates linkLists: - linkListType: whats-new links: + - text: November 2024 + url: dotnet-docs-maui-mod2.md - 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 - title: Get involved - contribute linkLists: - linkListType: overview diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index e8601f573..8e8fda382 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: November 2024 + href: dotnet-docs-maui-mod2.md - 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