New
v2.0.0
Breaking Changes
- Minimum iOS deployment version bumped to iOS 16 (https://github.com/nandorojo/galeria/pull/78)
Features
- New transition style: Replaced standard UIKit transition (
UIViewControllerAnimatedTransitioning) with a more fluid, interruptible transition (https://github.com/nandorojo/galeria/pull/78) - @gtokman - Page indicators: Added support for page indicators when the gallery contains multiple images (
hidePageIndicatorsprop) (https://github.com/nandorojo/galeria/pull/84) - @gtokman - Blur overlay: Added a blur overay that interpolates as the transitions progress completes ( prop) (https://github.com/nandorojo/galeria/pull/84) - @gtokman