Releases: teufelaudio/UIExtensions
Releases · teufelaudio/UIExtensions
v1.0.0
- Drop
swiftui-navigation
dependency.
v0.7.4
-
Removes flag to record as it it was used for testing purposes
-
Refactors SnapshotTestBase api to have an interceptor before asserting the snapshot and only triggering a render update for the wait strategy
v0.7.3
Implements trigger to render before assertion to help rendering async stuff on wait strategy
v0.7.2
Fixes file naming during snapshot creation applying the name and line of the caller
v0.7.1
Implements a wait timeInterval
- Implements a wait timeInterval which gets passed through to make use of the wait strategy when e.g. recording snapshots of views after an animation ran through or after an async image loaded
- Introduces overload of assertSnapshotDevices for different snapshotting strategies
v0.7.0
Add .snapshotTestBorder()
to visualize the frame when snapshotting components.
v0.6.2
- Add macOS support back.
v0.6.1
- Fix A11y view modifier type.
v0.6.0
- add A11y view extension.
v0.5.0
PreviewHelper
- Default devices updated according to iOS 15+.
- It is also possible to initialize with custom devices.
BindingProvider
- It is now easy to use binding states in previews.
PreviewProvider
- Extended for
PreviewHelper
andBindingProvider
API.
- Extended for