All Versions
15
Latest Version
Avg Release Cycle
72 days
Latest Release
1712 days ago

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