Skip to content

Releases: touchlane/SlideController

1.5.1

12 Feb 12:15
Compare
Choose a tag to compare

Changelog for SlideController 1.5.1

Changed

  • Updates for Swift 5.0

1.5.0

12 Nov 11:48
Compare
Choose a tag to compare

Fixed

  • Improved performance by replacing autolayout with frame-based layout
  • Fixed title view jumping while scrolling content

1.4.0

19 Sep 13:16
Compare
Choose a tag to compare

Added

  • Updates for Swift 4.2

1.3.5

19 Sep 13:10
Compare
Choose a tag to compare

Fixed

  • Reset of isScrollEnabled property

1.3.4

01 Aug 16:18
Compare
Choose a tag to compare

Fixed

  • Sliding indicator animation when title jumps not animated.

1.3.3

01 Aug 12:16
Compare
Choose a tag to compare

Added

  • shouldAnimateIndicatorOnSelection(index: Int) -> Bool in TitleConfigurable allows to manage animation of sliding indicator

1.3.2

28 Feb 13:39
Compare
Choose a tag to compare

Fixed

  • Do not allow multiple shift calls at the same time to prevent titleView freeze.

1.3.1

22 Feb 17:46
Compare
Choose a tag to compare

Changelog for SlideController 1.3.1

Example changes

  • insertAction now inserts a page before currently selected page for both vertical and horizontal samples.
  • removeAction now deletes current page for vertical sample as well as for horizontal.

1.3.0

21 Feb 16:06
Compare
Choose a tag to compare

Changelog for SlideController 1.3.0

Added

  • New example look 🎉 .

Breaking Change

  • isCircular renamed to isCarousel.

Fixed

  • Select title item after insert(object: SlideLifeCycleObjectProvidable, index: Int).

1.2.2

13 Feb 16:02
Compare
Choose a tag to compare

Changelog for SlideController 1.2.2

Fixed

  • isScrollEnabled exposed to public api as intended.
  • currentIndex calculation for not layouted views.