All Versions
15
Latest Version
Avg Release Cycle
159 days
Latest Release
769 days ago
Changelog History
Page 2
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)