Skip to content

Releases: RicoSuter/MyToolkit

MyToolkit for .NET v2.5.12

06 Apr 19:36
Compare
Choose a tag to compare

MyToolkit for .NET v2.5.10

19 Jan 23:33
Compare
Choose a tag to compare
  • Fixed YT class
  • Improved ScrollableHtmlView/HtmlView

MyToolkit for .NET v2.5.8

29 Nov 16:01
Compare
Choose a tag to compare
  • Improved HtmlView
  • Improved DataGrid

MyToolkit for .NET v2.5.6

18 Nov 10:23
Compare
Choose a tag to compare

MyToolkit for .NET v2.5.5

16 Nov 19:54
Compare
Choose a tag to compare

Some minor fixes and additions.

MyToolkit for .NET v2.5.3

08 Nov 22:48
Compare
Choose a tag to compare

Some minor bug fixes

MyToolkit for .NET v2.5.0

07 Nov 13:03
Compare
Choose a tag to compare

Changes in v2.5.0:

  • Replaced linked files with shared project
  • Improved Hamburger control
  • Improved paging (MtFrame, MtPage, etc.)
  • Various other improvements and additions

Some classes may be missing because the project has been migrated to use a shared project. Please open an issue if something is not working as expected.

MyToolkit for .NET v2.4.2

06 Sep 12:43
Compare
Choose a tag to compare

Changes in v2.4.2:

  • Small fix in the DataGrid control
  • Improved FilterListBox

MyToolkit for .NET v2.4.1

24 Aug 18:43
Compare
Choose a tag to compare

We recommend to use the NuGet packages instead of the ZIP archive.

Changes in v2.4.1:

  • Paging improvements:
    • Added Navigating event (MtFrame)
    • Added SessionStateRestored event (MtSuspensionManager)
    • Fixed IsNavigating property (MtFrame)
    • Some performance improvements when saving page state
  • Better exception in YouTube class when video could not be found
  • Added Hamburger control for UWP (https://github.com/MyToolkit/MyToolkit/wiki/Hamburger)
  • Improved DataGrid
    • Better styling for UWP/WinRT
    • Some fixes
    • Added RowBackgroundEvenBrush and RowBackgroundOddBrush
  • Various improvements of existing features
    • ObservableCollectionView: Improved filter and order change detection

MyToolkit for .NET v2.4.0

31 Jul 16:16
Compare
Choose a tag to compare

We recommend to use the NuGet packages instead of the ZIP archive.

Changes in v2.4.0:

  • Added support for UWP (Universal Windows Platform, Windows 10)
  • Improved MtPage and MtFrame
  • Added ItemsWrapGridExtensions (UWP)
  • Fixed bug in ViewModelHelper
  • Improved HtmlView and ScrollableHtmlView
  • Fixed bug in YouTube class
  • Added FilterListBox for WPF
  • Other additions and fixes