Releases: mamaral/Onboard
Releases · mamaral/Onboard
Version 2.3.3
Same as 2.3.2, just updated podspec file to update on CocoaPods Onboard pod.
Version 2.3.2
Fix SkipButton Height to 35 so it gets vertically centralized with PageControl
Fix page control padding on iPhone X
Version 2.3.1
Fixes Swift 3 related issues.
Version 2.3.0
- 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
- Addresses some deprecation issues
- Minimum deployment target is now iOS 8.0
- General code cleanup
Version 2.2.0
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
Carthage support and bug fixes.
Version 2.1.8
Small release to push out some of the newest pull requests live via CocoaPods.
Version 2.1.7
Added the fadeSkipButtonOnLastPage
property to address the feature request here #82.
Version 2.1.6
Minor version update after major repo reorganization.