Skip to content

Releases: zvonicek/ImageSlideshow

1.5.1

04 Feb 18:27
Compare
Choose a tag to compare

Fixed division by zero error

1.5.0

21 Jan 17:56
Compare
Choose a tag to compare

New Features

  • Implement image load cancelling to optimize memory usage
  • Improve Kingfisher InputSource to take Options parameters
  • Update page control selected page during scrolling (#204)
  • Add possibility to change maximum zoom scale (#221)

Fixes

  • SDWebImage dependency improvements (#205)
  • Fix possible division by zero crash (#187)
  • Adjust close button frame to respect SafeAreaInsets (#209)
  • Fix missing placeholder on AFURLSource (#218)
  • Fix incorrect currentPageChanged calls (#222)

1.4.1

21 Jan 16:27
Compare
Choose a tag to compare
Release 1.4.1.

1.4.0

21 Jan 16:27
Compare
Choose a tag to compare
Release 1.4.0

1.3.2

30 May 21:56
Compare
Choose a tag to compare
Release 1.3.2.

1.3.1

20 May 18:38
Compare
Choose a tag to compare
Release 1.3.1.

1.3.0

08 May 14:38
Compare
Choose a tag to compare

New Features

  • Possibility to show activity indicator during async loading
  • Hide UIPageControl when sllideshow has single item
  • UIScrollViewDelegate methods are now open instead of public

Fixes

  • Fix zoom transition for when a slideshow has just a single item
  • Fix issue on zoomEnabled change

1.2.0

19 Mar 23:35
Compare
Choose a tag to compare

New Features

  • Improved placeholder handling on all remote input sources
  • Deprecated pauseTimerIfNeeded and unpauseTimerIfNeeded in favour of pauseTimer and unpauseTimer

Fixes

  • Fix memory leak caused by incorrect timer invalidation
  • Partially fix an UI glitch happening when "in-call" status bar is on

1.1.0

19 Feb 17:50
Compare
Choose a tag to compare

New Features

  • Add willBeginDragging and didEndDecelerating callback closures (@El-Fitz)
  • Add Parse input source (@jaimeagudo)

Fixes

  • Fix image preload issue when scrolling between edges (#115)
  • Fix issue caused by disabling circular after setting input sources (#104)
  • Improve example project
  • Style fixes (@dogo)

1.0.0

11 Dec 13:07
Compare
Choose a tag to compare

Version 1.0 aims to improve stability and brings couple of new features. Also contains few backward complatibility breaking changes.

New Features

  • New input source for Kingfisher (@feiin)
  • Add currentPageChanged closure to notify about page change (#54)
  • Add possibility to lazy load and release images (#42)
  • Easier way to present FullScreenSlideshowViewController (#72)
  • Documentation improvements

Fixes

  • Fix the case when containing VC automatically adjusts scrollview insets (#71)
  • Fix crash during transition when no images set (#74)
  • Rounding error fix for page calculation (#90, @mjrehder)
  • Fix for black image when using fullscreen zoom (#92, @mjrehder)
  • Change page on UIPageControl page change (#80)
  • iOS 10 interactive transition interruption fix (5d5f22f)
  • Memory fixes

API changes

  • currentItemIndex was renamed to currentPage
  • set function from InputSource protocol was renamed to load and have a new closure parameter called on image load