Skip to content

4.1.0

Compare
Choose a tag to compare
@tbaranes tbaranes released this 10 May 08:20
· 316 commits to master since this release

Here is 4.1.0! As any releases, it includes things such as new features and bugfixes. This time, it also includes one breaking news for IBAnimatable: our first unit tests ( @SD10 馃憦 ), wich is the first step in the long road of the 100% code coverage!

Thanks to all the contributors for making this release real 馃帀

API breaking changes

  • Designable protocols have been changed to class only protocols. #463 by @SD10

Enhancements

  • Introduce Custom MaskType, you can now use MaskDesignable with custom masks. #465 by @lastMove
  • Add Unit Testing for Project. See #434 for current coverage. by @SD10

Bugfixes

  • AnimatableTextField won't override anymore the default border if no custom one set. #457 by @tbaranes
  • Make placeholderColor working with placeholderText AND placehodler. It will keep the current priorirty: placeholderText > placehodler. #459 by @tbaranes
  • Fix FillDesignable protocol to set fillColor for UICollectionViewCell. #462 by @SD10
  • Fixed AnimatableTextField interface update when using it programatically #458 by @tbaranes
  • Replace CGFloat.pi with CGFloat(Double.pi) for ActivityIndicatorShape, which fixes missing activity indicator animations on 32 bit devices. #470 by @broadwaylamb
  • Fix ignoring the delay property for UIView animations #472 by @broadwaylamb