All Versions
83
Latest Version
Avg Release Cycle
113 days
Latest Release
55 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.4.12 Changes
๐ Released on 2017-03-22.
โ Added
- ๐ Improved test coverage for all components of
Pageboy.
โก๏ธ Updated
isEnabledis now a public property ofPageboyAutoScroller.
- ๐ Improved test coverage for all components of
-
v0.4.11 Changes
๐ Released on 2017-03-13.
โ Added
- โ Added
bouncesproperty to enable/disable whether the page view controller should bounce at the end of page ranges. #20
- โ Added
-
v0.4.10 Changes
๐ Released on 2017-03-11.
๐ Fixed
- ๐ Fixed issue where scrolling aggressively, causing post-boundary deceleration would cause an incorrect
currentIndextemporarily.
- ๐ Fixed issue where scrolling aggressively, causing post-boundary deceleration would cause an incorrect
-
v0.4.9 Changes
๐ Released on 2017-03-08.
โ Added
PageboyAutoScrollerwhich provides time-based auto scrolling behaviour toPageboyViewController. Available via theautoScrollerproperty.
-
v0.4.8 Changes
๐ Released on 2017-03-01.
๐ Fixed
- ๐ Fixed issue where infinite scroll would not provide scroll updates correctly.
- ๐ Fixed issue with setting
isInfiniteScrollEnablednot updating page view controller state correctly.
-
v0.4.7 Changes
๐ Released on 2017-02-28.
๐ Fixed
- ๐ Fixed issue where updates for scrolling outside of the page view controller
contentSizewould not be correctly reported.
- ๐ Fixed issue where updates for scrolling outside of the page view controller
-
v0.4.6 Changes
๐ Released on 2017-02-27.
โก๏ธ Updated
- Ensured that
dataSourceforPageboyViewControlleris weakly referenced. - Ensured that
delegateforPageboyViewControlleris weakly referenced.
- Ensured that
-
v0.4.5 Changes
๐ Released on 2017-02-27.
๐ Fixed
- Issue where
animatedparameter onwillScrollToPageAtIndexwould sometimes be incorrect. - โก๏ธ Issue where duplicate positional updates would call
didScrollToPositionmultiple times.
- Issue where
-
v0.4.4 Changes
๐ Released on 2017-02-24.
โก๏ธ Updated
- ๐ Improved positional reporting when traversing over multiple pages during a scroll operation.
-
v0.4.3 Changes
๐ Released on 2017-02-23.
โก๏ธ Updated
- โ Added
animatedparameter towillScrollToPageAtIndex. - โ Added
animatedparameter todidScrollToPosition. - โ Added
animatedparameter todidScrollToPageAtIndex.
๐ Fixed
- ๐ Fixed issues with
currentIndexsync.
- โ Added