Skip to content

Releases: teufelaudio/UIExtensions

v1.0.0

01 Aug 08:37
7746162
Compare
Choose a tag to compare
  • Drop swiftui-navigation dependency.

v0.7.4

25 Jul 08:57
80ad089
Compare
Choose a tag to compare
  • 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

24 Jul 15:37
1bdec3c
Compare
Choose a tag to compare

Implements trigger to render before assertion to help rendering async stuff on wait strategy

v0.7.2

24 Jul 11:38
8488c1c
Compare
Choose a tag to compare

Fixes file naming during snapshot creation applying the name and line of the caller

v0.7.1

24 Jul 09:38
04a6c81
Compare
Choose a tag to compare

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

15 May 09:45
b3eb108
Compare
Choose a tag to compare

Add .snapshotTestBorder() to visualize the frame when snapshotting components.

v0.6.2

04 May 10:35
407b092
Compare
Choose a tag to compare
  • Add macOS support back.

v0.6.1

03 May 18:43
3fe3cb0
Compare
Choose a tag to compare
  • Fix A11y view modifier type.

v0.6.0

03 May 17:45
03a5cde
Compare
Choose a tag to compare
  • add A11y view extension.

v0.5.0

19 Apr 14:10
ab87bcc
Compare
Choose a tag to compare
  • 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 and BindingProvider API.