| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.1.0.tar.gz | 2018-04-22 | 8.5 MB | |
| 5.1.0.zip | 2018-04-22 | 8.9 MB | |
| README.md | 2018-04-22 | 2.6 kB | |
| Totals: 3 Items | 17.4 MB | 0 | |
5.1.0
This release adds support for Swift 4.1 as well as multiple enhancements and bug fixes.
Big thanks to @phimage, @tbaranes, @kazyk, @lukas2, @DanielAsher, @JakeLin 👏
API breaking changes
N/A
Enhancements
- Add new mask types
.drop,.plusSign,.moon. #519 by @phimage - Add new mask types
.heart,.gear,.ring,.superEllipse. #518 by @phimage - Add support for radial gradient. Currently not working with
startPoint. #527 by @tbaranes - Animate TabBarItem image view when clicking on it. #539 by @phimage
- Add
compoundanimation type to dosequentialorparallelanimations. #520 by @phimage - Add
spinanimation type. #549 by @phimage - Add
insetBymask type. #554 by @phimage - Upgrade to Swift 4.1. #557 by @JakeLin
- Add
ibto support IBAnimatable without interface builder. #528 by @tbaranes
Bugfixes
- Zoom out animation won't override view alpha #545 by @tbaranes
- Fix presented modal view (over context) frame when device orientation changed. #516 by @phimage
- Fix dismissal animation type of AnimatableModalViewController when the type is set in Interface Builder. #526 by @kazyk
- Fix view's borders when using it with corner radius
allSides#530 by @tbaranes - Fix CACurrentMediaTime usage by calling it on the CALayer object with conversion. #541 by @lukas2