Releases: SebastianBoldt/Jelly
Releases · SebastianBoldt/Jelly
2.3.0
2.2.2
iOS 13 support
2.2.1
decreased minimum deployment target to iOS10
2.1.0
- new parallax option on slide presentations
- interaction configuration can now be constrained by mode (.dismiss, .present)
2.0.0
- interactive transitions are now possible
- renamed FadeIn, ShiftIn, and SlideIn to Fade, Slide & Cover
- the animator is now capable of resizing and realigning already presented viewControllers
- presentations will be configured using new dedicated models for size, alignment etc.
- removed the Jelly Prefix from all classes
- extended example app with interactive examples like slide out menu etc.
- minimum deployment target is iOS 10 now, because of UIViewPropertyAnimator
- new Logo and overall design of Jelly related icons and ui
1.2.5
- Swift 4.2 support
1.2.4
- Swift 4 support
- custom postion option is now available though horizontal and vertical alignment parameters
- fixed dimming view alpha issue
1.2.3
- Code cleanup
- Removed visual format language based code and replaced it using layout anchors
- Carthage support
- iOS 8 support
1.2.2
- Removed .none as backgroundStyle and replaced it with .dimmed and an associated value: .dimmed(alpha: CGFloat)
- Code cleanup
1.2.1
- Fixed issue with background tap dismissal options