Skip to content

Releases: uias/Pageboy

1.4.1

14 Aug 20:14
Compare
Choose a tag to compare

Minor fixes and improvements.

Fixed

  • #99 Issues with guarding publicly visible delegates.
    • Added guard statements to UIScrollViewDelegate and UIPageViewControllerDelegate functions to prevent external injection.
    • Fixed by msaps.

Pageboy 2 - Beta 4

11 Aug 09:34
Compare
Choose a tag to compare
Pageboy 2 - Beta 4 Pre-release
Pre-release

All issues associated with the 2.0.0 milestone can be found with this filter.

Swift 4 goodness. 🚀

Added

  • #80 Swift 4 support.

Fixed

  • #95 Build issue when using Carthage.

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Pageboy 2.0 Migration Guide.

Pageboy 2 - Beta 3

28 Jul 12:36
Compare
Choose a tag to compare
Pageboy 2 - Beta 3 Pre-release
Pre-release

All issues associated with the 2.0.0 milestone can be found with this filter.

Minor fixes and tvOS support.

Added

  • #92 Added support for tvOS.

Updated

  • #93 Update currentViewController to return the actual displayed view controller.

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Pageboy 2.0 Migration Guide.

NOTE: This release does not contain any of the Swift 4.0 changes that are part of the Pageboy 2.0 milestone. It is compatible with the previous v1.x requirements of Xcode 8.x and Swift 3.1.

Pageboy 2 - Beta 2

25 Jul 09:53
Compare
Choose a tag to compare
Pageboy 2 - Beta 2 Pre-release
Pre-release

All issues associated with the 2.0.0 milestone can be found with this filter.

Updated

  • Added changes from Pageboy 1.4.0 release.

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Pageboy 2.0 Migration Guide.

NOTE: This release does not contain any of the Swift 4.0 changes that are part of the Pageboy 2.0 milestone. It is compatible with the previous v1.x requirements of Xcode 8.x and Swift 3.1.

1.4.0

25 Jul 09:31
Compare
Choose a tag to compare

Add support for UIPageViewController initialization options.

Added

  • #90 Support for UIPageViewController initialization options.
    • Added interPageSpacing property to PageboyViewController.
    • Added by msaps.

Pageboy 2 - Beta 1

24 Jul 10:02
Compare
Choose a tag to compare
Pageboy 2 - Beta 1 Pre-release
Pre-release

All issues associated with the 2.0.0 milestone can be found with this filter.

Updated

  • #88 Completely redesign PageboyViewControllerDataSource to support improved view controller reuse.
  • #78 Update PageboyViewControllerDataSource to support the latest recommended code syntax style.
  • Update PageboyViewControllerDelegate to support the latest changes to PageboyViewControllerDataSource .

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Pageboy 2.0 Migration Guide.

NOTE: This release does not contain any of the Swift 4.0 changes that are part of the Pageboy 2.0 milestone. It is compatible with the previous v1.x requirements of Xcode 8.x and Swift 3.1.

1.3.3

29 Jun 08:10
Compare
Choose a tag to compare

Fixes to layout management.

Fixed

  • #86 Fix issue where constraints were inadvertantly not added to the internal page view controller.

1.3.2

25 Jun 16:23
Compare
Choose a tag to compare

Numerous performance improvements.

Updated

  • Renamed utility extensions.

Fixed

  • #83 Fixed memory issue with custom transitioning support.
  • #85 Fixed issue with animated transition positional updates.
    • Transitions with index ranges greater than 1 will now provide positions through the entire range.

1.3.1

24 Jun 07:56
Compare
Choose a tag to compare

Fixes to localisation support.

Fixed

  • #79 Add support for Right-to-Left language localisation to iOS 8.

1.3.0

23 Jun 08:44
Compare
Choose a tag to compare

Compatibility improvements.

Added

  • Support for iOS 8.