All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
1443 days ago

Changelog History
Page 3

  • v4.3.0-alpha1 Changes

    August 08, 2018
    • WAF: Add StringHelper.Contains method with StringComparison argument.
    • WAF: Add TaskHelper class.
    • ๐Ÿ”€ WAF: Add CollectionHelper.Merge method.
    • WAF: Add the ObservableListView, ObservableListViewCore and ObservableListViewBase class.
    • ๐Ÿ‘ WAF: Add the DataGridHelper class with sort support.
    • InfoMan: Replace CollectionView with the new ObservableListView.
    • InfoMan: Replace Settings with SettingsProvider service.
    • BookLibrary: Replace CollectionView with the new ObservableListView.
    • Samples: Simplify code.
    • Samples: Fix blurring error template rectangle.
  • v4.2.0 Changes

    March 16, 2018

    Notes

    • ๐Ÿš€ This release contains the source code of the Win Application Framework (WAF) and the sample applications. Please build the whole solution before you start one of the sample applications.
    • ๐Ÿš€ The System.Waf.Uwp project / assembly is still in a pre-release state. It is likely that this API will change in future.

    Requirements

    • โœ… System.Waf.Core and System.Waf.UnitTesting.Core: Portable Class Library Profile7 (portable-net45+win8); Compatible with .NET Standard 2.0
    • โœ… System.Waf.Wpf and System.Waf.UnitTesting.Wpf: .NET Framework 4.6.1
    • System.Waf Solution: Visual Studio 2015
    • NewsReader Solution: Visual Studio 2017

    ๐Ÿ”„ Changelog

    • โšก๏ธ WAF: Update version number.
  • v4.2.0-rc1 Changes

    March 08, 2018
    • WAF: Change ValidatableModel to match the INotifyDataErrorInfo.GetErrors description. [Breaking change]
    • ๐ŸŽ WAF: ThrottledAction: Improve performance of InvokeAccumulated.
    • ๐Ÿšš WAF: Remove the FileType.FileExtension limitation that it has to start with a '.' point character.
    • WAF: Change FileType to expose FileExtensions collection instead of FileExtension with the concatenated string. [Breaking change]
    • WAF: Add NullToVisibilityConverter class.
    • WAF: Add ResourceHelper class.
    • ๐Ÿ‘ Samples: Improve WPF design time support.
    • InfoMan: Improve validation logic (Replace custom ValidationModel class with ValidatableModel).
    • ๐Ÿ’… BookLibrary: Improve validation error style.