Skip to content

Releases: gh123man/SwiftUI-LazyPager

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()

1.1.2

26 Nov 01:48
Compare
Choose a tag to compare
  • Added overscroll callback to notify when trying to swipe past the first or last element

1.1.1

16 Oct 21:35
Compare
Choose a tag to compare
  • Fix possible index out of range crash

1.1.0

07 Aug 02:48
Compare
Choose a tag to compare
  • Added vertical paging with the direction: .vertical setting.
  • improved page handling which swiping between pages. it is more accurate and performant now.
  • improved out of bounds view re-computation.
  • Fixed the demo app.

1.0.6

31 Jan 17:53
Compare
Choose a tag to compare
  • Index no longer required
  • Ensure dataset updates are correctly reflected (append, delete, insert, etc)

1.0.4

06 Oct 21:56
Compare
Choose a tag to compare
  • Fix a bug where state updates were not propagated to subviews.