All Versions
28
Latest Version
Avg Release Cycle
121 days
Latest Release
1475 days ago

Changelog History
Page 2

  • v3.1.2 Changes

    December 18, 2016

    ๐Ÿš€ This is release 3.1.2, ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ thanks to @mmadjer for fixing corner radius issue and adding support for AnimatableCollectionViewCell and using Swift Enum as key for presentation and transition cache. Thanks to @tbaranes for updating Swift Lint. Thanks to @gkye for fixing Swift Lint warnings.

    ๐Ÿš€ 3.1.2

    API breaking changes

    None

    โœจ Enhancements

    • โž• Add support for corner and shadow on UICollectionViewCell.
      [#368]#368
    • ๐Ÿ‘‰ Use Swift Enum as key in our internal presentation and transition cache.
      #360

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix initial cornerSide rendering issue.
      #367
  • v3.1.1 Changes

    API breaking changes

    None

    โœจ Enhancements

    None

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘‰ Make PresentationPresenterManager and TransitionPresenterManager shared property public again. #364

  • v3.1 Changes

    API breaking changes

    None

    โœจ Enhancements

    • โž• Add cornerSide to CornerDesignable to support multiple sides for corner. #356

    ๐Ÿ›  Bugfixes

    None


  • v3.0.1 Changes

    API breaking changes

    None

    โœจ Enhancements

    None

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix clipsToBounds issue. #303
    • ๐Ÿ›  Fix keyboardTranslation when presenting a custom controller

  • v3.0 Changes

    ๐Ÿš€ IBAnimatable 3.0 is the major release to support Swift 3 ๐ŸŽ‰.

    API breaking changes

    • ๐Ÿ“š This version follows Swift 3 API Design Guidelines and contains a lot of breaking changes from version 2.x. Please check out [IBAnimatable 3.0 Migration Guide](Documentation/IBAnimatable 3.0 Migration Guide.md) for more information about how to migrate your project to 3.0.

    โœจ Enhancements

    • Complete Swift 3 Compatibility #221
    • ๐Ÿ†• New Swift enum system #218

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix borderSides #280
    • ๐Ÿ›  Fix blur effect view #302

    All issues associated with this version can be found using this filter.


  • v2.8.1 Changes

    API breaking changes

    None

    โœจ Enhancements

    โฌ†๏ธ Upgrade to Swift 2.3

    ๐Ÿ›  Bugfixes

    None


  • v2.7 Changes

    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

  • v2.6 Changes

    API breaking changes

    None

    โœจ Enhancements

    ๐Ÿšš Move to IBAnimatable organization #235

    ๐Ÿ›  Bugfixes

    None


  • v2.5 Changes

    API breaking changes

    None

    โœจ Enhancements

    • โž• Add vibrancyBlurEffect to BlurDesignable. Once specify the Vibrancy effect style, all subviews will apply this vibrancy effect #245
    • ๐Ÿ†• New animations: ZoomInvertIn and ZoomInvertOut #249

    ๐Ÿ›  Bugfixes

    None


  • v2.4 Changes

    API breaking changes

    None

    โœจ Enhancements

    • ๐Ÿ†• New designable properties for UITextView: placeholder text and color #227
    • โž• Add AnimatableSlider #228
    • โž• Add AnimatableScrollView #232

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘‰ Use UIBezierPath to mask Circle, which can fix a bug when uses Circle mask with borderSide #234
    • ๐Ÿ›  Fix a bug for Polygon mask when the width is longer than the height. #234
    • ๐Ÿ›  Fix a crash when the parameters number of Wave mask is not 3. #234