Skip to content

Releases: teufelaudio/UIExtensions

Dummy Release

10 Apr 14:51
2d16f0d
Compare
Choose a tag to compare
Added bottom padding to PageControlDotsView (#70)

Co-authored-by: Giulia Ariu <>

v1.2.0: Added bottom padding to PageControlDotsView (#70)

10 Apr 11:22
2d16f0d
Compare
Choose a tag to compare

v1.1.1

29 Jan 10:36
453700e
Compare
Choose a tag to compare
  • Update dependencies,
  • Fix macOS build

v1.1.0

25 Aug 10:46
b62dd45
Compare
Choose a tag to compare
  • Adds shake gesture view modifier

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.