The changelog for Hero
. Also see the releases on GitHub.
- git ignore .zip files
- closes #703 Move CI depends to Mint
- Update README.md remove dead link closes #708
- Update the link to material design's motion duration easing links.
- fixes #704 SPM missing imports
- #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
- #648 - Updated iOS version support
- #576 - Usage guide updates
- #698 - Warnings fix
- #585 - replaceViewControllers now calls the completion
- #559 - Resuming property animator from current fraction
- #465 - fix keyboard transition
-
The hidden state of subviews are now taken into account in optimized snapshot type for
UIImageView
. #521 by @ManueGE
- Fixed the retain cycle caused by strong references to
previousNavigationDelegate
andpreviousTabBarDelegate
. #516 by @mkieselmann
- Adds an optional completion block parameter to the
dismissViewController
andreplaceViewController
methods. #456 by @kartikthapar
- Allows previous
UINavigationController
delegate to handle delegate events. #430 by @bradphilips