IBAnimatable v3.1.3 Release Notes

Release Date: 2017-02-22 // about 7 years ago
  • โœจ Enhance to the library to support gradient colours and fix some small issues like translation coordinates, Playground file, the border state. And make PresentationDesignable be public which allow the user to customise the presentation animation in code.

    ๐Ÿฑ Most of credits go to @tbaranes ๐Ÿ‘๐Ÿ‘๐Ÿ‘ , also thanks to @emcphersonburke and @mikhailmulyar

    ๐Ÿš€ 3.1.3

    API breaking changes

    None

    โœจ Enhancements

    • ๐Ÿ†• New gradient startPoint: .custom(startX, startY, endX, endY). #380 by @tbaranes
    • ๐Ÿ“š Introducing borderType, find all the information in the documentation #389 by @tbaranes

    ๐Ÿ›  Bugfixes

    • Fix slide(.out, *) and squeeze(.out, *) translation coordinates #379 by @tbaranes
    • ๐Ÿ›  Fix No such module IBAnimatable when attempting to run the Playground #251 and #391 by @emcphersonburke
    • ๐Ÿ›  Fix custom presentation animations #393 by @tbaranes
    • ๐Ÿ›  Fix border state when trying to reset a valid border #398 by @tbaranes
    • ๐Ÿ‘‰ Make PresentationDesignable usable outside of IBAnimatable #402 by @tbaranes