Releases: gh123man/SwiftUI-LazyPager
Releases · gh123man/SwiftUI-LazyPager
1.1.7
1.1.7
Adds .onDoubleTap
handler. Thanks @fl034!
1.1.6
- 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.3
- Added support to animate page changes
- Fix bug on iOS 18 when view in landscape and using
.ignoresSafeArea()
1.1.2
- Added
overscroll
callback to notify when trying to swipe past the first or last element
1.1.1
- Fix possible index out of range crash
1.1.0
- 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
- Index no longer required
- Ensure dataset updates are correctly reflected (append, delete, insert, etc)
1.0.4
- Fix a bug where state updates were not propagated to subviews.