IBAnimatable v5.2.0 Release Notes

Release Date: 2018-09-19 // over 5 years ago
  • ๐Ÿš€ 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