IBAnimatable Versions Save

Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.

3.1.2

7 years ago

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]https://github.com/IBAnimatable/IBAnimatable/pull/368
  • Use Swift Enum as key in our internal presentation and transition cache. #360

Bugfixes

  • Fix initial cornerSide rendering issue. #367

3.1.1

7 years ago

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

7 years ago

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

7 years ago

3.0.1

API breaking changes

None

Enhancements

None

Bugfixes

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

2.8.2

7 years ago

2.8.2

API breaking changes

None

Enhancements

None

Bugfixes

  • Fix clipsToBounds issue. #303

3.0

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

API breaking changes

None

Enhancements

Move to IBAnimatable organization #235

Bugfixes

None

2.5

7 years ago

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