Releases: egvijayanand/dotnet-maui-toolkit
Releases · egvijayanand/dotnet-maui-toolkit
Updated preview release of VijayAnand.Toolkit.Markup NuGet package
What's Changed
- Additional utility methods for commonly used types by @egvijayanand in #44
Full Changelog: mauitoolkit-1.0.2-pre3...sharedtoolkit-1.0.1-pre2
- VijayAnand.Toolkit.Markup - 1.0.1-pre2
vNext release of VijayAnand.MauiToolkit.* NuGet packages
- The
DisplayActionSheetAsync()
method inIDialogService
interface now takesmessage
anddefaultButton
(both of typestring
) as additional parameters.
- VijayAnand.MauiToolkit.Core - v1.0.2-pre3
- VijayAnand.MauiToolkit - v1.0.2-pre3
vNext release of VijayAnand.Toolkit.Markup NuGet package
- Added a new helper method named
GetXamlResource<T>
(in theResourceHelper
class) to obtain an instance for XAML only type definition- Configured with
<?xaml-comp compile="true" ?>
and No code-behind file with C# type definition (hence nox:Class
attribute)
- Configured with
- Reorganization of helper methods from the Utility class.
Helper Method | Moved to a New type |
---|---|
AppResource | ResourceHelper |
AppResource | ResourceHelper |
AddSwipeItem | SwipeViewHelper |
CreateSwipeItems | SwipeViewHelper |
CreateVisualStateGroupList | VisualStateHelper |
vNext release of VijayAnand.MauiToolkit.* NuGet packages
Fix on top of an earlier preview release.
- VijayAnand.MauiToolkit.Core - v1.0.2-pre2
- VijayAnand.MauiToolkit - v1.0.2-pre2
vNext release of VijayAnand.MauiToolkit.* NuGet packages
- Added a new Markup Method, named
AddSubMenuGroup
, to define a sub-menu group within a menu group to manage the multi-level menu.
- VijayAnand.MauiToolkit.Core - v1.0.2-pre1
- VijayAnand.MauiToolkit - v1.0.2-pre1
Stable release of VijayAnand.Toolkit.Markup
The stable release of VijayAnand.Toolkit.Markup to support .NET MAUI GA/SR1 version and Xamarin.Forms SR8 (5.0.0.2291) or a later version.
- VijayAnand.Toolkit.Markup - v1.0.0
Updated release of VijayAnand.MauiToolkit.* NuGet packages
Updated release of .NET MAUI Blazor Toolkit
This updated stable version of the Blazor NuGet package is built on top of the .NET MAUI SR1 (Service Release 1) version package dependency.
- VijayAnand.MauiBlazor.Markup - v1.0.1
vNext release of VijayAnand.MauiToolkit.* NuGet packages
- Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value)
- Now the GoBackAsync method also takes parameters
- VijayAnand.MauiToolkit.Core - v1.0.1-pre1
- VijayAnand.MauiToolkit - v1.0.1-pre1