All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
1443 days ago
Changelog History
Page 3
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, 2018Notes
- ๐ 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
andSystem.Waf.UnitTesting.Core
: Portable Class Library Profile7 (portable-net45+win8); Compatible with .NET Standard 2.0 - โ
System.Waf.Wpf
andSystem.Waf.UnitTesting.Wpf
: .NET Framework 4.6.1 System.Waf
Solution: Visual Studio 2015NewsReader
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.