Hero v1.3.0 Release Notes

Release Date: 2018-07-30 // over 5 years ago
  • ๐Ÿ›  This version fixes a few bugs related to animations and improves handling of UINavigationController delegate events and the ability to provide completion blocks for basic transition methods.

    Thanks to @lkzhao, @2blane, @kartikthapar, and @bradphilips for contributing to this release ๐Ÿ’ช๐Ÿ’ฏ๐Ÿฅ‡

    โž• 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