Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

85 lines (58 loc) · 2.99 KB

CHANGELOG

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


Added

  • git ignore .zip files

Changed

  • closes #703 Move CI depends to Mint

Fixed

  • Update README.md remove dead link closes #708
  • Update the link to material design's motion duration easing links.
  • fixes #704 SPM missing imports

Added

  • #695 - Swift 5 support
  • #628 - Swift Package Manager Support
  • #623 - Swift UI support and example
  • #681 - Application extension target support
  • #595 - Add Accio supported badge
  • #619 - XCode 11/12 support in example
  • CI/CD improvements

Changed

  • #648 - Updated iOS version support
  • #576 - Usage guide updates

Fixed

  • #698 - Warnings fix
  • #585 - replaceViewControllers now calls the completion
  • #559 - Resuming property animator from current fraction
  • #465 - fix keyboard transition

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