Skip to content

Releases: uias/Pageboy

3.0.5

22 Feb 10:24
Compare
Choose a tag to compare

Updated

  • #196 Improved extension access controls.

3.0.4

17 Feb 09:59
Compare
Choose a tag to compare

Fixed

  • #195 Ensure view controller update work is performed synchronously on the main thread.

3.0.3

13 Feb 18:55
Compare
Choose a tag to compare

Updated

3.0.2

10 Feb 18:45
Compare
Choose a tag to compare

Fixed

  • #192 Thread safety improvements to resolve UIPageViewController crashes.

3.0.1

01 Dec 12:39
Compare
Choose a tag to compare

Fixed

  • #187 Issue where using unowned self could cause memory crashes.
  • #176 Issue where checking UI layout direction could cause threading issues.

Pageboy 3

13 Nov 19:51
Compare
Choose a tag to compare

Added

  • Support for dynamically inserting a new page via insertPage(at: PageIndex).
  • Support for dynamically deleting an existing page via deletePage(at: PageIndex).
  • Improved support for Swift 4 and 4.2.

Updated

  • Status bar style update animation when changing pages now lasts 0.25 seconds.
  • Improved Example app with support for in-app Settings.
  • Auto-Scrolling will now automatically resume/pause with viewDidAppear/viewWillDisappear lifecycle events.

Fixed

  • Numerous memory leaks and performance problems.

Upgrade Notes

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

Pageboy 3 - Beta 3

18 Oct 18:20
Compare
Choose a tag to compare
Pageboy 3 - Beta 3 Pre-release
Pre-release

Upgrade Notes

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

2.6.1

01 Oct 07:43
Compare
Choose a tag to compare

Fixed

  • #175 Issue where expectedTransitionIndex could be incorrect when cancelling scroll events.

2.6.0

16 Sep 16:43
Compare
Choose a tag to compare

Updated

  • Migrated to use Swift 4.2.

Pageboy 3 - Beta 2

02 Aug 11:41
Compare
Choose a tag to compare
Pageboy 3 - Beta 2 Pre-release
Pre-release

Upgrade Notes

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