All Versions
74
Latest Version
Avg Release Cycle
38 days
Latest Release
1558 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.3.2 Changes
๐ Released on 2017-06-25
โก๏ธ Updated
- ๐ Renamed utility extensions.
๐ Fixed
-
v1.3.1 Changes
๐ Released on 2017-06-24.
๐ Fixed
- ๐ #79 Add support for Right-to-Left language localisation to iOS 8.
-
v1.2.1 Changes
๐ Released on 2017-06-19.
โก๏ธ Updated
- The internal
UIPageViewController
is now inserted at the back of all subviews in theUIViewController
.- The Z-Index will persist when changing
navigationOrientation
and other destructive updates.
- The Z-Index will persist when changing
- The internal
-
v1.2.0 Changes
๐ Released on 2017-06-18.
โ Added
- ๐ #67 Improved support for Right-To-Left languages to
PageboyViewController
. parentPageboyViewController
property toUIViewController
to provide access to parentPageboyViewController
from child view controllers within the page view controller.- #70 Success result to
scrollToPage()
function inPageboyViewController
.- Returns whether the scroll was able to be successfully executed.
๐ Fixed
- โก๏ธ #71 A potential error during layout with scroll positional updates.
- By AlexZd.
- ๐ #67 Improved support for Right-To-Left languages to
-
v1.1.2 Changes
๐ Released on 2017-06-18.
๐ Fixed
- ๐ Fixed issue with animated transitions when using
.vertical
navigationOrientation
. - โ Add support for
.vertical
navigationOrientation
to example app.- By Charles Molyneux.
- ๐ Fixed issue with animated transitions when using
-
v1.1.1 Changes
๐ Released on 2017-06-12.
โก๏ธ Updated
- โก๏ธ Updated project to use Swift 3.2 and compatibility with Xcode 9
๐ Fixed
- ๐ Fixed issue where it would be possible to cause an error by setting properties on
PageboyViewController
before the internalUIPageViewController
was initialised. - ๐ Fixed issue where changing
navigationOrientation
would cause properties onPageboyViewController
to not persist.