The changelog for Hero
. Also see the releases on GitHub.
- 1ac98e7 Adaption for visionOS.
- 5e05761 Merge pull request #771 from HeroTransitions/feature/CICDFix
- c9a98cf CI/CI build and test, matrix platforms fix?
- 2f8096d build.yml test.yml update github runner env
- 45aed92 Readme add api docs link
- a7d2682 README.md update ios/xcode version badges
- 211df4b README.md Add unit test and swift pm action badges
- bff4221 swiftlint fix
- a47dce4 Merge pull request #749 from tadija/feature/xcode14-warnings
- fd2ba86 Fix lint warnings
- 5c053a6 Fix build warnings with Xcode 14.0
- #717
- #734
- #735
- #736
- #739
- #740 Fix build warings in XCode 13.4.1 c30a7a867d3bc420e90ad276d9bf12287628ce87
- #742 Add
anchorPoint
support for transitioning a76e9f6dbeefb530743994634d37235e59401911
- 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