Releases: gh123man/SwiftUI-LazyPager
Releases · gh123man/SwiftUI-LazyPager
1.1.12
- Fixes a bug where background opacity would change when dragging up instead of only when dragging down to dismiss.
1.1.11
- 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.8
- Correctly handle
environment
and environmentObject
. Fixes #14
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()