IBAnimatable v4.1.0 Release Notes

Release Date: 2017-05-10 // almost 7 years ago
  • ๐Ÿ›  Here is 4.1.0! As any releases, it includes things such as new features and bugfixes. This time, it also includes one breaking news for IBAnimatable: our first unit tests ( @SD10 ๐Ÿ‘ ), wich is the first step in the long road of the 100% code coverage!

    ๐Ÿš€ Thanks to all the contributors for making this release real ๐ŸŽ‰

    API breaking changes

    • Designable protocols have been changed to class only protocols. #463 by @SD10

    โœจ Enhancements

    • ๐Ÿšš Introduce Custom MaskType, you can now use MaskDesignable with custom masks. #465 by @lastMove
    • โž• Add Unit Testing for Project. See #434 for current coverage. by @SD10

    ๐Ÿ›  Bugfixes

    • 0๏ธโƒฃ AnimatableTextField won't override anymore the default border if no custom one set. #457 by @tbaranes
    • ๐Ÿ‘‰ Make placeholderColor working with placeholderText AND placehodler. It will keep the current priorirty: placeholderText > placehodler. #459 by @tbaranes
    • ๐Ÿ›  Fix FillDesignable protocol to set fillColor for UICollectionViewCell. #462 by @SD10
    • ๐Ÿ›  Fixed AnimatableTextField interface update when using it programatically #458 by @tbaranes
    • ๐Ÿ›  Replace CGFloat.pi with CGFloat(Double.pi) for ActivityIndicatorShape, which fixes missing activity indicator animations on 32 bit devices. #470 by @broadwaylamb
    • ๐Ÿ›  Fix ignoring the delay property for UIView animations #472 by @broadwaylamb