IBAnimatable v2.7 Release Notes

  • API breaking changes

    • AnimatableStackView doesn't conform anymore to BlurDesignable
    • AnimatableScrollView doesn't conform anymore to BlurDesignable

    โœจ Enhancements

    • ๐Ÿ‘Œ Support for custom presentation, for more information, [read the documentation](Documentation/Presentations.md)
    • ๐Ÿ“š Introducing [AnimatableActivityIndicatorView](Documentation/ActivityIndicators.md) to support custom activity indicator animations. Already supporting 31 animations! Take a look at at the [full list](Documentation/ActivityIndicators.md)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed cornerRadius when used with a gradient #268
    • โœ‚ Remove previous vibrancy view when adding setting a new vibrancy. Previous bug: all the views was staying in the hierarchy #277
    • ๐Ÿ›  Fixed "Shadows not working with Mask type" issue #267