Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Keflon committed Oct 21, 2023
2 parents 4bac3ec + ca9a2d2 commit 3ddec40
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Updates
Added 2 new controls as temporary workarounds for MAUI bugs that affect the WinUI platform.
`AdaptedTabbedPage` fixes a crash when using `ItemsSource` and `ItemsTemplate` on a `TabbedPage`.
`AdaptedFlyoutPage` allows a `FlyoutPage` to set `IsPresented` to `false` when a `Popver` flyout is dismissed.
[Details](#workarounds)
# Latest
### .NET 8 support. Nuget [here](https://www.nuget.org/packages/FunctionZero.Maui.Controls)
Use package [8.0.0-pre1](https://www.nuget.org/packages/FunctionZero.Maui.Controls/8.0.0-pre1) if you are building against .NET 8.
Use package [2.3.4-pre2](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.3.4-pre2) if you are building against .NET 7.
Use package [2.0.0](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.0.0) if you are building against .NET 6.
# Workarounds
If you're having trouble with the MAUI `TabbedPage` or `FlyoutPage` see [below](#workarounds)

# Controls
[NuGet package](https://www.nuget.org/packages/FunctionZero.Maui.Controls)

Use package [8.0.0-pre1](https://www.nuget.org/packages/FunctionZero.Maui.Controls/8.0.0-pre1) if you are building against .NET 8 and a bit brave.
Use package [2.3.4-pre2](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.3.4-pre2) if you are building against .NET 7.
Use package [2.0.0](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.0.0) if you are building against .NET 6.

1. [ListViewZero](#listviewzero)
1. [TreeViewZero](#treeviewzero)
1. [MaskViewZero](#maskviewzero)
Expand Down

0 comments on commit 3ddec40

Please sign in to comment.