February 12 2020 [v0.9.0]
Pre-release
Pre-release
February 12 2020 [v0.9.0]
Welcome to the February 12, 2020 release of Axe-Windows
New features
- Axe.Windows libraries are now .NET Standard 2.0 compatible. That means they will integrate successfully with applications built on versions of .NET Core and .NET Framework that support the .NET Standard 2.0 API.
- IScanner.Scan now takes an optional scan ID as a parameter. If provided, the scan ID will be used as the output file name, as well as a scan identifier anywhere such an identifier might be useful in the future.
- Created a .NET Core CLI to make it easy to trigger automated scans.
Bug fixes
- Fix Issue #239 -- [false positive] Update ProgressBarRangeValue allowed minimum and maximum values
- Fix Issue #240 -- [false positive] Rule NameIsReasonableLength should not apply to text elements
- Fix Issue #162 -- [Feature Request] Add rules to ensure that an element's clickable point and IsOffscreen property agree.
- Fix Issue #263 -- UIA HeadingLevel values are reported incorrectly
- Fix Issue #265 -- UIA StyleId property values are always reported as "Unknown"