Skip to content

Releases: mamaral/Onboard

Version 2.3.3

30 Mar 14:18
c982ffd
Compare
Choose a tag to compare

Same as 2.3.2, just updated podspec file to update on CocoaPods Onboard pod.

Version 2.3.2

30 Mar 14:10
a723596
Compare
Choose a tag to compare

Fix SkipButton Height to 35 so it gets vertically centralized with PageControl
Fix page control padding on iPhone X

Version 2.3.1

24 Sep 13:58
Compare
Choose a tag to compare

Fixes Swift 3 related issues.

Version 2.3.0

12 Aug 03:39
Compare
Choose a tag to compare
  • Deprecated a bunch of properties I wanted to nuke (don't say I didn't warn you this was coming!)
  • Refactored deprecated video player code
  • General cleanup

Version 2.2.1

10 Jul 03:06
Compare
Choose a tag to compare
  • Addresses some deprecation issues
  • Minimum deployment target is now iOS 8.0
  • General code cleanup

Version 2.2.0

08 May 19:14
Compare
Choose a tag to compare

The following changes were done for my personal sanity, as I was never really happy with the architecture of this from the start:

  • Refactored a good deal of the internals to fix issues with the view controller life cycle
  • Exposed the main UI elements, rather than individual properties for each element, allowing for more explicit customization and less forcing of design styles by the framework
  • Deprecated the custom styling properties and the convenience methods to set them globally. These deprecated methods will be removed in the next release (v3.0.0) to keep everything as tidy as possible because I'm slightly OCD.

Version 2.1.9

30 Mar 18:18
Compare
Choose a tag to compare

Carthage support and bug fixes.

Version 2.1.8

22 Mar 13:29
Compare
Choose a tag to compare

Small release to push out some of the newest pull requests live via CocoaPods.

Version 2.1.7

02 Sep 21:08
Compare
Choose a tag to compare

Added the fadeSkipButtonOnLastPage property to address the feature request here #82.

Version 2.1.6

31 Jul 17:15
Compare
Choose a tag to compare

Minor version update after major repo reorganization.