Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: davdroman/swiftui-navigation-transitions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.4
Choose a base ref
...
head repository: davdroman/swiftui-navigation-transitions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 2 commits
  • 39 files changed
  • 2 contributors

Commits on Jul 19, 2024

  1. Bump to Swift 5.9 (#139)

    davdroman authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ddc7d42 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Rename NavigationTransition to NavigationTransitionProtocol (#142)

    Due to the recent iOS 18 update introducing a protocol named `NavigationTransition`, there was a naming conflict with our existing protocol used for smooth animation navigation in SwiftUI. To resolve this, I renamed our protocol to `NavigationTransitionProtocol` and updated all references accordingly. This change ensures compatibility with iOS 18 and avoids potential issues or confusion in the codebase. Merging this update will maintain seamless functionality across all SwiftUI navigation animations.
    Mohsenkhodadadzadeh authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    76ae9c6 View commit details
    Browse the repository at this point in the history
Loading