Skip to content

Releases: SebastianBoldt/Jelly

2.3.0

03 Jun 11:16
Compare
Choose a tag to compare

Xcode 13 support
SPM support

2.2.2

19 Oct 20:34
Compare
Choose a tag to compare

iOS 13 support

2.2.1

05 Jul 14:17
Compare
Choose a tag to compare

decreased minimum deployment target to iOS10

2.1.0

05 Dec 20:38
Compare
Choose a tag to compare
  • new parallax option on slide presentations
  • interaction configuration can now be constrained by mode (.dismiss, .present)

2.0.0

12 Nov 19:57
Compare
Choose a tag to compare
  • 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

02 Oct 14:23
Compare
Choose a tag to compare
  • Swift 4.2 support

1.2.4

25 Feb 20:49
Compare
Choose a tag to compare
  • Swift 4 support
  • custom postion option is now available though horizontal and vertical alignment parameters
  • fixed dimming view alpha issue

1.2.3

25 Feb 20:49
Compare
Choose a tag to compare
  • Code cleanup
  • Removed visual format language based code and replaced it using layout anchors
  • Carthage support
  • iOS 8 support

1.2.2

25 Feb 20:49
Compare
Choose a tag to compare
  • Removed .none as backgroundStyle and replaced it with .dimmed and an associated value: .dimmed(alpha: CGFloat)
  • Code cleanup

1.2.1

25 Feb 20:50
Compare
Choose a tag to compare
  • Fixed issue with background tap dismissal options