0.5.0
- Disables rendering large images in monochrome on iOS 13 to work around a system-level bug (see #73).
- Fixes a rendering issue with very large views.
- Fixes an exception that occurs when snapshotting a view that is inside a view controller.
- Fixes an issue with rendering snapshots using Inverted Colors.
- Resolves a warning for strict prototypes (
-Wstrict-prototypes
) in the accessibility status utility. - Adds support for passing directory name suffixes in the iOSSnapshotTestCase-powered method.
- Removes
XCTest
as a dependency of the Core subspec. - Adds German localization.
- Bumps the minimum required Xcode version to 12.0.
Thanks to @fbernutz, @fruitcoder, @aldevet, and @ra1028 for contributing to this release!