All Versions
10
Latest Version
Avg Release Cycle
108 days
Latest Release
2448 days ago
Changelog History
Changelog History
-
v2.3.3 Changes
March 30, 2018⚡️ Same as 2.3.2, just updated podspec file to update on CocoaPods Onboard pod.
-
v2.3.2 Changes
March 30, 2018🛠 Fix SkipButton Height to 35 so it gets vertically centralized with PageControl
🛠 Fix page control padding on iPhone X -
v2.3.1 Changes
September 24, 2016🛠 Fixes Swift 3 related issues.
-
v2.3.0 Changes
August 12, 2016- 🗄 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
-
v2.2.1 Changes
July 10, 2016- ➕ Addresses some deprecation issues
- 🚀 Minimum deployment target is now iOS 8.0
- General code cleanup
-
v2.2.0 Changes
May 08, 2016The 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.
-
v2.1.9 Changes
March 30, 2016🛠 Carthage support and bug fixes.
-
v2.1.8 Changes
March 22, 2016🚀 Small release to push out some of the newest pull requests live via CocoaPods.
-
v2.1.7 Changes
September 02, 2015➕ Added the
fadeSkipButtonOnLastPage
property to address the feature request here #82. -
v2.1.6 Changes
July 31, 2015⚡️ Minor version update after major repo reorganization.