Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 2.1 KB

CHANGELOG

The changelog for Hero. Also see the releases on GitHub.


Added

  • Use custom snapshot for views that implement HeroCustomSnapshotView. #541 by @ManueGE

Changed

  • Added support for right to left languages. #520 by @ManueGE

  • The hidden state of subviews are now taken into account in optimized snapshot type for UIImageView. #521 by @ManueGE

Added

Fixed

  • Fixed the retain cycle caused by strong references to previousNavigationDelegate and previousTabBarDelegate. #516 by @mkieselmann

Added

  • Adds an optional completion block parameter to the dismissViewController and replaceViewController methods. #456 by @kartikthapar

Changed

  • Allows previous UINavigationController delegate to handle delegate events. #430 by @bradphilips

Fixed

  • Fixed shadows being cutoff by snapshots. #440 by @2blane
  • Fixed animation flickering on CALayer animation. f4dab9 by @lkzhao