All Versions
15
Latest Version
Avg Release Cycle
159 days
Latest Release
1172 days ago

Changelog History
Page 2

  • v0.7.2 Changes

    May 04, 2015
    • โšก๏ธ Optimize the use of dynamic properties by grouping them into single state object
    • โž• Add Swift demo app
    • Refine Objective-C demo app
  • v0.7.1 Changes

    April 04, 2015
    • ๐Ÿ›  Fix indicator's position when contentSize < viewSize (@pronebird)
  • v0.7.0 Changes

    February 28, 2015
    • Accommodate bottom bar inset (@pronebird)
    • โž• Add collection view demo (@pronebird)
    • Restart animations when custom indicator comes back from offscreen (@pronebird)
    • โฌ‡๏ธ Drop previously deprecated infiniteIndicatorView (use infiniteScrollIndicatorView instead) (@pronebird)
  • v0.6.0 Changes

    January 24, 2015
    • โž• Add option to setup indicator margin (@pronebird)
    • Convert certain methods to properties (@pronebird)
    • ๐Ÿ”„ Change custom indicator implementation to pulse animation (@pronebird)
    • ๐Ÿ—„ Deprecate infiniteIndicatorView in favor of newer infiniteScrollIndicatorView (@pronebird)
  • v0.5.2 Changes

    January 17, 2015
    • Don't change contentOffset on completion, if content is smaller than view bounds. Solves strange jumping bug. (Alex Shevchenko @skeeet)