Skip to content

MRProgress 0.5.0

Compare
Choose a tag to compare
@mrackwitz mrackwitz released this 02 Jun 09:29
· 188 commits to master since this release

Summary

This version includes serveral bug fixes and enhancements for better customizability.

Changelog

  • Fixed a flickering issue with MRBlurView, which happened on interface rotation. (#42)
  • Added a workaround for slower devices to circumvent the delay until the blurred background appears. (#39)
  • Added the property valueLabel to MRCircularProgressView. (#35)
  • Added the properties sizeRatio and highlightedSizeRatio to MRStopButton to configure the size of the stop button relative to the size of the progress view / activity indicator view. (#37)
  • Fixed a bug in MRCircularProgressView, which caused that the on-touch-down animation of the stop button was not visible. (#34)
  • Published the layer properties borderWidth and lineWidth over the UIAppearance API to make the appearance of the MRCircularProgressView more configurable. (#36)
  • Extended the Example application to demonstrate MRBlurView independently.

Credits

Thanks to @jdmunro for his excellent bug reports, backed by videos.
Thanks for his help again by mentioning and informing about a bug and potential for enhancements and his pull-request go to @coneybeare.
Thanks to @owenworley's attention to the details for finding a type typo.

Release Details