IBAnimatable v5.1.0 Release Notes

Release Date: 2018-04-22 // almost 6 years ago
  • ๐Ÿš€ 5.1.0

    ๐Ÿš€ This release adds support for Swift 4.1 as well as multiple enhancements and bug fixes.

    ๐Ÿฑ Big thanks to @phimage, @tbaranes, @kazyk, @lukas2, @DanielAsher, @JakeLin ๐Ÿ‘

    API breaking changes

    N/A

    โœจ Enhancements

    • โž• Add new mask types .drop, .plusSign, .moon. #519 by @phimage
    • โž• Add new mask types .heart, .gear, .ring, .superEllipse. #518 by @phimage
    • โž• Add support for radial gradient. Currently not working with startPoint. #527 by @tbaranes
    • Animate TabBarItem image view when clicking on it. #539 by @phimage
    • โž• Add compound animation type to do sequential or parallel animations. #520 by @phimage
    • โž• Add spin animation type. #549 by @phimage
    • โž• Add insetBy mask type. #554 by @phimage
    • โฌ†๏ธ Upgrade to Swift 4.1. #557 by @JakeLin
    • โž• Add ib to support IBAnimatable without interface builder. #528 by @tbaranes

    ๐Ÿ›  Bugfixes

    • Zoom out animation won't override view alpha #545 by @tbaranes
    • ๐Ÿ›  Fix presented modal view (over context) frame when device orientation changed. #516 by @phimage
    • ๐Ÿ›  Fix dismissal animation type of AnimatableModalViewController when the type is set in Interface Builder. #526 by @kazyk
    • ๐Ÿ›  Fix view's borders when using it with corner radius allSides #530 by @tbaranes
    • ๐Ÿ›  Fix CACurrentMediaTime usage by calling it on the CALayer object with conversion. #541 by @lukas2