All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated base deployment target to 11.0 to address warnings in Xcode 14.
- When setting the
colors
property the gradient now updates to match.
- Support for pausing and resuming animation.
- Support for auto-resuming animation on application becoming active.
- Support for Xcode 12.
- Dropped support for iOS 8.
- Support for Swift Package Manager.
- Updated to Swift 5.0.
- Ensure that start point update for gradient type change is animated.
- Ability to animate between custom locations.
- Improvements to animation smoothness.
- Fixed an issue whereby if
autoRepeat
was set tofalse
then only one animation would be performed rather than the entire sequence.
- Fixed an issue where an incorrect start point for axial gradients was returned.
- Improved documentation.
- Initial release.