All Versions
33
Latest Version
Avg Release Cycle
92 days
Latest Release
169 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.3 Changes
January 18, 2020➕ Added
- Added support for Swift Package Manager.
-
v2.0.2 Changes
December 20, 2019🔄 Changed
- Use
windows.first(where: { $0.isKeyWindow })
instead ofkeyWindow
as this is deprecated in iOS 13
- Use
-
v2.0.1 Changes
December 10, 2019🔄 Changed
- Refactorings (Optimized progress animation)
- Updated example application for iOS 13
-
v2.0.0 Changes
February 09, 2019🔄 Changed
- Splitted framework into two classes:
- GradientLoadingBar: A controller, managing the visibility of the
GradientActivityIndicatorView
on the current key window. - GradientActivityIndicatorView: A
UIView
containing the gradient with the animation, with support for Interface Builder.
- GradientLoadingBar: A controller, managing the visibility of the
- Splitted framework into two classes:
-
v1.1.17 Changes
June 30, 2019🔄 Changed
- Extract observable implementation into a framework (
LightweightObservable
) and added it as dependency.
- Extract observable implementation into a framework (
-
v1.1.16 Changes
April 08, 2019🔄 Changed
- 🔄 Changed access controll level for extensions to
internal
to avoid conflicts- Added by Emil Bellmann in Pull Request #13.
- ➕ Added support for Swift 5.0
- 🔄 Changed access controll level for extensions to
-
v1.1.15 Changes
February 14, 2019🔄 Changed
- ✂ Remove dependency
Observable
in favour of a more lightweight implementation - 🔨 Small internal refactorings and cleanup
- ✂ Remove dependency
-
v1.1.14 Changes
December 20, 2018🔄 Changed
- 🛠 Fix fade-out animation not working in iOS 12 (https://openradar.appspot.com/46753872)
-
v1.1.13 Changes
November 14, 2018🔄 Changed
- 👍 Adapt code to support new version from dependency
Observable
- 👍 Adapt code to support new version from dependency
-
v1.1.12 Changes
September 22, 2018🔄 Changed
- ⚡️ Updates for Swift 4.2
- 🔨 Refactored to observables
- ✂ Removed
UIColor
initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)- If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310