All Versions
15
Latest Version
Avg Release Cycle
72 days
Latest Release
1500 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.2
August 18, 2019 -
v2.2.1 Changes
July 05, 2019โฌ decreased minimum deployment target to iOS10
-
v2.2.0 Changes
April 13, 2019- Swift 5.0 adaptions
-
v2.1.1 Changes
January 12, 2019- ๐ flashing blur effect bugfix
-
v2.1.0 Changes
December 05, 2018- ๐ new parallax option on slide presentations
- ๐ง interaction configuration can now be constrained by mode (.dismiss, .present)
-
v2.0.0 Changes
November 12, 2018- 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
-
v1.2.5 Changes
October 02, 2018- ๐ Swift 4.2 support
-
v1.2.4 Changes
February 25, 2018- ๐ Swift 4 support
- custom postion option is now available though horizontal and vertical alignment parameters
- ๐ fixed dimming view alpha issue
-
v1.2.3 Changes
February 25, 2018- Code cleanup
- โ Removed visual format language based code and replaced it using layout anchors
- ๐ Carthage support
- ๐ iOS 8 support
-
v1.2.2 Changes
February 25, 2018- โ Removed .none as backgroundStyle and replaced it with .dimmed and an associated value: .dimmed(alpha: CGFloat)
- Code cleanup