Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.7 KB

Version 2.0.3

  • Fixed: Carthage support #592, #590

Version 2.0.2

  • Fixed: Fixes tvOS demos, Changed return type #586, #587

Version 2.0.1

  • Fixed: Build issues for tvOS, as UIKeyboard notifications are gone #576
  • Fixed: HUD does not hide if ismiss is called directly after show #555
  • Fixed: Reset ring layer stroke end upon dismiss #580
  • Fixed: Ringlayer not resized when values properties change during runtime #584

Version 2.0

  • Fixed: :head not available anymore in Cocoapods #552
  • Fixed: Redraw resource images as the look blurry on 2x/3x. #562
  • Fixed: Problem where displayDurationForString can return duration shoter than minimumDismissTimeInterval #574
  • Fixed: iOS7+ alert black dimming view has an alpha of 0.4, not 0.5 #570
  • Fixed: Bugfix for hidden HUD if defaultMaskStyle is changed during runtime

Version 2.0-beta8

  • Fixed: Progress HUD intersects with default spinner #551
  • Fixed: Update Carthage installation guides #550
  • Fixed: Outdated licenses

Version 2.0-beta6

  • Fixed: Added success image back, was removed to test a bugfix

Version 2.0-beta5

  • Fixed: HUD not showing on root view controller in viewDidLoad and viewWillAppear #536
  • Fixed: When showing with nil image, layout wrong size #548

Version 2.0-beta4

  • Fixed: Notification typo #545
  • Fixed: Remove duplicate declarations

Version 2.0-beta3

  • Fixed: Cocoapods bundle problem #542

Version 2.0-beta2

  • Fixed: Dismiss duration 0.15 maybe lead to a bug #529
  • Fixed: Don't apply blur for custom style #508
  • Fixed: No supported interface orientation in real time #490

Version 2.0-beta

  • New: Support for tvOS
  • New: UIAppearance support
  • New: Moved Repo to an own organisation
  • Fixed: Many things ...