New
5.2.0
In this release, we have added a lot of cool animations for activity indicator. And improved the syntax for writing animations in code. Also, we support Swift 4.2 and Xcode 10 without any breaking changes ๐
Great thanks to @phimage, @tbaranes, @djbe, and @edon2005 ๐
API breaking changes
N/A
Enhancements
- Allow to create new
compoundanimation by code using operator+, orArray. #559 by @phimage - Add new activity indicators
circleStrokeSpin,circleDashStrokeSpin,gear,tripleGear,heartBeatandtriforce. #561 by @phimage - Add new activity indicator
rupee. #562 by @phimage - Make
AnimatableCollectionViewCellconforming toRotationDesignable#565 by @tbaranes - Add
preferredpresentation modal size. #566 by @phimage - Add
conicalgradient type. #567 by @phimage - Animatable
timingFunctionparameter could now be used with all animation types. #571 by @phimage - Add new activity indicators
newtonCradleandcirclePendulum. #573 by @phimage - Add new mask
roundedto make a rounded rectangle. #575 by @phimage - Support for Swift 4.2. #576 by @djbe
- Upgrade for Xcode 10 #588 by @JakeLin