Skip to content

Releases: egvijayanand/dotnet-maui-toolkit

Updated preview release of VijayAnand.Toolkit.Markup NuGet package

28 Nov 20:32
71e51e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: mauitoolkit-1.0.2-pre3...sharedtoolkit-1.0.1-pre2

vNext release of VijayAnand.MauiToolkit.* NuGet packages

04 Aug 18:38
498c329
Compare
Choose a tag to compare
  • The DisplayActionSheetAsync() method in IDialogService interface now takes message and defaultButton (both of type string) as additional parameters.

vNext release of VijayAnand.Toolkit.Markup NuGet package

15 Jul 21:30
506be35
Compare
Choose a tag to compare
  • Added a new helper method named GetXamlResource<T> (in the ResourceHelper 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 no x:Class attribute)
  • 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

15 Jul 15:18
0cffe62
Compare
Choose a tag to compare

Fix on top of an earlier preview release.

vNext release of VijayAnand.MauiToolkit.* NuGet packages

04 Jul 23:01
d291cea
Compare
Choose a tag to compare
  • 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

28 Jun 00:05
5bcf83c
Compare
Choose a tag to compare

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

18 Jun 22:02
6d438e0
Compare
Choose a tag to compare
  1. Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value)
  2. Now the GoBackAsync method also takes parameters
  • VijayAnand.MauiToolkit.Core - v1.0.1
  • VijayAnand.MauiToolkit - v1.0.1

Updated release of .NET MAUI Blazor Toolkit

15 Jun 00:15
daf3a95
Compare
Choose a tag to compare

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

09 Jun 13:08
a19db91
Compare
Choose a tag to compare
  1. Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value)
  2. Now the GoBackAsync method also takes parameters

Stable release of VijayAnand.MauiToolkit.* NuGet packages

23 May 22:26
6f6213f
Compare
Choose a tag to compare

This stable version of the NuGet package is built on top of the .NET MAUI GA release.

  • VijayAnand.MauiToolkit.Core - v1.0.0
  • VijayAnand.MauiToolkit - v1.0.0