Skip to content

Releases: uias/Pageboy

5.0.1

27 Dec 13:25

Choose a tag to compare

Updated

  • Updated swiftLanguageModes to v5 and v6 in Package.swift

5.0.0

26 Dec 10:52

Choose a tag to compare

Added

  • Pageboy now requires iOS 14 / tvOS 14 or greater.
  • Pageboy now requires Xcode 16 or greater.
  • Support for Strict Concurrency with Swift 6.
  • completion closure to PageboyViewController.deletePage().

Updated

  • Pageboy is no longer available via Carthage and CocoaPods.

Fixed

  • Issue where PageboyViewController.currentPosition could be invalid (#295).

4.2.0

14 Apr 09:45

Choose a tag to compare

Updated

  • Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14).

4.1.0

06 Apr 07:52

Choose a tag to compare

Added

  • Support for isDirectionalLockEnabled to PageboyViewController.
  • Support for Xcode 15.
  • Support for Privacy Manifests.

Updated

  • Pageboy now requires iOS 12 or tvOS 12.

4.0.2

08 Nov 12:49

Choose a tag to compare

Updated

  • Improved locking logic for ignoring duplicate setViewController() attempts.

Fixed

  • Issue where setting view controllers could fail to report completion.

4.0.1

03 Nov 12:50

Choose a tag to compare

Fixed

  • Issue where UIPageViewController could crash during fast sequential transitions.

4.0.0

02 Nov 15:34

Choose a tag to compare

Added

  • Support for Xcode 14

Updated

  • Pageboy now requires iOS 11 or tvOS 11.

3.7.0

20 Aug 15:02

Choose a tag to compare

Updated

  • Protocols now conform to AnyObject instead of class.

3.6.2

11 Oct 09:00

Choose a tag to compare

Fixed

  • Issue where page positional detection would fail on tvOS.

3.6.1

22 May 12:18

Choose a tag to compare

Fixed

  • Scroll issue with a single view controller data source when isInfiniteScrollEnabled = true.