Skip to content

5.2.0

Compare
Choose a tag to compare
@JakeLin JakeLin released this 19 Sep 12:20
· 65 commits to master since this release

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 compound animation by code using operator +, or Array . #559 by @phimage
  • Add new activity indicators circleStrokeSpin, circleDashStrokeSpin, gear, tripleGear, heartBeat and triforce. #561 by @phimage
  • Add new activity indicator rupee. #562 by @phimage
  • Make AnimatableCollectionViewCell conforming to RotationDesignable #565 by @tbaranes
  • Add preferred presentation modal size. #566 by @phimage
  • Add conical gradient type. #567 by @phimage
  • Animatable timingFunction parameter could now be used with all animation types. #571 by @phimage
  • Add new activity indicators newtonCradle and circlePendulum. #573 by @phimage
  • Add new mask rounded to make a rounded rectangle. #575 by @phimage
  • Support for Swift 4.2. #576 by @djbe
  • Upgrade for Xcode 10 #588 by @JakeLin

Bugfixes

  • Fix some activity indicator animations . #562 by @phimage
  • Fix wrong setted center in UIView after using NatGeo transition. #578 by @edon2005