Skip to content

Releases: IBAnimatable/IBAnimatable

3.1.2

18 Dec 11:50
Compare
Choose a tag to compare

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

3.1.1

22 Nov 13:12
Compare
Choose a tag to compare

Thanks to @bauermusic for reporting this issue and thanks to @tbaranes for fixing it 👍

API breaking changes

None

Enhancements

None

Bugfixes

  • Make PresentationPresenterManager and TransitionPresenterManager shared property public again. #364

3.1

21 Nov 11:06
Compare
Choose a tag to compare
3.1

Thanks to @mmadjer , we can support multiple sides for corner radius now.

API breaking changes

None

Enhancements

  • Add cornerSide to CornerDesignable to support multiple sides for corner.

Bugfixes

None

3.0.1

23 Oct 00:50
Compare
Choose a tag to compare

3.0.1

API breaking changes

None

Enhancements

None

Bugfixes

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

2.8.2

23 Oct 00:47
Compare
Choose a tag to compare

2.8.2

API breaking changes

None

Enhancements

None

Bugfixes

  • Fix clipsToBounds issue. #303

3.0

22 Sep 12:24
Compare
Choose a tag to compare
3.0

IBAnimatable 3.0 is the major release to support Swift 3 🎉. Special thanks to @lastMove and @tbaranes .

@lastMove developed the new Swift enum system and improved the playground demo app. @tbaranes cleaned up most of the issues and maintained the version 3 PRs and issues.

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.

2.8.1

16 Sep 13:11
Compare
Choose a tag to compare

This is the last major version for Swift 2.3 / 2.2. New features will be added to master (supports Swift 3).

API breaking changes

None

Enhancements

Upgrade to Swift 2.3

Bugfixes

None

2.7

01 Sep 12:41
Compare
Choose a tag to compare
2.7

Release 2.7 is the last version to support Swift 2.2/2.3.

Huge thanks to @tbaranes for implementing custom presentation transitions and activity indicator animations 👍 👍 👍

API breaking changes

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

Enhancements

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

2.6

26 Jul 12:56
Compare
Choose a tag to compare
2.6

API breaking changes

None

Enhancements

Move to IBAnimatable organization #235

Bugfixes

None

2.5

19 Jul 09:39
Compare
Choose a tag to compare
2.5

Release 2.5 has added some animations and added vibrancyBlurEffect to BlurDesignable. Thanks to @tbaranes 👍

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