WPF Application Framework (WAF) v4.2.0-rc1 Release Notes

Release Date: 2018-03-08 // about 6 years ago
    • 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.