All Versions
10
Latest Version
Avg Release Cycle
67 days
Latest Release
1653 days ago

Changelog History

  • v1.5.1 Changes

    October 09, 2019

    ๐Ÿ”„ Changelog for SlideController 1.5.1

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates for Swift 5.0
  • v1.5.0 Changes

    November 12, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved performance by replacing autolayout with frame-based layout
    • ๐Ÿ›  Fixed title view jumping while scrolling content
  • v1.4.0 Changes

    September 19, 2018

    โž• Added

    • โšก๏ธ Updates for Swift 4.2
  • v1.3.5 Changes

    September 19, 2018

    ๐Ÿ›  Fixed

    • Reset of isScrollEnabled property
  • v1.3.4 Changes

    August 01, 2018

    ๐Ÿ›  Fixed

    • Sliding indicator animation when title jumps not animated.
  • v1.3.3 Changes

    August 01, 2018

    โž• Added

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

    February 28, 2018

    ๐Ÿ›  Fixed

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

    February 22, 2018

    ๐Ÿ”„ 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.
  • v1.3.0 Changes

    February 21, 2018

    ๐Ÿ”„ 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).
  • v1.2.2 Changes

    February 13, 2018

    ๐Ÿ”„ Changelog for SlideController 1.2.2

    ๐Ÿ›  Fixed

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