forked from pronebird/UIScrollView-InfiniteScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
28 lines (19 loc) · 989 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= 0.7.2 (2015-05-04)
* Optimize the use of dynamic properties by grouping them into single state object
* Add Swift demo app
* Refine Objective-C demo app
= 0.7.1 (2015-04-04)
* Fix indicator's position when contentSize < viewSize (@pronebird)
= 0.7.0 (2015-02-28)
* 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)
= 0.6.0 (2015-01-24)
* 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)
= 0.5.2 (2015-01-17)
* Don't change contentOffset on completion, if content is smaller than view bounds.
Solves strange jumping bug. (Alex Shevchenko)