Skip to content

Commit

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

* Add iOS links.

* Edits.

---------

Co-authored-by: davidbritch <[email protected]>
Co-authored-by: David Britch <[email protected]>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent 9b43781 commit 44c9c19
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docs/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@
- name: Build targets
href: /dotnet/ios/building-apps/build-targets?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Build properties
href: /dotnet/ios/building-apps/build-properties ?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
href: /dotnet/ios/building-apps/build-properties?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Build items
href: /dotnet/ios/building-apps/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Code signing and provisioning
Expand Down
59 changes: 21 additions & 38 deletions docs/whats-new/dotnet-docs-maui-mod0.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,42 @@
---
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2024"
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 2024."
ms.custom: September-2024
ms.date: 10/01/2024
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for December 2024"
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for December 2024."
ms.custom: December-2024
ms.date: 01/01/2025
---

# .NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2024
# .NET Multi-platform App UI (.NET MAUI) docs: What's new for December 2024

Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 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 December 2024. This article lists some of the major changes to docs during this period.

## Android
## Apple platforms

### New articles
- App fundamentals
- [Images & icons](/dotnet/ios/app-fundamentals/images-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Alternate app icons](/dotnet/ios/app-fundamentals/images-icons/alternate-app-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- Build apps
- [Build targets](/dotnet/ios/building-apps/build-targets?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Build properties](/dotnet/ios/building-apps/build-properties?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Build items](/dotnet/ios/building-apps/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)

- [Bind Java libraries](/dotnet/android/binding-libs/binding-java-libs?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Bind a Java library](/dotnet/android/binding-libs/binding-java-libs/binding-java-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Bind a Java library from Maven](/dotnet/android/binding-libs/binding-java-libs/binding-java-maven-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Customize bindings](/dotnet/android/binding-libs/customizing-bindings?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Customize namespaces](/dotnet/android/binding-libs/customizing-bindings/namespace-customization?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Java bindings metadata](/dotnet/android/binding-libs/customizing-bindings/java-bindings-metadata?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Create enumerations](/dotnet/android/binding-libs/customizing-bindings/creating-enums?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- MSBuild reference
- [MSBuild bindings project properties](/dotnet/android/binding-libs/msbuild-reference/build-properties?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [MSBuild bindings project items](/dotnet/android/binding-libs/msbuild-reference/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- Advanced concepts
- [AndroidMavenLibrary reference](/dotnet/android/binding-libs/advanced-concepts/android-maven-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Java dependency verification](/dotnet/android/binding-libs/advanced-concepts/java-dependency-verification?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Resolve java dependencies](/dotnet/android/binding-libs/advanced-concepts/resolving-java-dependencies?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Distribute bindings libraries](/dotnet/android/binding-libs/advanced-concepts/distributing?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
- [Troubleshoot bindings](/dotnet/android/binding-libs/customizing-bindings/troubleshooting-bindings?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json)
## Samples

## Fundamentals
All [.NET 9 samples](https://github.com/dotnet/maui-samples/tree/main/9.0) have been updated to use [compiled bindings](~/fundamentals/data-binding/compiled-bindings.md).

### Updated articles

- [.NET MAUI windows](../fundamentals/windows.md)
- [Compiled bindings](../fundamentals/data-binding/compiled-bindings.md?view=net-maui-9&preserve-view=true)
- [Resource dictionaries](../fundamentals/resource-dictionaries.md)

## User interface
## Platform integration

### Updated articles

- [Host a Blazor web app in a .NET MAUI app using BlazorWebView](../user-interface/controls/blazorwebview.md?view=net-maui-9&preserve-view=true)
- [HybridWebView](../user-interface/controls/hybridwebview.md)
- [Customize UI appearance based on the platform and device idiom](../platform-integration/customize-ui-appearance.md)

## XAML
## iOS

### Updated articles

- [Create XAML markup extensions](../xaml/markup-extensions/create.md?view=net-maui-9&preserve-view=true)
- [Remote iOS Simulator for Windows](../ios/remote-simulator.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).

- [Fred-Hudson-CST](https://github.com/Fred-Hudson-CST) - Fred Hudson ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [venelinmandov](https://github.com/venelinmandov) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [Bootykit](https://github.com/Bootykit) - ![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: 12/01/2024
ms.date: 01/01/2025
ms.topic: landing-page
landingContent:
- title: Find .NET MAUI doc updates
linkLists:
- linkListType: whats-new
links:
- text: December 2024
url: dotnet-docs-maui-mod0.md
- 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
- 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: December 2024
href: dotnet-docs-maui-mod0.md
- 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

0 comments on commit 44c9c19

Please sign in to comment.