Skip to content

Releases: gh123man/SwiftUI-LazyPager

1.1.12

14 Jul 14:15
Compare
Choose a tag to compare
  • Fixes a bug where background opacity would change when dragging up instead of only when dragging down to dismiss.

1.1.11

11 Jul 02:45
Compare
Choose a tag to compare
  • zooming is now perfectly smooth. There is no more jitter when zooming. Fixed #20
  • Fixed several small issues with content insets (notably on iPad and landscape mode

1.1.10

08 May 03:04
Compare
Choose a tag to compare
  • Added onDrag handler

1.1.9

30 Apr 21:14
Compare
Choose a tag to compare
  • Fix environment handling

1.1.8

26 Apr 19:45
Compare
Choose a tag to compare
  • Correctly handle environment and environmentObject. Fixes #14

1.1.7

21 Dec 18:21
Compare
Choose a tag to compare

1.1.7

Adds .onDoubleTap handler. Thanks @fl034!

1.1.6

18 Dec 13:46
d64d8e8
Compare
Choose a tag to compare
  • Fixes a bug where the page can get reset if not binding to a page.
  • Adds .onZoom callback to get the current zoom level
  • Adds .absoluteContentPosition to get the current content position while paging
  • Adds .zommable with support for per-element zoom settings.

1.1.5

27 Nov 00:08
Compare
Choose a tag to compare
  • Fix landscape mode

1.1.4

26 Nov 23:22
Compare
Choose a tag to compare
Revert inset fix

1.1.3

26 Nov 03:23
Compare
Choose a tag to compare
  • Added support to animate page changes
  • Fix bug on iOS 18 when view in landscape and using .ignoresSafeArea()